aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify SentLine by shifting truncation to ParsedLine (and commands.outs)Gravatar jesopo2019-06-182-46/+40
|
* check-mode and channel-access should reference the computed target, notGravatar jesopo2019-06-182-5/+11
| | | | "current channel"
* Update CHANGELOG.mdGravatar jesopo2019-06-171-0/+4
|
* Change vote, instead of rejecting, when people vote twiceGravatar jesopo2019-06-171-12/+22
|
* Change vote ids to be 6 chars, instead of 8Gravatar jesopo2019-06-171-1/+1
|
* only count "\n"s (not "\r\n") that hit the wire, incase \r\n gets cut in halfGravatar jesopo2019-06-171-1/+1
|
* WARN log for soft SASL failureGravatar jesopo2019-06-171-0/+1
|
* _end_sasl takes a server paramGravatar jesopo2019-06-171-1/+1
|
* Update help/usage strings for vote.pyGravatar jesopo2019-06-171-3/+3
|
* Make sure new random ids are uniqueGravatar jesopo2019-06-171-3/+6
|
* Support multiple concurrent votesGravatar jesopo2019-06-171-61/+72
|
* Fix Database.ChannelSettings.find SQLGravatar jesopo2019-06-171-1/+1
|
* support recalling results of old votesGravatar jesopo2019-06-171-6/+28
|
* Allow admin users to start/end votesGravatar jesopo2019-06-171-0/+2
|
* first draft of vote.pyGravatar jesopo2019-06-171-0/+90
|
* 'break' instead of 'continue' so that things in the event queue get discardedGravatar jesopo2019-06-171-1/+1
|
* Add a setting to disable "hard" sasl failureGravatar jesopo2019-06-171-5/+11
|
* Only `panic()` when a server connection is part of bot init. closes #69Gravatar jesopo2019-06-173-3/+6
|
* panic() if a sasl dance fails on first connection, disconnect on reconnect saslGravatar jesopo2019-06-171-5/+10
| | | | fail
* Make sure we exit event loop when there's no servers leftGravatar jesopo2019-06-171-0/+2
|
* Tell servers objects when they are the result of a reconnectionGravatar jesopo2019-06-172-0/+2
|
* Default IRCBot.running to false, set to true at the top of .run()Gravatar jesopo2019-06-171-1/+2
|
* Show what the given context was when it's unknownGravatar jesopo2019-06-171-2/+2
|
* Catch _to_context ValueError and show pretty errorGravatar jesopo2019-06-171-2/+7
|
* Change panic() reason log from ERROR to CRITICALGravatar jesopo2019-06-171-1/+1
|
* Raise a BitBotPanic() exception in panic()Gravatar jesopo2019-06-171-0/+6
|
* Add IRCBot.panic() - a nicer interface for killing the whole applicationGravatar jesopo2019-06-171-4/+19
|
* Allow channel-access and channel-mode check for channels people are not inGravatar jesopo2019-06-162-4/+10
|
* Support 'channel-access' check request referencing current channelGravatar jesopo2019-06-161-2/+7
|
* Allow command.regex hooks to opt-in to being triggered from a /meGravatar jesopo2019-06-168-16/+18
| | | | closes #68
* Don't fail get_kwarg when self.kwarg[name] is falseyGravatar jesopo2019-06-161-2/+5
|
* Update CHANGELOG.mdGravatar jesopo2019-06-161-0/+1
|
* 'multi-line' -> 'multiline'Gravatar jesopo2019-06-161-3/+3
|
* 'timeout' -> 'cooldown'. closes #60Gravatar jesopo2019-06-161-7/+7
|
* Add auto-github-timeout to prevent duplicate auto-githubsGravatar jesopo2019-06-161-17/+37
|
* Update CHANGELOG.mdGravatar jesopo2019-06-161-0/+1
|
* Return all caps through received.cap.ls|new and check if valid in line_handler,Gravatar jesopo2019-06-168-65/+42
| | | | remove server.cap_started
* Parse inbound bitbot.dev/multi-line batchesGravatar jesopo2019-06-161-0/+13
|
* Send `target` as batch argumentGravatar jesopo2019-06-161-1/+2
|
* Implement bitbot.dev/multi-lineGravatar jesopo2019-06-161-0/+25
|
* Implement client-to-server BATCHesGravatar jesopo2019-06-161-3/+18
|
* Type annotate ParsedLine.tags, add ParsedLine.add_tag()Gravatar jesopo2019-06-161-1/+4
|
* Check that we have enough PRIVMSG args for strip_color.pyGravatar jesopo2019-06-161-9/+9
|
* forgot to pass `stdout` and `stderr` to command callbacks!Gravatar jesopo2019-06-161-1/+2
|
* Update CHANGELOG.mdGravatar jesopo2019-06-151-1/+1
|
* Change from `yield` checks to a func in `events` that pass up EventErrorsGravatar jesopo2019-06-154-58/+40
|
* Remove debug yield checkGravatar jesopo2019-06-151-2/+0
|
* Update CHANGELOG.mdGravatar jesopo2019-06-151-0/+1
|
* Request draft/event-playback when availableGravatar jesopo2019-06-151-1/+12
|
* CRITICAL log exceptions caught in _loop_catch()Gravatar jesopo2019-06-151-4/+4
|