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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Simplify SentLine by shifting truncation to ParsedLine (and commands.outs)
jesopo
2019-06-18
2
-46
/
+40
|
*
check-mode and channel-access should reference the computed target, not
jesopo
2019-06-18
2
-5
/
+11
|
|
|
|
"current channel"
*
Update CHANGELOG.md
jesopo
2019-06-17
1
-0
/
+4
|
*
Change vote, instead of rejecting, when people vote twice
jesopo
2019-06-17
1
-12
/
+22
|
*
Change vote ids to be 6 chars, instead of 8
jesopo
2019-06-17
1
-1
/
+1
|
*
only count "\n"s (not "\r\n") that hit the wire, incase \r\n gets cut in half
jesopo
2019-06-17
1
-1
/
+1
|
*
WARN log for soft SASL failure
jesopo
2019-06-17
1
-0
/
+1
|
*
_end_sasl takes a server param
jesopo
2019-06-17
1
-1
/
+1
|
*
Update help/usage strings for vote.py
jesopo
2019-06-17
1
-3
/
+3
|
*
Make sure new random ids are unique
jesopo
2019-06-17
1
-3
/
+6
|
*
Support multiple concurrent votes
jesopo
2019-06-17
1
-61
/
+72
|
*
Fix Database.ChannelSettings.find SQL
jesopo
2019-06-17
1
-1
/
+1
|
*
support recalling results of old votes
jesopo
2019-06-17
1
-6
/
+28
|
*
Allow admin users to start/end votes
jesopo
2019-06-17
1
-0
/
+2
|
*
first draft of vote.py
jesopo
2019-06-17
1
-0
/
+90
|
*
'break' instead of 'continue' so that things in the event queue get discarded
jesopo
2019-06-17
1
-1
/
+1
|
*
Add a setting to disable "hard" sasl failure
jesopo
2019-06-17
1
-5
/
+11
|
*
Only `panic()` when a server connection is part of bot init. closes #69
jesopo
2019-06-17
3
-3
/
+6
|
*
panic() if a sasl dance fails on first connection, disconnect on reconnect sasl
jesopo
2019-06-17
1
-5
/
+10
|
|
|
|
fail
*
Make sure we exit event loop when there's no servers left
jesopo
2019-06-17
1
-0
/
+2
|
*
Tell servers objects when they are the result of a reconnection
jesopo
2019-06-17
2
-0
/
+2
|
*
Default IRCBot.running to false, set to true at the top of .run()
jesopo
2019-06-17
1
-1
/
+2
|
*
Show what the given context was when it's unknown
jesopo
2019-06-17
1
-2
/
+2
|
*
Catch _to_context ValueError and show pretty error
jesopo
2019-06-17
1
-2
/
+7
|
*
Change panic() reason log from ERROR to CRITICAL
jesopo
2019-06-17
1
-1
/
+1
|
*
Raise a BitBotPanic() exception in panic()
jesopo
2019-06-17
1
-0
/
+6
|
*
Add IRCBot.panic() - a nicer interface for killing the whole application
jesopo
2019-06-17
1
-4
/
+19
|
*
Allow channel-access and channel-mode check for channels people are not in
jesopo
2019-06-16
2
-4
/
+10
|
*
Support 'channel-access' check request referencing current channel
jesopo
2019-06-16
1
-2
/
+7
|
*
Allow command.regex hooks to opt-in to being triggered from a /me
jesopo
2019-06-16
8
-16
/
+18
|
|
|
|
closes #68
*
Don't fail get_kwarg when self.kwarg[name] is falsey
jesopo
2019-06-16
1
-2
/
+5
|
*
Update CHANGELOG.md
jesopo
2019-06-16
1
-0
/
+1
|
*
'multi-line' -> 'multiline'
jesopo
2019-06-16
1
-3
/
+3
|
*
'timeout' -> 'cooldown'. closes #60
jesopo
2019-06-16
1
-7
/
+7
|
*
Add auto-github-timeout to prevent duplicate auto-githubs
jesopo
2019-06-16
1
-17
/
+37
|
*
Update CHANGELOG.md
jesopo
2019-06-16
1
-0
/
+1
|
*
Return all caps through received.cap.ls|new and check if valid in line_handler,
jesopo
2019-06-16
8
-65
/
+42
|
|
|
|
remove server.cap_started
*
Parse inbound bitbot.dev/multi-line batches
jesopo
2019-06-16
1
-0
/
+13
|
*
Send `target` as batch argument
jesopo
2019-06-16
1
-1
/
+2
|
*
Implement bitbot.dev/multi-line
jesopo
2019-06-16
1
-0
/
+25
|
*
Implement client-to-server BATCHes
jesopo
2019-06-16
1
-3
/
+18
|
*
Type annotate ParsedLine.tags, add ParsedLine.add_tag()
jesopo
2019-06-16
1
-1
/
+4
|
*
Check that we have enough PRIVMSG args for strip_color.py
jesopo
2019-06-16
1
-9
/
+9
|
*
forgot to pass `stdout` and `stderr` to command callbacks!
jesopo
2019-06-16
1
-1
/
+2
|
*
Update CHANGELOG.md
jesopo
2019-06-15
1
-1
/
+1
|
*
Change from `yield` checks to a func in `events` that pass up EventErrors
jesopo
2019-06-15
4
-58
/
+40
|
*
Remove debug yield check
jesopo
2019-06-15
1
-2
/
+0
|
*
Update CHANGELOG.md
jesopo
2019-06-15
1
-0
/
+1
|
*
Request draft/event-playback when available
jesopo
2019-06-15
1
-1
/
+12
|
*
CRITICAL log exceptions caught in _loop_catch()
jesopo
2019-06-15
1
-4
/
+4
|
[prev]
[next]