aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_access.py
Commit message (Expand)AuthorAgeFilesLines
* allow all preprocess.command and check.command failures to have a messageGravatar jesopo2019-09-261-2/+3
* Support 'channel-access' check request referencing current channelGravatar jesopo2019-06-161-2/+7
* Change prviate channel_access commands to use a "channel-access" yield checkGravatar jesopo2019-06-141-21/+12
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
* check we have a `channel_arg` kwarg before parsing it as an int•••(channel_access.py) Gravatar jesopo2019-01-301-10/+11
* We need to turn `channel_arg` in to an int (channel_access.py)Gravatar jesopo2019-01-301-1/+1
* Support a way to check user channel access in a private command•••(channel_access.py) Gravatar jesopo2019-01-301-5/+18
* We don't have an event object in `_has_channel_access` (channel_access.py)Gravatar jesopo2019-01-291-3/+2
* Seperate out access checking logic so we can call across-modules with the event•••system to check if users have specific channel access (channel_access.py) Gravatar jesopo2019-01-291-6/+15
* Typo, 'acess' -> 'access' (channel_access.py)Gravatar jesopo2019-01-291-1/+1
* Support `*` as a channel permission, to give users all access•••(channel_access.py) Gravatar jesopo2019-01-291-3/+4
* Show an error when an unknown subcommand is given to !access (channel_access.py)Gravatar jesopo2019-01-291-0/+2
* Delete a user's `'access'` channel setting when they have no permissions left•••(channel_access.py) Gravatar jesopo2019-01-291-1/+5
* IRCUser.User objects don't have `.id`, they have `.get_id()` (channel_access.py)Gravatar jesopo2019-01-291-5/+5
* Add `channel_access.py`, to give permissions to users in a channel (similar to•••chanserv) Gravatar jesopo2019-01-281-0/+62