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-19 14:26:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
531fbbacaa
evennia
/
apps
History
Download ZIP
Download TAR.GZ
Greg Taylor
531fbbacaa
Fixing @open to be a bit more robust. Also handle exit name matching a lot more gracefully.
2007-05-18 15:20:24 +00:00
..
config
Added idle timeout code to help combat the screwed up session situation. Some admins would've wanted this eventually, but it'll help until I figure out how to close dead sessions that look like they're still alive. Added a new server config directive, idle_timeout. If the value is non-zero, the idle timeout is the respective number of seconds between commands. Also, the IDLE command will save you from idle timeouts but won't modify your publicly visible idle time.
2007-05-09 15:28:12 +00:00
genperms
Adding the first bit of permissions checking as an example. See cmd_who and the Object class's user_has_perm method for examples. We'll need to start fleshing this stuff out before adding many more new commands. For existing games, remove your auth_permissions table and re-sync your DB.
2007-05-09 15:53:53 +00:00
helpsys
Adding initial data via Django's syncdb facility. We will no longer distribute a SQLite DB in the near future in favor of this cross-platform alternative. Also in this commit is a crash fix for @dig with SQLite.
2007-04-25 14:47:33 +00:00
objects
Fixing @open to be a bit more robust. Also handle exit name matching a lot more gracefully.
2007-05-18 15:20:24 +00:00
__init__.py
Re-organization.
2007-04-03 13:42:51 +00:00