Commit graph

226 commits

Author SHA1 Message Date
Griatch
8e02be23e4 Trying to relocate admin (not working yet) 2021-05-16 23:40:31 +02:00
Griatch
dac2be3074 Start restructuring web presences 2021-05-16 16:01:39 +02:00
Griatch
63009a2a65 Up django version to 3.2 2021-05-15 11:02:57 +02:00
Griatch
ebcff51932 Start adding new help documentation 2021-05-10 08:57:00 +02:00
Griatch
a95d801b1e Remove channelhandler 2021-05-08 16:30:17 +02:00
Griatch
f5fd398480 New FileHelp system to create help entries from external files 2021-05-08 15:11:53 +02:00
Griatch
c9d9e9c6f8 Clean up docs and more funcparser fixes 2021-03-27 23:43:46 +01:00
Griatch
a3a57314a1 Homogenize funcparser calls 2021-03-25 23:15:47 +01:00
Griatch
8c3910a033 Add new docs for FuncParser 2021-03-17 20:52:51 +01:00
Griatch
5aed34c844 Make evennia lib importable without created gamedir 2021-02-27 13:39:14 +01:00
Griatch
69d1e97c8e Fix django-extensions add 2020-12-09 16:45:39 +01:00
Griatch
ae05e62beb Merge pull request #2230 from strikaco/throttle
Refactors throttle to use Django caching (partial fix for #2223).
2020-10-21 21:02:15 +02:00
Johnny
92c41a721c Adds cache definition to settings. 2020-10-15 01:23:10 +00:00
Griatch
d4f1733bc7 Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
Griatch
9cdc37355c Resolve merge conflicts 2020-09-16 23:49:05 +02:00
Griatch
68f4e9041a Some fixes to the connection wizard; Add MSSP guide. 2020-09-16 19:55:10 +02:00
Griatch
f9700619b7 Merge branch 'master' into develop 2020-07-19 10:54:12 +02:00
Griatch
fa09aeef50 Make INLINEFUNC_STACK_MAXSIZE default visible in settings_default. Resolves #2173. 2020-07-19 10:30:30 +02:00
Griatch
a515ececff Further updates 2020-07-03 22:32:50 +02:00
Griatch
770d2e6b43 Merge pull request #2099 from volundmush/replaceable_init_setup
Replaceable init setup
2020-04-21 00:36:50 +02:00
Griatch
8b2b23873f Run black on sources 2020-04-20 23:39:09 +02:00
Griatch
dc81d275e6 Merge branch 'master' into develop 2020-04-20 23:15:53 +02:00
Griatch
3520b76dcb Fix wrong path reference in settings_default. Resolve #2111 2020-04-20 20:33:40 +02:00
Andrew Bastien
109627090e Made initial_setup.py replaceable in settings.py 2020-04-13 14:16:22 -07:00
Griatch
7d78eda3fd Move networking replaceables further down in settings file 2020-04-13 12:31:27 +02:00
Andrew Bastien
d7623cd8a5 Added AMP support to the Replaceable Networking effort. Can now replace the AMP protocols. Also cleaned up some imports. 2020-04-12 17:01:43 -07:00
Andrew Bastien
948d14a0fb Made almost the entire networking guts replaceable. 2020-04-12 10:24:31 -07:00
Griatch
21d62e651a Ran black on sources 2020-04-12 12:19:15 +02:00
TehomCD
abb8eaae13 Add django rest framework with CRUD views 2020-02-16 17:12:38 -05: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
ce0a012e51 The django.db.backends.postgresql_psycopg2 module is deprecated in favor of django.db.backends.postgresql. It’s been an alias since Django 1.9 2020-02-09 20:14:47 -06:00
Griatch
ff16eb1bfe Make log rotation also limited by size and controllable from settings. Resolves #2041 2020-01-29 23:16:53 +01:00
Griatch
5e5f3efc24 Add CHANNEL_HANDLER_CLASS setting to replace ChannelHandler. 2020-01-18 00:14:29 +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
716a0b20e3 Merge branch 'master' of github.com:evennia/evennia 2020-01-08 22:47:55 +01:00
Griatch
9817835b8b Clarify the cmdset update warning in settings_default.py 2020-01-08 22:47:45 +01:00
Peter Finlayson
85141fabcd add account create / login throttle parameters to the settings files
(cherry picked from commit e70330d81b2c24dddc004ee65e66f4942cb3350b)
2020-01-06 16:07:49 +02:00
Griatch
4ea6209123 Ran black on branc 2019-12-16 20:31:42 +01:00
Griatch
bc5210eb9c Fix examine using wrong cmdset target for accounts. Resolve #1886 2019-10-17 00:15:09 +02:00
Griatch
c2c7fa311a Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
Griatch
c520ef86c9 Make DEFAULT_CHANNELS auto-recreate missing channels. Add new CHANNEL_MUDINFO setting. 2019-09-08 00:09:00 +02:00
Griatch
dd8b3c1ba2 Use lists in settings. Resolve #1912 2019-09-07 22:51:23 +02:00
Alessandro Ogier
5eb820206b no longer needed 2019-08-22 19:20:25 +02:00
Griatch
792b52a77c Add Sites/Pages listing to admin, as per #1744 2019-08-15 01:06:10 +02:00
Griatch
811a259caf Change prompt bg-color. Default client to no help-popup 2019-08-09 23:35:34 +02:00
Andrew Bastien
92bf4c8834 Fixing issues in options that prevented styled_footer and styled_separator from working. 2019-07-04 14:55:45 -04:00
Griatch
1172067afc Add evennia connectsions wizard functionality 2019-06-27 23:07:35 +02:00
Griatch
c9893c6e65 Start adding MSSP wizard info 2019-06-27 12:16:25 +02:00
Griatch
0006b8d40f Move game index client into server/ 2019-06-24 23:16:53 +02:00