jesopo
|
dbe0b1f43b
|
Tell servers objects when they are the result of a reconnection
|
2019-06-17 13:53:17 +01:00 |
|
jesopo
|
ec733e200c
|
Default IRCBot.running to false, set to true at the top of .run()
|
2019-06-17 11:35:45 +01:00 |
|
jesopo
|
76a2c66b3e
|
Show what the given context was when it's unknown
|
2019-06-17 11:29:36 +01:00 |
|
jesopo
|
99a314ed01
|
Catch _to_context ValueError and show pretty error
|
2019-06-17 11:27:48 +01:00 |
|
jesopo
|
da5d48400d
|
Change panic() reason log from ERROR to CRITICAL
|
2019-06-17 11:12:04 +01:00 |
|
jesopo
|
9ea356bc49
|
Raise a BitBotPanic() exception in panic()
|
2019-06-17 11:11:35 +01:00 |
|
jesopo
|
f8fa529ca5
|
Add IRCBot.panic() - a nicer interface for killing the whole application
|
2019-06-17 11:06:03 +01:00 |
|
jesopo
|
ced59a0f74
|
Allow channel-access and channel-mode check for channels people are not in
|
2019-06-16 20:48:31 +01:00 |
|
jesopo
|
73aa55b866
|
Support 'channel-access' check request referencing current channel
|
2019-06-16 20:45:14 +01:00 |
|
jesopo
|
98e1202c78
|
Allow command.regex hooks to opt-in to being triggered from a /me
closes #68
|
2019-06-16 18:40:25 +01:00 |
|
jesopo
|
18004c23e1
|
Don't fail get_kwarg when self.kwarg[name] is falsey
|
2019-06-16 18:39:56 +01:00 |
|
jesopo
|
77126e5807
|
Update CHANGELOG.md
|
2019-06-16 17:20:47 +01:00 |
|
jesopo
|
75f60caaf8
|
'multi-line' -> 'multiline'
|
2019-06-16 17:20:31 +01:00 |
|
jesopo
|
4b61f837fb
|
'timeout' -> 'cooldown'. closes #60
|
2019-06-16 17:05:40 +01:00 |
|
jesopo
|
002e1333a4
|
Add auto-github-timeout to prevent duplicate auto-githubs
|
2019-06-16 16:57:22 +01:00 |
|
jesopo
|
b4d61ecd55
|
Update CHANGELOG.md
|
2019-06-16 15:37:16 +01:00 |
|
jesopo
|
5fa3d66a39
|
Return all caps through received.cap.ls|new and check if valid in line_handler,
remove server.cap_started
|
2019-06-16 15:33:20 +01:00 |
|
jesopo
|
3a18229a73
|
Parse inbound bitbot.dev/multi-line batches
|
2019-06-16 10:03:46 +01:00 |
|
jesopo
|
ef10207a73
|
Send target as batch argument
|
2019-06-16 10:03:28 +01:00 |
|
jesopo
|
33de403685
|
Implement bitbot.dev/multi-line
|
2019-06-16 09:53:12 +01:00 |
|
jesopo
|
919a488e86
|
Implement client-to-server BATCHes
|
2019-06-16 09:52:54 +01:00 |
|
jesopo
|
055eed24fd
|
Type annotate ParsedLine.tags, add ParsedLine.add_tag()
|
2019-06-16 09:52:25 +01:00 |
|
jesopo
|
5b58cc05b6
|
Check that we have enough PRIVMSG args for strip_color.py
|
2019-06-16 09:52:04 +01:00 |
|
jesopo
|
c9de95f44a
|
forgot to pass stdout and stderr to command callbacks!
|
2019-06-16 09:51:45 +01:00 |
|
jesopo
|
fff4f89a50
|
Update CHANGELOG.md
|
2019-06-15 18:46:09 +01:00 |
|
jesopo
|
8ab4880c5c
|
Change from yield checks to a func in events that pass up EventErrors
|
2019-06-15 18:42:14 +01:00 |
|
jesopo
|
cb2cab627f
|
Remove debug yield check
|
2019-06-15 18:41:04 +01:00 |
|
jesopo
|
8392ee571a
|
Update CHANGELOG.md
|
2019-06-15 00:51:48 +01:00 |
|
jesopo
|
fd35acb01b
|
Request draft/event-playback when available
|
2019-06-15 00:49:14 +01:00 |
|
jesopo
|
b5a467552f
|
CRITICAL log exceptions caught in _loop_catch()
|
2019-06-15 00:39:52 +01:00 |
|
jesopo
|
04f3e98515
|
Update CHANGELOG.md
|
2019-06-14 18:12:54 +01:00 |
|
jesopo
|
1d8173f607
|
copypaste fail, setting_info -> export_settings[setting]
|
2019-06-14 17:39:11 +01:00 |
|
jesopo
|
e814494777
|
Show example (when available) for "invalid value" error
|
2019-06-14 17:35:12 +01:00 |
|
jesopo
|
229a45a491
|
Change prviate channel_access commands to use a "channel-access" yield check
|
2019-06-14 17:23:22 +01:00 |
|
jesopo
|
f8b086b095
|
"saved a duck" -> "befriended a duck"
|
2019-06-14 17:11:44 +01:00 |
|
jesopo
|
9b5f946cec
|
80 col wrap
|
2019-06-14 17:11:36 +01:00 |
|
jesopo
|
359e977d18
|
Don't let users change settings for other channels when they have +o in the
current channel
|
2019-06-14 16:34:48 +01:00 |
|
jesopo
|
50e9f56ca3
|
Show when a server connected instead of "bytes read/written per second" in stats
endpoint
|
2019-06-14 16:12:03 +01:00 |
|
jesopo
|
3fad17d1b9
|
catch StopIteration.value, pass back EventError that comes from a generator
|
2019-06-14 12:48:26 +01:00 |
|
jesopo
|
74a4d7077d
|
Remove !set/!channelset/!serverset/!botset and related commands
|
2019-06-14 12:29:24 +01:00 |
|
jesopo
|
e713086255
|
Advise use of !config, not !set/!channelset/!serverset/!botset
|
2019-06-14 12:27:45 +01:00 |
|
jesopo
|
7a5af8f558
|
yield already generated permission check for serverset/botset
|
2019-06-14 12:25:53 +01:00 |
|
jesopo
|
e0d99fe8b1
|
Fix utils.Check args type hinting
|
2019-06-14 12:12:38 +01:00 |
|
jesopo
|
f614d1fc14
|
add self check.command, change !config to use new yields
|
2019-06-14 12:09:42 +01:00 |
|
jesopo
|
f05fc209b0
|
Add a way to __or__ utils.Check s, as a "if one of these passes" thing
|
2019-06-14 12:01:55 +01:00 |
|
jesopo
|
d7fa2cfa24
|
Catch yield s in command callbacks for e.g. permission checks
|
2019-06-14 11:42:12 +01:00 |
|
jesopo
|
6057d86edc
|
Update CHANGELOG.md
|
2019-06-13 17:13:10 +01:00 |
|
jesopo
|
0e5ba747a9
|
Wrap _read_loop() and _write_loop() in a try that kills the main thread
|
2019-06-13 17:11:46 +01:00 |
|
jesopo
|
f793f5fb92
|
Update CHANGELOG.md
|
2019-06-13 11:57:01 +01:00 |
|
jesopo
|
11643f6eea
|
Expose IRCChannel.mode_str() on REST API stats endpoint
|
2019-06-13 11:54:13 +01:00 |
|