Commit graph

207 commits

Author SHA1 Message Date
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
Griatch
8a6ec779da Make grapevine connect and work 2019-06-23 18:59:45 +02:00
Griatch
59bc475708 Starting to implement grapewine support 2019-06-23 09:22:20 +02:00
Griatch
aa6b403cd1 Remove @ from default commands. Update docstrings 2019-06-17 22:04:59 +02:00
Griatch
ed187ad05f Various fixes from game jam 2019-05-14 10:33:31 +02:00
Griatch
9da63f4baf Set default color style closer to Evennia default 2019-04-16 23:31:45 +02:00
Griatch
6ddc98a947 Refactor containers for inheritance and delayed loading 2019-04-14 15:37:34 +02:00
Griatch
d1baab7c0b Resolve merge conflicts, some cleanup 2019-04-14 12:18:15 +02:00
Griatch
098af3caba Move globalhandler into utils.containers, make settings format more flexible, default to base typeclass, add helper functions and some more lenient error handling 2019-04-14 11:24:45 +02:00
Andrew Bastien
1f246484cd Refactored ScriptHandler into ScriptContainer. Now uses dictionaries with finer control for script launching. 2019-04-14 00:22:53 -04:00
Andrew Bastien
652186d829 Refactored with more consistent naming and placement. Fixed the table style wrapper. 2019-04-13 21:47:09 -04:00
Andrew Bastien
d96cf3b809 Cleanups. Containers created and BaseOption done better. 2019-04-11 21:06:15 -04:00
Andrew Bastien
f1c7471691 Renamed GLOBAL_HANDLER to GLOBAL_SCRIPTS and cleaned up to PEP8 2019-04-11 11:29:38 -04:00
Andrew Bastien
5bc9a42bb5 Added Option Classes. 2019-04-11 10:12:16 -04:00
Andrew Bastien
1678db2435 More draft efforts in new Options handler. @style works! 2019-04-10 21:05:04 -04:00
Andrew Bastien
71108daa25 Merge branches 'new_options' and 'styles_options' into full_options 2019-04-10 19:17:10 -04:00
Andrew Bastien
92e773ad24 Added VALID_HANDLER and some starting VALIDFUNCS to Evennia. 2019-04-10 01:54:17 -04:00
Andrew Bastien
857c6d53f2 Created basic GLOBAL_HANDLER for the Global Script API. 2019-04-09 23:42:46 -04:00
Andrew Bastien
c3e2522da9 Finished presentation-grade version of @style. 2019-04-09 22:35:25 -04:00
Griatch
74f22791d8 Resolve merge conflicts 2019-02-03 15:45:17 +01:00