Griatch
|
e3de3fb1dc
|
Make DELAY_CMD_LOGINSTART configurable in settings
|
2018-01-06 20:13:36 +01:00 |
|
Tehom
|
27e3a8ab7f
|
Move deprecated TEMPLATE_DEBUG setting to the 'options' field of TEMPLATES.
|
2017-11-10 00:34:20 -05:00 |
|
Griatch
|
c016363f8e
|
Merge pull request #1438 from DamnedScholar/master
Fixing a mistake.
|
2017-09-21 09:13:55 +02:00 |
|
DamnedScholar
|
eb68b112fb
|
Fixing a mistake.
|
2017-09-20 23:57:24 -05:00 |
|
Griatch
|
ab7cd3c101
|
Merge pull request #1434 from DamnedScholar/sekizai
Sekizai adapted to devel version of website.
|
2017-09-20 18:44:06 +02:00 |
|
DamnedScholar
|
58f2d7cf74
|
Sekizai
|
2017-09-18 18:17:10 -05:00 |
|
Griatch
|
4f8d70118e
|
Remove check of datestring if trying to load an replaced class from an Attribute
|
2017-09-17 14:02:14 +02:00 |
|
Griatch
|
14fc12fb6b
|
Add ATTRIBUTE_STORED_MODEL_RENAME setting to manage renamed models stored in Attributes.
|
2017-09-07 22:04:37 +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 |
|
Griatch
|
7ff783fea1
|
Resolve merge conflicts with master.
|
2017-08-19 21:30:42 +02:00 |
|
Griatch
|
2fa04162c3
|
Merge branch 'cmdset_fallback' of git://github.com/TehomCD/evennia into TehomCD-cmdset_fallback
|
2017-08-13 15:58:34 +02:00 |
|
BlauFeuer
|
340ebb688d
|
(PEP8) Whitespace clean up tp settings_default.py
|
2017-08-02 15:49:59 -04:00 |
|
BlauFeuer
|
15d480bdf6
|
Comment update to CmdHelp
CmdHELP --> CmdHelp
|
2017-08-02 15:05:15 -04:00 |
|
BlauFeuer
|
2b4fa2a467
|
Adds global HELP_MORE default to settings.py
|
2017-08-02 14:36:04 -04:00 |
|
Tehom
|
bafd069d97
|
Create fallback for default cmdsets that fail to load
|
2017-07-28 01:26:00 -04:00 |
|
Griatch
|
8cad0dc02e
|
Change default ports and add clearer default to gamedir template, as per #1365.
|
2017-07-21 13:40:48 +02:00 |
|
Griatch
|
70aea3db56
|
Fix correct unittests for new color-markup contrib
|
2017-07-20 22:09:44 +02:00 |
|
Griatch
|
9f03e4a3f4
|
Fix isolated unittests for color markup. Issues with module reloading.
|
2017-07-20 22:09:44 +02:00 |
|
Griatch
|
03f4ecb3a4
|
Move {- and %c color markup to contrib, make easily extendable, as per #1229
|
2017-07-20 22:09:44 +02:00 |
|
Griatch
|
22ad761201
|
Correct lock hiearchy
|
2017-07-09 18:59:23 +02:00 |
|
Griatch
|
a7aa1215cb
|
Rename migrations to depend on account-migrations instead of players
|
2017-07-09 09:12:09 +02:00 |
|
Griatch
|
120ddb7f81
|
Remove player app- and directory.
|
2017-07-08 16:23:16 +02:00 |
|
Griatch
|
5590ee2258
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
Griatch
|
99dbaad7ba
|
Add new accounts app and copy players 1:1 to it. The players app still exists.
|
2017-07-03 23:05:52 +02:00 |
|
Griatch
|
0ff1718437
|
Resolve django 1.11 migration errors.
|
2017-06-17 22:15:00 +02:00 |
|
Tehom
|
4605b3128e
|
Add docstr to class and methods, adjust names of settings to be more clearly modifying channel logs.
|
2017-05-21 03:29:33 -04:00 |
|
Tehom
|
f150d8bae5
|
Add Evennia logfile class based on Twisted LogFile for automatic rotating channel logs. Append tail end of logs when rotating, customizable with settings.
|
2017-05-20 21:33:57 -04:00 |
|
Griatch
|
4d8d26fd21
|
Fix small typo in settings. Resolves #1316.
|
2017-05-03 22:52:08 +02:00 |
|
Griatch
|
0bd47f0c52
|
Change permission strings so Immortals->Developer, Wizards->Admin, Builders->Builder, PlayerHelper->Helper, Players->Player, Guests->Guest. Made perm() and pperm() lock function accept both the plural and singular form (so both Admin and Admins work). Still lacking a data migration for updating an existing database to the new setup.
|
2017-02-17 23:25:09 +01:00 |
|
Griatch
|
1fbb4c4358
|
Add functioning prefix-ignorer and cleanup of code.
|
2017-02-17 09:19:55 +01:00 |
|
Griatch
|
596efe4c72
|
Add prefix-ignorer. This will identify allow users to target a command using both cmd, @cmd, +cmd etc. If there are two different commands @cmd and cmd, entering @cmd will still explicitly target the former. Single-character commands consisting of only an ignore-character will not be ignored. Configure and turn off using settings.CMD_PREFIX_IGNORE.
|
2017-02-17 09:18:04 +01:00 |
|
Griatch
|
22e22ffced
|
Cleaned up the time command's output some more.
|
2017-02-12 19:16:56 +01:00 |
|
Griatch
|
008566f358
|
Move gametime conversion factors to contrib and remove them from the settings file with the motivation that the gametime constats were always highly game specific and a remnant from another time. Reworked the gametime library and add server epoch building from vincent-lg's original PR. The gametime module now deals exclusively in seconds.
|
2017-02-12 19:16:56 +01:00 |
|
Vincent Le Goff
|
59a5315c79
|
Add a setting to handle absolute game time (assuing standard a calendar)
The `@time` command now displays the game time epoch (can be set
in settings) and current game time (as a datetime).
|
2017-02-12 19:16:56 +01:00 |
|
Griatch
|
61ffe5f9fa
|
Rename ADDITIONA_ANSI_MAPPING to COLOR_ANSI_EXTRA_MAP to better match the settings naming scheme.
|
2017-02-12 10:53:50 +01:00 |
|
Tehom
|
f263ea2aaa
|
Allow additional ansi mappings to be passed from settings for easier customization.
|
2017-02-12 10:53:50 +01:00 |
|
Griatch
|
80f7bb1cb5
|
Change command-default setting names to be more consistent with other settings; changed Command.msg_share to Command.msg_all_sessions to make it clearer what it does.
|
2017-02-12 10:35:30 +01:00 |
|
Tehom
|
fafe2e779e
|
Added comments to the individual settings.
|
2017-02-12 10:35:30 +01:00 |
|
Tehom
|
a54e511413
|
Made defaults drawn from settings file to allow them to be modified
|
2017-02-12 10:35:30 +01:00 |
|
Simon Vermeersch
|
8dcd242d3b
|
Cosmetic changes to the webclient options
- Renamed the used attribute
- Changed to use only one inputfunc
|
2017-02-05 12:19:16 +01:00 |
|
Simon Vermeersch
|
221aa362ab
|
Adds retrieving, monitoring and storing of webclient settings
|
2017-02-05 12:19:16 +01:00 |
|
Griatch
|
ff1ee76421
|
Fix case of guest not getting properly deleted when logging off. Resolves #1194.
|
2017-02-04 13:06:09 +01:00 |
|
Griatch
|
13f919fc63
|
Change default IDLE_TIMEOUT to -1; no need for a timeout during development.
|
2017-01-30 00:09:03 +01:00 |
|
Griatch
|
92ec6a5ae8
|
Fix traceback due to missing settings.CHANNEL_CONNECTINFO; added the missing setting (with a None value). Resolves #1177.
|
2017-01-28 09:46:37 +01:00 |
|
Griatch
|
c6d9c0619e
|
Refactor code for readability and compatibility.
|
2017-01-27 00:19:27 +01:00 |
|
Griatch
|
b57b807da6
|
Make lockwarning log file name settable; turn off if not set. Resolves #1161.
|
2017-01-11 21:37:32 +01:00 |
|
Griatch
|
744cf4dd08
|
Change IN_GAME_ERRORS setting to True by default. This should make it easier to handle debugging for newcomers (although some errors will still have to only go to the log, such as critical reload errors). Note that this should be turned off in production for security reasons.
|
2016-12-18 09:21:42 +01:00 |
|
Griatch
|
2d30e6cf95
|
Slight rewording of maxlen warning.
|
2016-12-13 21:02:13 +01:00 |
|
Tehom
|
b41053dd38
|
Default value for MAX_CHAR_LIMIT and convert to int to catch early errors
|
2016-12-13 07:22:50 -05:00 |
|
Tehom
|
760c5b41fc
|
Put in check for maximum character size in input strings that can be set with settings.MAX_CHAR_LIMIT.
|
2016-12-13 06:53:35 -05:00 |
|