Extracted shutdown method. |
|
More...
|
almost 10 years ago
|
Added missing import. |
|
More...
|
almost 10 years ago
|
Moved internal comment on threads to README. |
|
More...
|
almost 10 years ago
|
Dropped docstring in the original module in favor of the README file. Removed script to copy README text from module docstring to the target file. |
|
More...
|
almost 10 years ago
|
Added alternative start function that reads most arguments from the command line. |
|
More...
|
almost 10 years ago
|
Extracted processor into a separate module. |
|
More...
|
almost 10 years ago
|
Extracted HTTP message receiver into a separate module. |
|
More...
|
almost 10 years ago
|
Extracted IRC-related code into a separate module. |
|
More...
|
almost 10 years ago
|
Extracted signals into a separate module. |
|
More...
|
almost 10 years ago
|
Extracted utilities into a separate module. |
|
More...
|
almost 10 years ago
|
Extracted command line argument parsing into a separate module. |
|
More...
|
almost 10 years ago
|
Set the thread as daemonic on instantiation (the relevant keyword argument has been introduced in Python 3.3). |
|
More...
|
almost 10 years ago
|
Created version 0.1. Added changelog. |
|
More...
|
over 10 years ago
|
Prepend timestamp to log messages. |
|
More...
|
over 10 years ago
|
Fixed argument name. |
|
More...
|
over 10 years ago
|
Redesigned main entry point to be callable from another module, passing arguments from another source than the command line. |
|
More...
|
over 10 years ago
|
Clarified names of HTTP listen IP address/port command line arguments. |
|
More...
|
over 10 years ago
|
Bumped version date. |
|
More...
|
over 10 years ago
|
Dissolved forwarder method. |
|
More...
|
over 10 years ago
|
Make the HTTP server's listen IP address configurable via command line argument. |
|
More...
|
over 10 years ago
|
Bumped version date. |
|
More...
|
over 10 years ago
|
Made HTTP listen port configurable via command line. |
|
More...
|
over 10 years ago
|
Aligned the constructor of the dummy bot with the IRC one's. Moved faking of channel joins to the dummy bot. |
|
More...
|
over 10 years ago
|
Introduced a dummy bot class and dissolved the 'announcer' layer. |
|
More...
|
over 10 years ago
|
Removed unused method to retrieve the server port. |
|
More...
|
over 10 years ago
|
Introduced new 'message approved' signal and decoupled the processor from the announcer. |
|
More...
|
over 10 years ago
|
Use Python 3-style function signatures with keyword arguments. |
|
More...
|
over 10 years ago
|
Don't pass the command line arguments object around that far. |
|
More...
|
over 10 years ago
|
Avoid `UnicodeDecodeError` on non-UTF-8 messages. |
|
More...
|
over 10 years ago
|
Generated README for the first time. |
|
More...
|
over 10 years ago
|