| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add IRCBot.SOURCE, use it in ctcp.py | jesopo | 2019-05-15 | 1 | -0/+1 |
| * | Add type hints to utils.irc.MessageTag | jesopo | 2019-05-14 | 1 | -2/+2 |
| * | Add utils.irc.MessageTag and use it for both draft and ratified msgid | jesopo | 2019-05-14 | 1 | -0/+7 |
| * | Move module black/white list to IRCBot, allow "safe" loading of all modules | jesopo | 2019-05-12 | 2 | -2/+21 |
| * | Revamp how CAPs are tracked through REQ and ACK/NAK etc | jesopo | 2019-05-11 | 2 | -15/+15 |
| * | Refactor CAPs in to objects | jesopo | 2019-05-11 | 1 | -0/+11 |
| * | Hold context in EventCallback objects, add name<->context translation in•••ModuleManager
| jesopo | 2019-05-10 | 2 | -2/+15 |
| * | Tokenize IRC data as soon as it comes out of IRCServer | jesopo | 2019-05-09 | 1 | -1/+2 |
| * | Add IRCServer.has_user_id, to check if we've seen a user before | jesopo | 2019-05-05 | 1 | -0/+3 |
| * | forgot the beautiful % | Patrick Nappa | 2019-05-03 | 1 | -1/+1 |
| * | ensure that non-url characters not separated by whitespace aren't consumed | Patrick Nappa | 2019-05-03 | 1 | -1/+1 |
| * | Fix reconnect() type hint issues | jesopo | 2019-05-01 | 1 | -1/+6 |
| * | Change TRIGGER_RETURN and TRIGGER_EXCEPTION to an enum | jesopo | 2019-05-01 | 1 | -7/+8 |
| * | Bump version to v1.5.0 | jesopo | 2019-04-30 | 1 | -1/+1 |
| * | Only pass through `args` from connection params when reconnecting | jesopo | 2019-04-30 | 1 | -6/+6 |
| * | Support parsing iso8601 with microseconds | jesopo | 2019-04-28 | 1 | -2/+4 |
| * | Actually respect default return in Exports.get_one | jesopo | 2019-04-27 | 1 | -1/+1 |
| * | Add missing ":" | jesopo | 2019-04-25 | 1 | -1/+1 |
| * | Support interfaces that don't have AF_INET and/or AF_INET6 | jesopo | 2019-04-25 | 1 | -1/+4 |
| * | Refuse to get the title for any url that points locall | jesopo | 2019-04-25 | 1 | -2/+30 |
| * | Move REGEX_URL out of isgd.py and title.py in to utils.http | jesopo | 2019-04-24 | 1 | -1/+2 |
| * | Record and show when a !to was created | jesopo | 2019-04-24 | 1 | -0/+4 |
| * | Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change
!connect/!disconnect to take aliases instead of IDs
| jesopo | 2019-04-24 | 2 | -3/+16 |
| * | Add UNIQUE constraint for `alias` on `servers` table | jesopo | 2019-04-24 | 1 | -1/+2 |
| * | IRCServer.alias is no longer optional | jesopo | 2019-04-24 | 2 | -7/+3 |
| * | change utils.iso8601_format to default to no milliseconds, switch to using•••utils.iso8601 functions in badges.py
| jesopo | 2019-04-23 | 3 | -4/+13 |
| * | Add IRCServer.send_raw so modules don't have to parse messages before sending•••them
| jesopo | 2019-04-16 | 1 | -0/+2 |
| * | Bump version to v1.4.0 | jesopo | 2019-04-16 | 1 | -1/+1 |
| * | 'IRCChannels._get_id' -> 'IRCChannels.get_id' | jesopo | 2019-04-07 | 1 | -2/+2 |
| * | Put spaces between units in output from utils.to_pretty_time | jesopo | 2019-03-21 | 1 | -7/+7 |
| * | Add IRCUser.hostmask() to format nick/user/host in to a hostmask | jesopo | 2019-03-12 | 1 | -0/+3 |
| * | Enum values shouldn't be all upper case | jesopo | 2019-03-10 | 1 | -2/+2 |
| * | 'failed to connect' log line needs 2 "%s"s | jesopo | 2019-03-09 | 1 | -1/+1 |
| * | Handle negative (end-relative) indexes being given to IRCArgs.get | jesopo | 2019-03-08 | 1 | -1/+4 |
| * | Handle IRCArgs being empty strings (e.g. 'PRIVMSG #test :') | jesopo | 2019-03-08 | 1 | -1/+2 |
| * | Only log exception message, not full stacktrace, when a connect fails | jesopo | 2019-03-08 | 1 | -3/+3 |
| * | Only print ANSI reset characters when appropriate | jesopo | 2019-03-06 | 1 | -1/+10 |
| * | Log content of lines that need fallback encoding | jesopo | 2019-03-06 | 1 | -2/+2 |
| * | Specifically only catch UnicodeDecodeError in IRCSocket.read | jesopo | 2019-03-06 | 1 | -2/+2 |
| * | add IRCServer.clear_send_buffer() to clear queued lines | jesopo | 2019-03-05 | 1 | -0/+3 |
| * | add IRCServer.send_enabled, to prevent sending after QUIT in signals.py | jesopo | 2019-03-05 | 1 | -0/+5 |
| * | Add -N to start.py to disable to-file logging | jesopo | 2019-03-04 | 1 | -10/+13 |
| * | Add IRCServer.has_capability and use it throughout line_handler | jesopo | 2019-03-03 | 1 | -0/+2 |
| * | Raise a specific exception in utils.http.request for "wrong content type" | jesopo | 2019-02-28 | 1 | -1/+4 |
| * | Need to str() Hostmask objects in ParsedLine.format() | jesopo | 2019-02-28 | 1 | -1/+1 |
| * | Treat both `a` and `a=` as None for message-tags | jesopo | 2019-02-27 | 1 | -1/+1 |
| * | Simplify ParsedLine._tag_str and ParsedLine.format() | jesopo | 2019-02-27 | 1 | -21/+18 |
| * | Throw ValueError when utils.http.request tries to soup non-html/xml data | jesopo | 2019-02-27 | 1 | -3/+6 |
| * | Don't try to parse non-html/xml stuff with BeautifulSoup | jesopo | 2019-02-26 | 1 | -1/+4 |
| * | Bump version to v1.2.1 | jesopo | 2019-02-25 | 1 | -1/+1 |