aboutsummaryrefslogtreecommitdiff
path: root/modules/permissions.py
Commit message (Expand)AuthorAgeFilesLines
* Added code to preprocess check a command that only requires authentication, not•••a permission Gravatar jesopo2018-08-181-0/+4
* get user permissions every time they try to use a command that requires•••permissions, instead of caching their permissions when they sign in Gravatar jesopo2018-08-021-6/+8
* on second thought, should probably only show people their nickname's permissi...Gravatar jesopo2016-05-171-1/+1
* added a command to show you what permissions you have.Gravatar jesopo2016-05-171-0/+6
* added the code to prevent users using certain commands based on permissions.Gravatar jesopo2016-04-061-0/+13
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-3/+6
* ironed out some little issues with permissions.py.Gravatar jesopo2016-04-041-1/+5
* added permissions.py which contains code for identifying/registering/logoutin...Gravatar jesopo2016-04-041-0/+72