evennia/evennia/server
2017-02-12 19:16:56 +01:00
..
migrations Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
portal Make the irc bot accept who command from the IRC side. 2017-02-12 01:55:34 +01:00
profiling Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
admin.py Begun conversion of server/ directory to google style docstrings as per #709. 2015-06-22 08:45:35 +02:00
amp.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
deprecations.py Move gametime conversion factors to contrib and remove them from the settings file with the motivation that the gametime constats were always highly game specific and a remnant from another time. Reworked the gametime library and add server epoch building from vincent-lg's original PR. The gametime module now deals exclusively in seconds. 2017-02-12 19:16:56 +01:00
evennia_launcher.py Move gametime conversion factors to contrib and remove them from the settings file with the motivation that the gametime constats were always highly game specific and a remnant from another time. Reworked the gametime library and add server epoch building from vincent-lg's original PR. The gametime module now deals exclusively in seconds. 2017-02-12 19:16:56 +01:00
evennia_runner.py Add external-runner option to the launcher to allow for replacing the native evennia runner with an external process manager (like Linux' start-stop-daemon). Note that without a replacement, this option will make evennia un-reloadable. 2016-12-08 23:24:14 +01:00
initial_setup.py Move gametime conversion factors to contrib and remove them from the settings file with the motivation that the gametime constats were always highly game specific and a remnant from another time. Reworked the gametime library and add server epoch building from vincent-lg's original PR. The gametime module now deals exclusively in seconds. 2017-02-12 19:16:56 +01:00
inputfuncs.py Adjusted text variable names through IRCbot message life cycle to match new practice. 2017-02-11 18:48:43 +01:00
manager.py Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00
models.py Have every class inherit from object. 2015-11-09 10:11:34 +01:00
server.py Further refactoring towards #1176. 2017-02-02 00:02:58 +01:00
serversession.py Correctly remove the webclient options monitor on disconnect 2017-02-05 12:19:16 +01:00
session.py Fix issue with option ansi/xterm256=False not correctly turning off colors. Change the NOMARKUP session option flag to NOCOLOR to better reflect its function. 2017-01-26 21:08:27 +01:00
sessionhandler.py Unsuccessfull attempts 2017-02-11 18:45:55 +01:00
tests.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
webserver.py Set another factory to not be noisy 2017-01-24 16:45:10 +01:00