| Commit message (Expand) | Author | Age | Files | Lines |
| * | v1.8.0 release | jesopo | 2019-06-03 | 1 | -1/+1 |
| * | add 'module-blacklist/whitelist' to bot.conf - use that as well as DB setting | jesopo | 2019-06-01 | 1 | -2/+12 |
| * | More explicitly require `throttle_done()` only for `_queued_lines` | jesopo | 2019-05-31 | 1 | -1/+2 |
| * | Log server name when we see a _send failure | jesopo | 2019-05-30 | 1 | -1/+7 |
| * | Bump version to v1.7.1 | jesopo | 2019-05-24 | 1 | -1/+1 |
| * | Bump version to v1.7.0 | jesopo | 2019-05-23 | 1 | -1/+1 |
| * | Bump version to v1.6.0 | jesopo | 2019-05-17 | 1 | -1/+1 |
| * | Add IRCBot.SOURCE, use it in ctcp.py | jesopo | 2019-05-15 | 1 | -0/+1 |
| * | Move module black/white list to IRCBot, allow "safe" loading of all modules | jesopo | 2019-05-12 | 1 | -0/+7 |
| * | 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 |
| * | 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 | 1 | -2/+8 |
| * | Bump version to v1.4.0 | jesopo | 2019-04-16 | 1 | -1/+1 |
| * | 'failed to connect' log line needs 2 "%s"s | jesopo | 2019-03-09 | 1 | -1/+1 |
| * | Only log exception message, not full stacktrace, when a connect fails | jesopo | 2019-03-08 | 1 | -3/+3 |
| * | Bump version to v1.2.1 | jesopo | 2019-02-25 | 1 | -1/+1 |
| * | Pull "is main thread" logic out to utils, force Database to be accessed on main•••thread
| jesopo | 2019-02-25 | 1 | -1/+2 |
| * | Change --verbose short to -V, add --version/-v, add IRCBot.VERSION | jesopo | 2019-02-24 | 1 | -0/+2 |
| * | `connected` status is now tracked by IRCSockets | jesopo | 2019-02-11 | 1 | -1/+1 |
| * | Shift socket.socket related logic to IRCSocket.py | jesopo | 2019-02-11 | 1 | -3/+5 |
| * | Make `block` param of queue.get() explicitly refer to `block` | jesopo | 2018-12-10 | 1 | -1/+1 |
| * | Clarify func_queue type (IRCBot.py) | jesopo | 2018-12-02 | 1 | -1/+1 |
| * | Remove usage of sys.stderr in IRCBot.py, change disconnect logs from `info` to•••`warn`
| jesopo | 2018-12-02 | 1 | -6/+6 |
| * | Remove `print` calls from IRCBot.py, move received data logging to IRCServer | jesopo | 2018-12-02 | 1 | -5/+2 |
| * | Add type hint for return type of IRCBot.trigger | jesopo | 2018-11-27 | 1 | -1/+2 |
| * | Raise exceptions back up through .trigger() | jesopo | 2018-11-27 | 1 | -3/+15 |
| * | Grab response from functions asked to be executed on the main thread and feed•••them back to the callers, allowing rest_api.py to take the main thread while
it's waiting for the response to give back to the requesting client
| jesopo | 2018-11-27 | 1 | -7/+19 |
| * | Add a way to catch when a writebuffer is emptied so we can e.g. assure a QUIT is•••sent before shutting down the bot
| jesopo | 2018-11-27 | 1 | -1/+5 |
| * | Regression: Don't connnect if a server's 'connect' setting is false | Evelyn | 2018-11-24 | 1 | -1/+1 |
| * | Don't assume a reconnect timer event will always have connection_params | jesopo | 2018-11-14 | 1 | -1/+2 |
| * | Don't pass connection_params through to reconnect in normal circumstances | jesopo | 2018-11-05 | 1 | -2/+1 |
| * | Only automatically reconnect to a server when we don't already have a server•••with the same ID (to make reconnection work)
| jesopo | 2018-11-05 | 1 | -11/+8 |
| * | Fix the order of some connection params, add `alias` as a seperate argument to•••IRCServer.Server
| jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Pass connection parameters around in their own object (IRCConnectionParameters) | jesopo | 2018-11-05 | 1 | -11/+18 |
| * | Reschedule STS expiration on disconnect | jesopo | 2018-11-05 | 1 | -0/+1 |
| * | I forgot the "normal" event hook syntax! | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | 'self.events' -> 'self._events' in IRCBot | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | @utils.hook doesn't work outside of modules! | jesopo | 2018-11-05 | 1 | -5/+8 |
| * | Refactor IRCServer .connect() logic | jesopo | 2018-11-05 | 1 | -4/+6 |
| * | Fix some non-explicit None returns, add type hints to important variables | jesopo | 2018-10-31 | 1 | -0/+1 |
| * | Fix/refactor issues brought up by type hint linting | jesopo | 2018-10-30 | 1 | -2/+2 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 1 | -21/+25 |
| * | Print lines not [lines] in src/IRCBot.py | jesopo | 2018-10-17 | 1 | -1/+1 |
| * | Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load | jesopo | 2018-10-12 | 1 | -4/+4 |
| * | Don't continue trying to use None data | jesopo | 2018-10-08 | 1 | -0/+2 |
| * | clear _trigger_functions after we've called all the waiting functions | jesopo | 2018-10-07 | 1 | -0/+3 |
| * | Optionally take a function in IRCBot.trigger, a function to be called on the•••main thread
| jesopo | 2018-10-07 | 1 | -1/+8 |
| * | Socket on_read functions take 2 args (socket, string) | jesopo | 2018-10-07 | 1 | -1/+1 |