aboutsummaryrefslogtreecommitdiff
path: root/modules/permissions.py
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability to only require authentication if your nickname is registeredGravatar jesopo2018-08-281-3/+13
|
* Add !givepermission and !removepermission to permissions.pyGravatar jesopo2018-08-281-5/+50
|
* Made "you need to be authenticated" message more helpfulGravatar jesopo2018-08-281-1/+3
|
* Added code to preprocess check a command that only requires authentication, notGravatar jesopo2018-08-181-0/+4
| | | | a permission
* get user permissions every time they try to use a command that requiresGravatar jesopo2018-08-021-6/+8
| | | | permissions, instead of caching their permissions when they sign in
* on second thought, should probably only show people their nickname's ↵Gravatar jesopo2016-05-171-1/+1
| | | | permissions when they're identified.
* 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 ↵Gravatar jesopo2016-04-041-0/+72
identifying/registering/logouting users. updated README.md to reflect the newly required scrypt module.