| .. |
|
migrations
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
portal
|
Make portal possible to start in the foreground too
|
2018-09-25 00:24:45 +02:00 |
|
profiling
|
Correct some language
|
2018-01-27 11:28:20 +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
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +02:00 |
|
amp_client.py
|
Restart server, run collectstatic at init.
|
2018-08-18 10:38:20 +02:00 |
|
deprecations.py
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +02:00 |
|
evennia_launcher.py
|
Cleanup of changelog
|
2018-09-30 13:06:36 +02:00 |
|
initial_setup.py
|
Restart server, run collectstatic at init.
|
2018-08-18 10:38:20 +02:00 |
|
inputfuncs.py
|
Allow options to partially update portal session, correctly relay late handshakes.
|
2017-12-31 23:16:16 +01:00 |
|
manager.py
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +02:00 |
|
models.py
|
Have every class inherit from object.
|
2015-11-09 10:11:34 +01:00 |
|
server.py
|
Fix no-location issues for istart (resolves #1662).
|
2018-09-23 23:29:23 +02:00 |
|
serversession.py
|
Correctly call the parent at_sync in the serversession. Resolves #1555.
|
2018-01-20 23:59:28 +01:00 |
|
session.py
|
Resolve merge conflicts
|
2018-01-27 22:01:43 +01:00 |
|
sessionhandler.py
|
Restart server, run collectstatic at init.
|
2018-08-18 10:38:20 +02:00 |
|
tests.py
|
Add missing CONNECTION_THROTTLE, cleanup
|
2018-09-25 21:35:49 +02:00 |
|
throttle.py
|
Further improvements; Throttle maintains its own storage and no longer requires it to be supplied as an arg.
|
2018-09-21 17:38:31 +00:00 |
|
validators.py
|
Forces validation on Account.set_password() and provides an Account.validate_password() method to validate passwords.
|
2018-09-20 20:37:48 +00:00 |
|
webserver.py
|
Change log format, rename, join server/portal logs
|
2018-01-19 01:27:52 +01:00 |