Commit graph

10 commits

Author SHA1 Message Date
Andrew Bastien
e0e382e0c6 - Added .at_failed_login(session) to default Player typeclass.
- unloggedin.CmdUnconnectedConnect now calls the at_failed_login hook on player if a correct user is entered by an invalid password provided.
2015-07-25 18:35:34 +02:00
Griatch
4f384dc514 Added support for screen readers via the new option command (which merges the ability to set the screenreader mode with the encoding command). The new setting.SCREENREADER_REGEX_STRIP allows to customize what the screenreader mode strips. 2015-03-16 23:30:37 +01:00
Griatch
ae493a754d The guest account creator used the wrong number of arguments to create the bot account. Resolves #703. 2015-03-12 07:32:09 +01:00
Griatch
7f20631bfc Fixed a very silly bug in CmdUnloggedinCreate where the default location was set on the character even though the Player hadn't actually logged in yet. This meant that the Character (in MULTISESSION_MODEs < 2) would pop up in the start location and stay there also if the Player never actually connected to the game. This is most likely the reason for zombie player remnants that have been around for so long and should thus have an impact also on #498. 2015-03-07 22:55:01 +01:00
Griatch
a1a821b7b5 added listsettings option to evennia launcher, to easier inspect the values of the currently chosen settings file. 2015-03-07 01:37:31 +01:00
Griatch
cde9cd36df Added a throttling mechanism to avoid too many quick retries of passwords. Implements #634. Note that one could also throttle the creation of Player accounts this way, but this would interfere with dummyrunner operation, so it is not included by default. 2015-03-06 22:43:40 +01:00
Griatch
68e8062007 Refactored the way default channels are added. 2015-02-23 16:15:29 +01:00
Griatch
d0ef05202d Can now log into the server and do basic operations. Not fully tested yet. 2015-01-08 22:58:13 +01:00
Griatch
3ff937a6fd Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
Griatch
c7325a5032 Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
Renamed from lib/commands/default/unloggedin.py (Browse further)