aboutsummaryrefslogtreecommitdiff
path: root/modules/permissions.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.