aboutsummaryrefslogtreecommitdiff
path: root/http2irc.py
Commit message (Expand)AuthorAgeFilesLines
...
* Handle prefixed messages from the serverGravatar JustAnotherArchivist2019-12-151-0/+3
* Add CertFP supportGravatar JustAnotherArchivist2019-12-151-3/+52
* Use plain text message payloads instead of JSONGravatar JustAnotherArchivist2019-12-021-13/+18
* Fix usage stringGravatar JustAnotherArchivist2019-12-021-1/+1
* Confirm message delivery by periodic PINGs•••This assumes that a PONG response from the server means the connection is still intact. The messages could still have been dropped for weird reasons, but short of using a second client to confirm the delivery directly, there is no better option to test this. RFC 1459 actually specifies that "servers should not respond to PING commands". However, this recommendation has been removed in RFC 2812, and in practice, all common IRC servers seem to respond to PINGs. Gravatar JustAnotherArchivist2019-12-021-3/+29
* Refactor into more flexible tool supporting multiple endpoints and channels (...Gravatar JustAnotherArchivist2019-12-021-0/+375