40 Commits (4f2d8c6cb5a05d615a559a356c5364205cb827af)
 

Author SHA1 Message Date
  JustAnotherArchivist 4f2d8c6cb5 Log exception type on process errors 4 years ago
  JustAnotherArchivist c2803274d1 Handle message-less Grafana alerts 4 years ago
  JustAnotherArchivist e34772fb70 Fix crash in IRCClientProtocol.send_messages due to missing overlongmode in unconfirmedMessages 4 years ago
  JustAnotherArchivist f1275fc7ca Evaluate module paths relative to the config file or the code path 4 years ago
  JustAnotherArchivist b9b2eedcaf Evaluate client cert paths relative to config file 4 years ago
  JustAnotherArchivist 10633e12fb Add README.md and LICENSE 4 years ago
  JustAnotherArchivist 98f8821fda Add option to truncate overlong messages instead of splitting them 4 years ago
  JustAnotherArchivist ced83b2fd4 Add Grafana module 4 years ago
  JustAnotherArchivist 4d0a4c8c8e Log request body 4 years ago
  JustAnotherArchivist 6c358a207c Clean up duplicate encoding 4 years ago
  JustAnotherArchivist 609829bf55 Track usermask and account for it in the message splitting 4 years ago
  JustAnotherArchivist 46d48a480c Tighten length limit for channel names according to RFC 1459 4 years ago
  JustAnotherArchivist 843775e948 Crash loudly if an IRC message is too long despite all the checks and splits 4 years ago
  JustAnotherArchivist 8f8e7cb0ed Ensure that everything fits into IRC's line length limit or split up accordingly 4 years ago
  JustAnotherArchivist 8f84c2a81c Handle various possible error messages from the IRC server 4 years ago
  JustAnotherArchivist aa375f81c0 Validate IRC channel name 4 years ago
  JustAnotherArchivist 383637ec05 Validate maps 4 years ago
  JustAnotherArchivist 471290356d Switch from CertFP to the more reliable and secure SASL EXTERNAL 4 years ago
  JustAnotherArchivist ffee32980d Clean up logging 4 years ago
  JustAnotherArchivist d00c59e6bc Add a way to pass additional arguments into the module 4 years ago
  JustAnotherArchivist a91e61b84c Add support for transformation/translation modules that do arbitrary request processing to generate the message 4 years ago
  JustAnotherArchivist ca525c6b84 Support web server config changes 4 years ago
  JustAnotherArchivist 7fcf7d5f0e Make logging configurable through config file 4 years ago
  JustAnotherArchivist 5077db0a6b Fix InvalidStateError in MessageQueue when the IRC server closes the connection 4 years ago
  JustAnotherArchivist 859146621a Get rid of the SimpleNamespace for configuration since it complicates config change detection 4 years ago
  JustAnotherArchivist a1b4969ccf Add welcome message and PING handling 4 years ago
  JustAnotherArchivist 8f069ccac1 Catch config errors on reload 4 years ago
  JustAnotherArchivist a888c9b9cb Wait for connection registration before trying to join channels and send messages 4 years ago
  JustAnotherArchivist 86746f55a0 Handle prefixed messages from the server 4 years ago
  JustAnotherArchivist 03dfcf3e79 Add CertFP support 4 years ago
  JustAnotherArchivist 542cdb7140 Use plain text message payloads instead of JSON 4 years ago
  JustAnotherArchivist abe75596c8 Fix usage string 4 years ago
  JustAnotherArchivist b73483c62b Add example config file 4 years ago
  JustAnotherArchivist 8e5fbe765d Confirm message delivery by periodic PINGs 4 years ago
  JustAnotherArchivist e9a7780450 Refactor into more flexible tool supporting multiple endpoints and channels (nodeping2irc -> http2irc) with no-downtime config changes using a TOML config file and SIGUSR1 to reload and adapt accordingly 4 years ago
  JustAnotherArchivist 12fe8d1e3f Move hardcoded data to command-line arguments 4 years ago
  JustAnotherArchivist 804ebbf866 Cleanup 4 years ago
  JustAnotherArchivist 3728d0224e Add fake IRC server for testing/dev 4 years ago
  JustAnotherArchivist a738562a6e Replace message queue with own implementations that permits putting messages back on the queue 4 years ago
  JustAnotherArchivist a11f745056 Initial commit 4 years ago