Commit graph

18 commits

Author SHA1 Message Date
Ahmed Charles
a7db340d82 Fix idle timeouts.
The fix for rate limiting removed the code which updated cmd_last,
which is used to determine whether someone is idle.
2015-10-18 11:58:20 +02:00
Griatch
1d17302d16 Refactoring to go with the fixed AMP structure and methods. 2015-09-21 16:50:05 +02:00
Griatch
d02b781be1 Time tracing setup for tracing the flow of data through AMP. 2015-09-17 21:56:14 +02:00
Griatch
00b5309295 Updated more of server/ to google docstrings as per #709. 2015-06-23 10:42:51 +02:00
Griatch
3ebc55da82 Changed datetime setter to use utils.timezone instead of naive datetime stamps, as per #728. 2015-03-27 07:05:13 +01: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
9793c57dd4 Made portalsessionhandler manage command rate limitations directly, using a cmd/s average over 200 commands. 2015-02-28 15:37:20 +01:00
Griatch
e201cda2c3 Fixes to content_cache handler. Started a simple test of a cmd-limiter. 2015-02-28 13:02:51 +01:00
Griatch
06fe2e5a9c Fixed a bug in serversession. 2015-02-28 09:59:24 +01:00
Griatch
4dc3a3df09 Removed the normal_mode and ignore_empty keywords of puppet/unpuppet_object and instead handling those checks in the calling methods instead. This makes the call clearer. Also changed to using the on-object scripthandler for validation rather than importing and calling the manager unnecessarily. 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
ba3bd91851 Multisession mode cleanup. 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
9b7d4e656e Fix MULTISESSION_MODE = 3 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
9733468098 Fix MULTISESSION_MODE = 1 2015-02-28 09:49:41 +01:00
Griatch
a87fbff366 Started work on #673; refactored the data flow. Still issues with correctly puppeting/unpuppeting in modes > 0. 2015-02-26 21:53:19 +01:00
Griatch
e25d8569bb Moved much of @ic functionality into puppet_object. 2015-02-22 21:12:35 +01:00
Griatch
eda15ccc45 Added support for GMCP out-of-band messaging, as a backup handler to MSDP. Starting to rework the oob system to be more straightforward to follow and understand. 2015-02-11 20:58:37 +01:00
Griatch
ad3f19896c Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +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/server/serversession.py (Browse further)