evennia/evennia/commands/default
2018-10-20 18:18:59 -05:00
..
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
account.py Remove MAX_NR_CHARACTERS=1 enforcement for MULTISESSION_MODEs 0 and 1. 2018-09-29 11:11:41 +02:00
admin.py Modifies CmdUnconnectedCreate, CmdPassword and CmdNewPassword to use Django password validation before modification. 2018-09-20 21:29:56 +00:00
batchprocess.py class var options renamed switch_options 2018-03-05 14:34:10 -05:00
building.py Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684 2018-10-20 18:18:59 -05:00
cmdset_account.py Add nick-command to account cmdset 2018-03-03 11:01:31 +01:00
cmdset_character.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
cmdset_session.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
cmdset_unloggedin.py Add 'INFO' command to unlogged-in command set, so that we can be polled by Mudconnector and Mudstats. 2018-03-29 18:02:45 -07:00
comms.py Create hash password when creating irc bot. 2018-10-07 21:17:40 +02:00
general.py Fix except-finally section that swallowed command unittest error message. Resolves #1629. 2018-08-20 20:21:22 +02:00
help.py class var options renamed switch_options 2018-03-05 15:17:19 -05:00
muxcommand.py Suggested refactors and change to test exact match 2018-03-10 22:41:16 -05:00
syscommands.py Added the ability to overload the default command parent. Implements #923. 2016-05-22 20:49:46 +02:00
system.py class var options renamed switch_options 2018-03-05 15:46:17 -05:00
tests.py Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684 2018-10-20 18:18:59 -05:00
unloggedin.py Add missing CONNECTION_THROTTLE, cleanup 2018-09-25 21:35:49 +02:00