| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set ignore.py --depends-on hashflags | jesopo | 2019-06-20 | 1 | -0/+3 |
| * | Don't exclude !commands from IRCBuffer objects | jesopo | 2019-06-20 | 1 | -2/+0 |
| * | Move !ignore logic to it's own file | jesopo | 2019-06-20 | 2 | -98/+107 |
| * | Catch a module not being "found" in modules.py | jesopo | 2019-06-19 | 1 | -3/+7 |
| * | add ircv3_botignore.py, to ignore `inspircd.org/bot` users | jesopo | 2019-06-19 | 1 | -0/+10 |
| * | use utils.irc.MessageTag in ircv3_multiline.py | jesopo | 2019-06-19 | 1 | -1/+2 |
| * | module is called 'check_mode', not 'channel_mode' | jesopo | 2019-06-19 | 1 | -1/+1 |
| * | Update CHANGELOG.md | jesopo | 2019-06-19 | 1 | -52/+0 |
| * | Add missing --depends-on hashflags | jesopo | 2019-06-19 | 4 | -0/+8 |
| * | Don't let people vote in closed votes | jesopo | 2019-06-19 | 1 | -0/+4 |
| * | Manually strf birthdays so years are not .strip("0")ed | jesopo | 2019-06-19 | 1 | -2/+11 |
| * | add `margin` arg to ParsedLine.truncate so commands/outs.py doesn't do it•••manually and cause potential issues with multi-byte chars
| jesopo | 2019-06-19 | 1 | -5/+3 |
| * | allow short names for config contexts. people mistook "user" as "put your•••nickname here" so having just "u" might prevent this
| jesopo | 2019-06-19 | 1 | -5/+5 |
| * | show nickname in NO_DUCK non-kick message | jesopo | 2019-06-19 | 1 | -1/+1 |
| * | Move !help to it's own module and entirely rework its interface | jesopo | 2019-06-18 | 2 | -83/+82 |
| * | Remove "!" from help strings | jesopo | 2019-06-18 | 3 | -3/+3 |
| * | `location_name` will not be defined when querying a location instead of a user | jesopo | 2019-06-18 | 1 | -0/+1 |
| * | Remove debug prints | jesopo | 2019-06-18 | 1 | -2/+0 |
| * | use "city, state, country" for formatted location name when available | jesopo | 2019-06-18 | 1 | -1/+14 |
| * | 'location' wasn't the variable i thought it was | jesopo | 2019-06-18 | 1 | -4/+5 |
| * | Save location name from geocoding, use it for !w when available•••closes #71
| jesopo | 2019-06-18 | 2 | -5/+9 |
| * | Only try to show !w country when it is available. closes #72 | jesopo | 2019-06-18 | 1 | -3/+6 |
| * | Implement `+bitbot.dev/mulitline-concat` to concat line to previous line | jesopo | 2019-06-18 | 1 | -1/+7 |
| * | Simplify SentLine by shifting truncation to ParsedLine (and commands.outs) | jesopo | 2019-06-18 | 1 | -7/+15 |
| * | check-mode and channel-access should reference the computed target, not•••"current channel"
| jesopo | 2019-06-18 | 2 | -5/+11 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 | 1 | -1/+1 |
| * | panic() if a sasl dance fails on first connection, disconnect on reconnect sasl•••fail
| jesopo | 2019-06-17 | 1 | -5/+10 |
| * | 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 |
| * | Allow channel-access and channel-mode check for channels people are not in | jesopo | 2019-06-16 | 1 | -4/+8 |
| * | 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•••closes #68
| jesopo | 2019-06-16 | 8 | -16/+18 |
| * | '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 |
| * | Return all caps through received.cap.ls|new and check if valid in line_handler,•••remove server.cap_started
| jesopo | 2019-06-16 | 7 | -61/+36 |
| * | 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 |