evennia/src/commands
Griatch 7f7306a6e4 - Implemented permission system management inside the game
- changed @chperm to @setperm to avoid confusion with channel commands
- added @setgroup command for adding user group permissions
- Moved permissions/group setup into settings file to allow admins to tweak without going into evennia engine.
- Add all new players to default permission group (defined in settings)
- Defined a basic group hierarchy, removed permission 'genperms.builder' in favour of a group named builders instead, containing all relevant permissions.
- Filtered out all django's automatic permissions in @setperm/list to make permission system more controlled by admin.
- Probably fixed bug that caused new users to not be signed up to channels (more testing needed)
- Added Exception handler in unloggedin method create, this was killing tracebacks upon user creation.
/Griatch
2009-10-03 14:40:34 +00:00
..
__init__.py Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced. 2008-06-15 19:38:39 +00:00
batchprocess.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
comsys.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
general.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
imc2.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
info.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
irc.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
objmanip.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
paging.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
parents.py Fixed some bugs in move reporting. Made feedback from default commands a bit more informative and consistent. Added some more text and error handling to the login commands. 2009-09-19 20:48:06 +00:00
privileged.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
search.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00
unloggedin.py - Implemented permission system management inside the game 2009-10-03 14:40:34 +00:00