Jerry Aldrich
|
4681025ef5
|
Change loose to lose where appropriate
|
2018-10-27 11:59:03 -07:00 |
|
Griatch
|
c0bab475d6
|
Remove MAX_NR_CHARACTERS=1 enforcement for MULTISESSION_MODEs 0 and 1.
|
2018-09-29 11:11:41 +02:00 |
|
Griatch
|
036f2a9835
|
Making settings dict less spacy to match style elsewhere
|
2018-09-25 21:22:27 +02:00 |
|
Johnny
|
c8c9e831ee
|
Forces validation on Account.set_password() and provides an Account.validate_password() method to validate passwords.
|
2018-09-20 20:37:48 +00:00 |
|
Johnny
|
ddf01d1631
|
Implements password validation via the native Django framework.
|
2018-09-20 00:06:09 +00:00 |
|
Griatch
|
a954f9c723
|
Merge and fix conflicts with develop
|
2018-07-21 14:34:26 +02:00 |
|
Griatch
|
bb98e96e94
|
Merge branch 'master' into develop
|
2018-06-13 00:56:04 +02:00 |
|
Griatch
|
0b19902dcd
|
Clarify channel log rotate setting is in bytes
|
2018-06-13 00:55:44 +02:00 |
|
Griatch
|
8d7a7490a9
|
Start protfunc tests (unworking)
|
2018-06-12 20:10:20 +02:00 |
|
Griatch
|
b12b466fe2
|
Auto-tag spawned objects. Clean up unit tests
|
2018-05-10 20:37:30 +02:00 |
|
Griatch
|
037932aae2
|
Merge pull request #1552 from BlauFeuer/develop-locate
`@locate` alias of CmdFind shows location of find
|
2018-02-22 19:13:11 +01:00 |
|
Griatch
|
6e5f9e8d2e
|
Combining log files does not actually work, removing functionality
|
2018-01-26 22:12:57 +01:00 |
|
Griatch
|
4cb3fc7012
|
Add MERGE_LOGS for those not wanting to merge server/portal logs
|
2018-01-20 00:14:04 +01:00 |
|
BlauFeuer
|
7f9fad5594
|
Whitespace formatting MULTISESSION_MODE comments
|
2018-01-19 01:57:48 -05:00 |
|
Griatch
|
4233298345
|
Enabled profile, change default websocket port
|
2018-01-18 21:55:06 +01:00 |
|
Griatch
|
e3de3fb1dc
|
Make DELAY_CMD_LOGINSTART configurable in settings
|
2018-01-06 20:13:36 +01:00 |
|
Griatch
|
436a5fe7fe
|
Merge branch 'master' into develop
|
2018-01-06 19:20:51 +01:00 |
|
Griatch
|
b8f9154df9
|
Make DELAY_CMD_LOGINSTART configurable in settings
|
2018-01-06 19:19:20 +01:00 |
|
Griatch
|
76555e6ca5
|
Resolve merge conflicts
|
2018-01-01 21:05:35 +01:00 |
|
Griatch
|
1b9a083b19
|
Add TIME_IGNORE_DOWNTIMES to allow for true 1:1 time ratios. Implements #1545
|
2018-01-01 21:03:11 +01:00 |
|
Griatch
|
aca4605d47
|
Merge pull request #1530 from bostrt/tls-websockets
Update websocket URL so proxy port can be utilized. Resolves #1421.
|
2017-12-15 23:39:09 +01:00 |
|
Robert Bost
|
916246120a
|
Update websocket URL so proxy port can be utilized. Resolves #1421.
|
2017-12-12 19:29:16 -05:00 |
|
Vincent Le Goff
|
8f5a28455e
|
Remove TELNET_ENCODING and set ENCODINGS[0]
|
2017-12-12 19:46:28 +01:00 |
|
Vincent Le Goff
|
abaf8d0a19
|
Add a setting to change telnet default encoding
|
2017-12-12 18:56:36 +01:00 |
|
Griatch
|
5ff1da8e09
|
Change dockerfile entrypoint to launch evennia server, more suitable for docker-compose setups. Add websocket proxy envvar
|
2017-12-09 01:13:02 +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 |
|