evennia/evennia
Griatch 63eec3a659 Implement SUPPRESS-GO-AHEAD telnet option
With the current setup, the server will negotiate SUPPRESS-GO-AHEAD
as follows:
  Server sends WILL SUPPRESS-GO-AHEAD
  Client will then send or reply with DO/DONT SUPPRESS-GO-AHEAD
Evennia will abide by the instruction of the client, but defaults
to suppressing GA messages after every line.
2017-06-06 00:03:16 +02:00
..
commands Implement SUPPRESS-GO-AHEAD telnet option 2017-06-06 00:03:16 +02:00
comms Decided to remove setting because it seemed unnecessary when this was the purported default behavior anyway. It makes sense that if they want to send to offline, they'd override the option to be True in their channel typeclasses. At least that's my thinking, maybe I'm off base. Remove docstr line that says online arg is not currently used. 2017-05-20 23:33:39 -04:00
contrib Merge branch 'events' of https://github.com/vlegoff/evennia into vlegoff-events 2017-05-21 07:18:57 +02:00
game_template Add secret_settings and mechanisms for managing it. This allows for easier hiding game- and server-specific settings when sharing the game dir with others. 2017-06-04 22:55:28 +02:00
help Add ability to add aliases to help entries via the command and create_helpentry utility. 2016-12-17 17:15:50 +01:00
locale Markup update 2017-02-19 09:46:44 +01:00
locks Further refactoring towards #1176. 2017-02-02 00:02:58 +01:00
objects Fix attribute name to resolve recursion error in _recache method. 2017-04-20 14:14:00 -04:00
players Typo in code that prevented RSS toggle off/delete 2017-03-20 06:06:04 -04:00
scripts Update the time-sensitive script 2017-02-15 23:43:49 +01:00
server Implement SUPPRESS-GO-AHEAD telnet option 2017-06-06 00:03:16 +02:00
typeclasses Remove unreachable code, PEP 8 whitespace, 2017-03-19 18:56:18 +01:00
utils Add cache optimization to variable imports in logger. 2017-05-21 19:24:54 +02:00
web Change the webclient OOB text kwarg to 'type' instead of 'window' to make it more general. 2017-02-05 12:19:17 +01:00
__init__.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
settings_default.py 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
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00