Revision: 5aff3031f3d1
Branch: default
Author: griatch
Date: Tue May 14 05:53:08 2013
Log: Added Character-level quelling possibilities to superuser. This
makes the superuser quelling completely in line with normal quelling for
other permission levels. It also removes the need for the special
_superuser_character bypass used before (the migration no longer creates it
an initial_setup won't either).
http://code.google.com/p/evennia/source/detail?r=5aff3031f3d1
Modified:
/src/commands/default/player.py
/src/locks/lockhandler.py
/src/objects/models.py
/src/players/migrations/0014_add_attr__playable_characters.py
/src/server/initial_setup.py