| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | 2019-01-29 | 1 | -6/+15 | |
| * | Typo, 'acess' -> 'access' (channel_access.py) | 2019-01-29 | 1 | -1/+1 | |
| * | Support `*` as a channel permission, to give users all access•••(channel_access.py) | 2019-01-29 | 1 | -3/+4 | |
| * | Show an error when an unknown subcommand is given to !access (channel_access.py) | 2019-01-29 | 1 | -0/+2 | |
| * | Delete a user's `'access'` channel setting when they have no permissions left•••(channel_access.py) | 2019-01-29 | 1 | -1/+5 | |
| * | IRCUser.User objects don't have `.id`, they have `.get_id()` (channel_access.py) | 2019-01-29 | 1 | -5/+5 | |
| * | Add `channel_access.py`, to give permissions to users in a channel (similar to•••chanserv) | 2019-01-28 | 1 | -0/+62 |
