Commit graph

781 commits

Author SHA1 Message Date
Griatch
d449acb57b Continue to clean up docstrings 2020-10-08 23:23:27 +02:00
Griatch
d414cc3ccd Start add docs again 2020-10-08 21:45:18 +02:00
Griatch
e539f25fe5 Merge pull request #2212 from Tanookami/ajax_ip_tracking
Separate User IP from Proxy when webclient uses AJAX
2020-10-08 20:56:09 +02:00
Griatch
480ba6e20b Fix wrong display of websocket interface. Resolves #2214. 2020-10-06 09:42:02 +02:00
Griatch
a94e723d6b Add intro-menu to tutorial-world 2020-10-04 19:50:49 +02:00
Kami Hines
b3e466dfa3 Find user IP when webclient fallsback to AJAX 2020-10-03 20:04:02 -07:00
Griatch
ed8290aec8 Clean up docstrings 2020-09-20 20:29:02 +02:00
Griatch
a3c34f5f39 Run black on sources 2020-09-19 14:02:03 +02:00
Griatch
c568e055f6 Clean up the webclient/server error output. Resolve #2197 2020-09-19 00:19:37 +02:00
Griatch
9837246568 Handle telnet stumped exception with log 2020-09-18 22:14:09 +02:00
Griatch
680a49416e Try to fix closed-protocol error from dirty-closed webclient 2020-09-17 23:04:41 +02:00
Griatch
68f4e9041a Some fixes to the connection wizard; Add MSSP guide. 2020-09-16 19:55:10 +02:00
Griatch
488707b5b9 Fix django requirements for current LTS version 2020-09-15 20:54:31 +02:00
Griatch
4284e5be1e Implement new EvMore functionality. Resolves #2126 2020-09-14 23:35:21 +02:00
Griatch
7fd29a9093 Fix settings-reset functionality. Resolve #2187 2020-09-01 20:35:16 +02:00
Griatch
b24d4f0e1e Run black on sources; add black config 2020-07-27 21:12:06 +02:00
Griatch
f7b4193c84 Add $random default inlinefunc because I expected it to be there 2020-07-17 14:25:24 +02:00
Griatch
a721760da6 Allow guests for multisession_mode>1. Resolves #2098. Fix unit tests 2020-06-26 16:34:35 +02:00
Griatch
9d7461e21e Make sure to convert text output to text. Resolves #2102. 2020-06-26 14:02:13 +02:00
Griatch
1e40d8fbc0 Add maintenace task to portal, dropping db connection to resolve mysql timeouts. Resolves #2101. 2020-06-26 12:32:15 +02:00
Griatch
8ba59665b2 Fix reactor-mock for unittest 2020-05-16 17:04:55 +02:00
Griatch
d43343a9d1 Merge branch 'unittests' of https://github.com/trhr/evennia into trhr-unittests 2020-05-16 15:49:32 +02:00
Griatch
4fb25e7ee7 Test passing sys.argv directly into execute_from_command 2020-05-16 11:01:46 +02:00
Griatch
f989f3514b Add evennia-launcher support for createsuperuser 2020-05-16 10:30:01 +02:00
Griatch
dfea32ec82 Fix server-time-snapshot unittest patch issue 2020-05-16 09:56:29 +02:00
trhr
064a690f46 Cleanup 2020-05-09 22:25:51 -05:00
trhr
0ea77b959b Websocket unit tests 2020-05-09 22:22:08 -05:00
Griatch
586414247f Server timekeeper no longer assume 60s between snapshots 2020-04-23 19:08:23 +02:00
dayport
5f69d29b48 Fix ssh server getKeyPair fun
Correct the ssh server getKeyPair function to correctly use the cryptography module instead of the Crypto module.
2020-04-16 16:23:55 -07:00
Griatch
86805ef306 Make Player #1's Character have Player perm to make quell work more intuitively. 2020-04-11 23:31:31 +02:00
Griatch
6c1a77eecc Fix traceback in x-forward-for in cases of localhost 2020-03-23 23:20:27 +01:00
Griatch
25a0de12d7 Ran black on sources 2020-02-29 12:25:00 +01:00
trhr
92c8663010 Makes the URL actually accessible. 2020-02-26 22:29:24 -06:00
Griatch
ae2728faf4 Ran black on sources 2020-02-19 23:49:28 +01:00
trhr
e4eb9f2b83 proxy-plugins 2020-02-19 16:33:35 -06:00
Griatch
e9d14f8673 Use only minor version for django recommended warning 2020-02-17 09:03:59 +01:00
Griatch
27babf4469 Add inside_rec lockfunc. Resolves #1618 2020-02-17 01:11:31 +01:00
Griatch
3a10f35abd Update README.md 2020-02-13 09:39:13 +01:00
Griatch
9122bac1a2 Update README.md 2020-02-13 09:38:00 +01:00
Griatch
4364dc8ede Do not try to log partial binary data content, see #2053 2020-02-12 23:43:20 +01:00
Griatch
05f2264eb1 Ran black on sources, some minor tweaks 2020-02-12 23:07:56 +01:00
Griatch
5e18dcc562 Merge pull request #2050 from trhr/django3
Django3
2020-02-12 23:01:27 +01:00
trhr
6118966c28 Added deprecation warning 2020-02-12 15:31:19 -06:00
trhr
623d780347 Revert "Proxy plugin module" - wrong branch
This reverts commit 92c08bb0dc.
2020-02-10 00:58:59 -06:00
trhr
92c08bb0dc Proxy plugin module 2020-02-10 00:34:09 -06:00
trhr
090157979b django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() are deprecated in favor of the functions that they’re aliases for: django.utils.translation.gettext(), gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy(). 2020-02-09 20:14:47 -06:00
Ben Longden
7a1918c327 Adds .decode() to byte stream to convert to string 2020-02-06 20:27:27 +00:00
Griatch
a8d569979d Ran black 2020-02-01 23:07:02 +01:00
Griatch
67967b8aeb Removing debug output 2020-02-01 23:06:37 +01:00
Griatch
60f5b8c100 Fix annoying OptionRefused error when connecting from many clients 2020-02-01 23:00:29 +01:00