evennia/apps
Michael King 7f3a8870f0 I learned something I didn't know about Django:
Apparently, if you retrieve the same model instance with two different references,
they don't equate with is or ==, you need to compare the id's.  I could be misreading the
symptoms, but this is what I had to do to get it to recognize that the home of the object in
question was its current (going away) location, and act appropriately.
2007-08-07 17:08:31 +00:00
..
config Removed DEFAULT_HOME from settings.py into a server configuration directive via the confg app. 2007-08-07 16:52:47 +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 I learned something I didn't know about Django: 2007-08-07 17:08:31 +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