This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-21 07:16:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
20e4c29747
evennia
/
apps
History
Download ZIP
Download TAR.GZ
Greg Taylor
4d94132c54
Moved the connect screen to the connect_screen config directive. Made the conf_value field on the configvalue model a TextField so we're not getting truncated at 255 as with a CharField. This means you'll need to delete your config tables and re-sync.
2007-10-27 03:25:42 +00:00
..
config
Moved the connect screen to the connect_screen config directive. Made the conf_value field on the configvalue model a TextField so we're not getting truncated at 255 as with a CharField. This means you'll need to delete your config tables and re-sync.
2007-10-27 03:25:42 +00:00
genperms
Big commit. We now have a respectable command table with built in permission checking. I've commented this pretty well, so see cmdtable.py and cmdhandler.py for more details. There is also some assorted cleanup and an unrelated fix or two resulting from the new Twisted back-end. Note that for the permissions, you will eventually be able to override the codebase's permissions via the web interface for each command.
2007-05-22 15:11:56 +00:00
helpsys
Possible MySQL fix.
2007-05-27 20:45:40 +00:00
news
Adding comments.
2007-07-31 19:32:03 +00:00
objects
Moved object and exit clearing to the destroy method instead of
2007-09-14 14:09:25 +00:00
website
Yay, the news system is looking good now. We'll re-visit it later to add searching/sorting by news categories and stuff.
2007-07-31 18:25:24 +00:00
__init__.py
Re-organization.
2007-04-03 13:42:51 +00:00