jesopo
|
98e1d4460e
|
Actually use channel arg in _kick_command (channel_op.py)
|
2019-01-30 21:03:21 +00:00 |
|
jesopo
|
8345ea36d4
|
Support kick and ban command in private message (channel_op.py)
|
2019-01-30 21:02:12 +00:00 |
|
jesopo
|
cd93118571
|
server.get_channel was moved to server.channels.get a long time ago (set.py)
|
2019-01-30 19:40:20 +00:00 |
|
jesopo
|
a2e23acc61
|
Logging takes format params as a separate arg (commands.py)
|
2019-01-30 19:39:03 +00:00 |
|
jesopo
|
5dda000c96
|
Add make_event(..) to EventHookContext
|
2019-01-30 19:37:52 +00:00 |
|
jesopo
|
72072bbd3d
|
Make sure to call the specific hook we've decided is valid (commands.py)
|
2019-01-30 19:35:43 +00:00 |
|
jesopo
|
8ac989fa96
|
check we have a channel_arg kwarg before parsing it as an int
(channel_access.py)
|
2019-01-30 19:20:11 +00:00 |
|
jesopo
|
0e66921d34
|
Break when we've found a suitable command hook (commands.py)
|
2019-01-30 19:15:11 +00:00 |
|
jesopo
|
b0d67e5170
|
Use correct arg indexes for private channelset (set.py)
|
2019-01-30 19:07:34 +00:00 |
|
jesopo
|
051e4347f9
|
Actually remove call to preprocess.command to after min_args check
(commands.py)
|
2019-01-30 11:41:25 +00:00 |
|
jesopo
|
f25bfd0ae2
|
Correctly check if we're in a channel command before checking if the current
hook is valid (commands.py)
|
2019-01-30 11:37:47 +00:00 |
|
jesopo
|
c822a1afd6
|
Check min_args before we check if a user has permission (commands.py)
|
2019-01-30 11:37:29 +00:00 |
|
jesopo
|
fc39f8f9fc
|
We need to turn channel_arg in to an int (channel_access.py)
|
2019-01-30 11:28:38 +00:00 |
|
jesopo
|
fc4a8d8e34
|
We should be using potential_hook until we've decided on a valid hook
(commands.py)
|
2019-01-30 11:26:54 +00:00 |
|
jesopo
|
64d12e3415
|
Get all hooks when checking command hooks, not just the first (commands.py)
|
2019-01-30 11:23:17 +00:00 |
|
jesopo
|
8a832b7230
|
Check all hooks for a command and pick the first applicable one, to allow for
private_only and channel_only commands to share the same command string
(commands.py)
|
2019-01-30 11:20:14 +00:00 |
|
jesopo
|
b197a537f0
|
Add a private channelset command (set.py)
|
2019-01-30 11:16:42 +00:00 |
|
jesopo
|
2071a10180
|
Support a way to check user channel access in a private command
(channel_access.py)
|
2019-01-30 11:16:34 +00:00 |
|
jesopo
|
bb84fc0291
|
Add a permission to !channelunset and !channelget (set.py)
|
2019-01-30 08:10:41 +00:00 |
|
jesopo
|
9491a44295
|
Correctly compare current time and token expire time and actually cache the
token (spotify.py)
|
2019-01-29 22:46:00 +00:00 |
|
jesopo
|
d178938463
|
Typo, {,} instead of {:} made headers a set (spotify.py)
|
2019-01-29 22:40:44 +00:00 |
|
jesopo
|
a177c5050e
|
URL_SPOTIFY was renamed to URL_SEARCH (spotify.py)
|
2019-01-29 22:39:58 +00:00 |
|
jesopo
|
74e8ad0351
|
Forgot to import time (spotify.py)
|
2019-01-29 22:39:13 +00:00 |
|
jesopo
|
8acc01dd48
|
post_data is the kwarg for POST data, not data (spotify.py)
|
2019-01-29 22:38:31 +00:00 |
|
jesopo
|
bb047ec1b7
|
base64.b64encode(...) takes a byte array, not a string (spotify.py)
|
2019-01-29 22:37:44 +00:00 |
|
jesopo
|
af7a765547
|
Forgot to import base64 (spotify.py)
|
2019-01-29 22:36:54 +00:00 |
|
jesopo
|
2d085e7f91
|
Spotify now requires access tokens to use it's API (spotify.py)
|
2019-01-29 22:34:28 +00:00 |
|
jesopo
|
0c319be1e5
|
Correct usage help for kickban/tempkickban (channel_op.py)
|
2019-01-29 17:37:14 +00:00 |
|
jesopo
|
5e91f0d209
|
Remove haveibeenpwned.py , it's 99% useless
|
2019-01-29 16:01:43 +00:00 |
|
jesopo
|
a501fdea1f
|
Stop processing a command when we've decided the user doesn't have permission
(commands.py)
|
2019-01-29 15:38:04 +00:00 |
|
jesopo
|
249734ebef
|
We don't have an event object in _has_channel_access (channel_access.py)
|
2019-01-29 15:35:38 +00:00 |
|
jesopo
|
e0722dfc8a
|
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 15:33:55 +00:00 |
|
jesopo
|
bdeaf7b69e
|
Add clarification to the top of bot.conf.example about leaving settings blank or
removing them
|
2019-01-29 12:42:02 +00:00 |
|
jesopo
|
7937be5128
|
Don't double up command prefix in !usage output (commands.py)
|
2019-01-29 08:36:47 +00:00 |
|
jesopo
|
f97c1f02fd
|
Actually show the command prefix we now pass to _get_usage (commands.py)
|
2019-01-29 08:33:32 +00:00 |
|
jesopo
|
79ff20b66a
|
Show command prefix in usage strings (commands.py)
|
2019-01-29 08:32:22 +00:00 |
|
jesopo
|
5d47e7e895
|
Add a permission to !ghwebhook so an admin user can use it without +o (github)
|
2019-01-29 08:06:59 +00:00 |
|
jesopo
|
0564a173a3
|
Typo, 'acess' -> 'access' (channel_access.py)
|
2019-01-29 07:35:48 +00:00 |
|
jesopo
|
66b2ffee68
|
Support * as a channel permission, to give users all access
(channel_access.py)
|
2019-01-29 07:32:25 +00:00 |
|
jesopo
|
5e5a62044c
|
We don't need a seperate command for !channelset override (set.py)
|
2019-01-29 07:18:03 +00:00 |
|
jesopo
|
08404c4694
|
Use new utils.consts.PERMISSION_FORCE_SUCCESS in permissions.py
|
2019-01-29 07:14:53 +00:00 |
|
jesopo
|
f9446a3663
|
Show an error when an unknown subcommand is given to !access (channel_access.py)
|
2019-01-29 00:14:33 +00:00 |
|
jesopo
|
10b2ace653
|
Add require_access to commands on channel_op.py
|
2019-01-29 00:08:21 +00:00 |
|
jesopo
|
a3a535b195
|
Delete a user's 'access' channel setting when they have no permissions left
(channel_access.py)
|
2019-01-29 00:02:56 +00:00 |
|
jesopo
|
1b933e7c00
|
IRCUser.User objects don't have .id , they have .get_id() (channel_access.py)
|
2019-01-29 00:00:15 +00:00 |
|
jesopo
|
549332db38
|
Check a return is truthy before we decide it's an error (command.py)
|
2019-01-28 23:57:12 +00:00 |
|
jesopo
|
ee1770cc08
|
Typo, force_success -> force_success = False (commands.py)
|
2019-01-28 23:52:30 +00:00 |
|
jesopo
|
a94d35f0f1
|
Add channel_access.py , to give permissions to users in a channel (similar to
chanserv)
|
2019-01-28 23:50:43 +00:00 |
|
jesopo
|
d10a6d94c1
|
Add a way to force success and force failure of a command permission check
(commands.py)
|
2019-01-28 23:29:52 +00:00 |
|
jesopo
|
5e12d87ca3
|
Use target (after prefixes lstrip) to get channel object (line_handler.py)
|
2019-01-27 22:43:35 +00:00 |
|