aboutsummaryrefslogtreecommitdiff
path: root/modules/permissions/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove empty _random_string declarationGravatar jesopo2019-05-301-2/+0
* Hex-encode master passwords, instead of b64, to avoid "strange" charsGravatar jesopo2019-05-301-4/+4
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
* Only show register/identify advice when we're using `internal` authGravatar jesopo2019-05-231-3/+7
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+2
* Add masterpassword private-only commandGravatar jesopo2019-05-211-0/+8
* Move master-password generation out to it's own functionGravatar jesopo2019-05-211-2/+6
* Make masterlogin passwords one-time-useGravatar jesopo2019-04-241-1/+2
* Add a master-admin login system, to have a bot-wide password to give any user•••using it complete admin permissions - mostly intended to add new admin users Gravatar jesopo2019-04-151-1/+33
* Add/remove people from channels before received.join/received.part eventsGravatar jesopo2019-04-151-1/+1
* Move permissions.py in to a directory and add a README.md for itGravatar jesopo2019-02-171-0/+243