aboutsummaryrefslogtreecommitdiff
path: root/nodeping2irc.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor into more flexible tool supporting multiple endpoints and channels ↵Gravatar JustAnotherArchivist2019-12-021-246/+0
| | | | (nodeping2irc -> http2irc) with no-downtime config changes using a TOML config file and SIGUSR1 to reload and adapt accordingly
* Move hardcoded data to command-line argumentsGravatar JustAnotherArchivist2019-10-051-14/+43
|
* Replace message queue with own implementations that permits putting messages ↵Gravatar JustAnotherArchivist2019-10-041-3/+85
| | | | back on the queue
* Initial commitGravatar JustAnotherArchivist2019-10-041-0/+135