evennia/src/web
2013-09-29 13:30:25 -05:00
..
media Fixed issue with webclient sessions hanging on disconnect. 2013-05-18 21:20:54 -05:00
news Updated news models to use custom user. No migration should be needed. Updated website templates. 2013-07-22 08:59:11 -05:00
templates Admin pages load now, but they ain't always pretty. 2013-09-29 13:30:25 -05:00
utils Admin pages load now, but they ain't always pretty. 2013-09-29 13:30:25 -05:00
webclient Moved webserver to Server and set up the webclient to work as a stand-alone program on the Portal side. The website link to the webclient is currently pointing to the wrong process, some way to direct that transparently to the Portal-side is needed. 2013-05-23 00:02:25 +02:00
website Moved webserver to Server and set up the webclient to work as a stand-alone program on the Portal side. The website link to the webclient is currently pointing to the wrong process, some way to direct that transparently to the Portal-side is needed. 2013-05-23 00:02:25 +02:00
__init__.py After lots of discussions, default commands where moved from game/gamesrc/commands/default to src/commands/default in order to make it clearer which parts are updated as part of evennia and which can be tweaked at heart's content. New templates where left in gamesrc/commands that should hopefully make it clearer how to extend the command system. Also game/web was moved to src/web - we'll likely extend this from game/gamesrc/web in the future. If you already did extensions you should just have to edit your import paths and make use of the new cmdset template supplied. 2010-11-23 01:24:56 +00:00
backends.py Fixed an issue with the backend authentication not getting the proper user model. 2013-07-19 17:22:46 -05:00
urls.py Moved webserver to Server and set up the webclient to work as a stand-alone program on the Portal side. The website link to the webclient is currently pointing to the wrong process, some way to direct that transparently to the Portal-side is needed. 2013-05-23 00:02:25 +02:00