Griatch
|
c568e055f6
|
Clean up the webclient/server error output. Resolve #2197
|
2020-09-19 00:19:37 +02:00 |
|
Griatch
|
6c1a77eecc
|
Fix traceback in x-forward-for in cases of localhost
|
2020-03-23 23:20:27 +01:00 |
|
Griatch
|
69d85bd184
|
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
|
2020-01-11 15:49:12 +01:00 |
|
Griatch
|
4ea6209123
|
Ran black on branc
|
2019-12-16 20:31:42 +01:00 |
|
Griatch
|
c2c7fa311a
|
Format code with black. Add makefile to run fmt/tests
|
2019-09-28 18:18:11 +02:00 |
|
Griatch
|
0201208ec9
|
Forbid /media and /static file browsing. Resolve #1746.
|
2019-08-28 20:07:03 +02:00 |
|
Griatch
|
72f4fedcbe
|
Merge with develop and fix merge conflicts
|
2018-10-01 20:58:16 +02:00 |
|
Griatch
|
713766b33a
|
Change log format, rename, join server/portal logs
|
2018-01-19 01:27:52 +01:00 |
|
Ryan Stein
|
eabdf27565
|
Django WSGIHandler is deprecated. Port webserver for Py3.
|
2017-10-29 21:54:06 -04:00 |
|
Ryan Stein
|
6fa280b9fd
|
Run 2to3.
|
2017-10-29 13:40:30 -04:00 |
|
Griatch
|
a32a6bb18e
|
Minor style update.
|
2017-08-27 15:57:18 +02:00 |
|
Griatch
|
b278337172
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +02:00 |
|
Tehom
|
a2578500c7
|
Fix another AttributeError in errback for #1207.
|
2017-06-05 04:18:55 -04:00 |
|
Griatch
|
d73a2876cf
|
Add support for cmdline reloading when requests are blocked.
|
2017-06-04 00:35:55 +02:00 |
|
Griatch
|
00f71667ba
|
Further refactoring.
|
2017-06-03 19:03:37 +02:00 |
|
Griatch
|
7be82159f4
|
Add LockableThreadPool class.
|
2017-06-03 18:41:21 +02:00 |
|
Tehom
|
4b5ee77292
|
Attempt to address crash bug when stopping threadpool if there are pending web requests. Return a DeferredList to be checked in server shutdown.
|
2017-05-30 03:45:55 -04:00 |
|
Griatch
|
c15d5a26c4
|
Add another errback handler for error in #1207.
|
2017-02-28 08:08:33 +01:00 |
|
Griatch
|
ee8c9a93c3
|
Add tentative errback for not firing an error when response is not fast enough to fire before a user closes the connection. Might handle #1207.
|
2017-02-18 20:32:13 +01:00 |
|
Tehom
|
9a41b30089
|
Set another factory to not be noisy
|
2017-01-24 16:45:10 +01:00 |
|
Griatch
|
f423771423
|
Added some more noisy=False to other factories as per #1107.
|
2016-10-22 16:02:32 +02:00 |
|
Griatch
|
86c970eb62
|
Add sessionhandler.portal_disconnect_all to remove another needless call between server and portal on logout. This means logout from either side will clean up on the respective side and then inform the other side once, rather than triggering a return call.
|
2016-09-13 21:48:43 +02:00 |
|
Griatch
|
58a771f85c
|
Turn off http request logging unless settings.DEBUG is set. Relates to #983.
|
2016-06-15 23:08:42 +02:00 |
|
Griatch
|
64c74c41a1
|
Add a plugin mechanism for the webserver with settings.WEB_PLUGIN_MODULE.
|
2016-06-12 18:00:28 +02:00 |
|
Griatch
|
6d0122906f
|
Made top-level server/ directory google-style docstring compliant as per #709.
|
2015-06-23 13:30:59 +02:00 |
|
Tristano Ajmone
|
f1b38bf9a4
|
TYPO IN COMMENTS: tweaking the way THE child instanceE are recognized
Changed in comments:
"tweaking the way the child instancee are recognized"
to
"tweaking the way child instances are recognized"
|
2015-03-05 12:06:11 +01:00 |
|
Griatch
|
33a42d06c5
|
Fixed many path-related issues, getting closing to getting the server to boot.
|
2015-01-08 16:00:22 +01:00 |
|
Griatch
|
c7325a5032
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|