index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
channel_access.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
check we have a `channel_arg` kwarg before parsing it as an int
•••
(channel_access.py)
jesopo
2019-01-30
1
-10
/
+11
*
We need to turn `channel_arg` in to an int (channel_access.py)
jesopo
2019-01-30
1
-1
/
+1
*
Support a way to check user channel access in a private command
•••
(channel_access.py)
jesopo
2019-01-30
1
-5
/
+18
*
We don't have an event object in `_has_channel_access` (channel_access.py)
jesopo
2019-01-29
1
-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)
jesopo
2019-01-29
1
-6
/
+15
*
Typo, 'acess' -> 'access' (channel_access.py)
jesopo
2019-01-29
1
-1
/
+1
*
Support `*` as a channel permission, to give users all access
•••
(channel_access.py)
jesopo
2019-01-29
1
-3
/
+4
*
Show an error when an unknown subcommand is given to !access (channel_access.py)
jesopo
2019-01-29
1
-0
/
+2
*
Delete a user's `'access'` channel setting when they have no permissions left
•••
(channel_access.py)
jesopo
2019-01-29
1
-1
/
+5
*
IRCUser.User objects don't have `.id`, they have `.get_id()` (channel_access.py)
jesopo
2019-01-29
1
-5
/
+5
*
Add `channel_access.py`, to give permissions to users in a channel (similar to
•••
chanserv)
jesopo
2019-01-28
1
-0
/
+62