1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extracted shutdown method.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Added missing import.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Moved internal comment on threads to README.
homeworkprod
as Jochen Kupperschmidt
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.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Added alternative start function that reads most arguments from the command line.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Extracted processor into a separate module.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Extracted HTTP message receiver into a separate module.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Extracted IRC-related code into a separate module.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Extracted signals into a separate module.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Extracted utilities into a separate module.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Extracted command line argument parsing into a separate module.
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Set the thread as daemonic on instantiation (the relevant keyword argument has been introduced in Python 3.3).
homeworkprod
as Jochen Kupperschmidt
More... almost 10 years ago
Created version 0.1. Added changelog.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Prepend timestamp to log messages.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Fixed argument name.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Redesigned main entry point to be callable from another module, passing arguments from another source than the command line.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Clarified names of HTTP listen IP address/port command line arguments.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Bumped version date.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Dissolved forwarder method.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Make the HTTP server's listen IP address configurable via command line argument.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Bumped version date.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Made HTTP listen port configurable via command line.
homeworkprod
as Jochen Kupperschmidt
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.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Introduced a dummy bot class and dissolved the 'announcer' layer.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Removed unused method to retrieve the server port.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Introduced new 'message approved' signal and decoupled the processor from the announcer.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Use Python 3-style function signatures with keyword arguments.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Don't pass the command line arguments object around that far.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Avoid `UnicodeDecodeError` on non-UTF-8 messages.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago
Generated README for the first time.
homeworkprod
as Jochen Kupperschmidt
More... over 10 years ago