68 Révisions (master)
 

Auteur SHA1 Message Date
  JustAnotherArchivist 577e10c80b Fix disconnects when there is a large send queue il y a 1 an
  JustAnotherArchivist 1ca7b9856f Work around Grafana's new alerting system not actually sending alerts (changes) but only alert statuses il y a 2 ans
  JustAnotherArchivist 1e69a42eae Fix usermask length calculation il y a 2 ans
  JustAnotherArchivist a27bc20340 Add support for INVITE after getting KICKed from a channel il y a 2 ans
  JustAnotherArchivist 7c3707aeed Fix NameError crash on quitting il y a 2 ans
  JustAnotherArchivist 471c308c1f Fix maxrequestsize config check logic il y a 2 ans
  JustAnotherArchivist 9c90ee443d Revert "Only rebind web server on host/port changes" il y a 2 ans
  JustAnotherArchivist 3cc32cbc41 Add configurable request size limit il y a 2 ans
  JustAnotherArchivist 619089f071 Validate nickname against RFC 2812 rules il y a 2 ans
  JustAnotherArchivist e9a9b74599 Replace LF with two spaces il y a 2 ans
  JustAnotherArchivist d1fc4d3ca1 Switch licence from GPLv3+ to AGPLv3+ il y a 2 ans
  JustAnotherArchivist 454b9acc2d Add DeprecationWarning for auth il y a 2 ans
  JustAnotherArchivist 69e9daddec Only rebind web server on host/port changes il y a 2 ans
  JustAnotherArchivist 33dfff166c Let modules suppress messages by returning None il y a 2 ans
  JustAnotherArchivist ecfa851eed Fix crash on attempting to send to an unjoined channel il y a 2 ans
  JustAnotherArchivist 86301905a6 Gracefully handle channel bans and other join errors il y a 2 ans
  JustAnotherArchivist b66657b3e6 Separate POST and GET auth il y a 2 ans
  JustAnotherArchivist 142bd43a91 Add family config option to example il y a 2 ans
  JustAnotherArchivist f6bb9374a7 Add support for listening to channel activity via GET il y a 2 ans
  JustAnotherArchivist a21b87dd00 Refactor auth/path handling in preparation for GET stream il y a 2 ans
  JustAnotherArchivist bdb396caff Merge changes from irclog il y a 2 ans
  JustAnotherArchivist a775c2a0f1 Fix crash due to missing time import il y a 3 ans
  JustAnotherArchivist 007c50fbc8 Add /status endpoint for monitoring (cf. irclog commit 5b809b1b) il y a 3 ans
  JustAnotherArchivist 899cc26dd3 Fix crash if the data is split between CR and LF (cf. irclog commit 68c577bc) il y a 3 ans
  JustAnotherArchivist 1548246b08 Fix memory leak due to asyncio tasks not being cancelled (cf. irclog commit 50a8b798) il y a 3 ans
  JustAnotherArchivist e4946a6b3c Remove trailing colon on empty evalMatches il y a 3 ans
  JustAnotherArchivist ffddc27d91 Include evalMatches in Grafana alerts if present il y a 3 ans
  JustAnotherArchivist e8b54c6ec0 Fix missing f-string marker il y a 3 ans
  JustAnotherArchivist 4f2d8c6cb5 Log exception type on process errors il y a 3 ans
  JustAnotherArchivist c2803274d1 Handle message-less Grafana alerts il y a 3 ans
  JustAnotherArchivist e34772fb70 Fix crash in IRCClientProtocol.send_messages due to missing overlongmode in unconfirmedMessages il y a 4 ans
  JustAnotherArchivist f1275fc7ca Evaluate module paths relative to the config file or the code path il y a 4 ans
  JustAnotherArchivist b9b2eedcaf Evaluate client cert paths relative to config file il y a 4 ans
  JustAnotherArchivist 10633e12fb Add README.md and LICENSE il y a 4 ans
  JustAnotherArchivist 98f8821fda Add option to truncate overlong messages instead of splitting them il y a 4 ans
  JustAnotherArchivist ced83b2fd4 Add Grafana module il y a 4 ans
  JustAnotherArchivist 4d0a4c8c8e Log request body il y a 4 ans
  JustAnotherArchivist 6c358a207c Clean up duplicate encoding il y a 4 ans
  JustAnotherArchivist 609829bf55 Track usermask and account for it in the message splitting il y a 4 ans
  JustAnotherArchivist 46d48a480c Tighten length limit for channel names according to RFC 1459 il y a 4 ans
  JustAnotherArchivist 843775e948 Crash loudly if an IRC message is too long despite all the checks and splits il y a 4 ans
  JustAnotherArchivist 8f8e7cb0ed Ensure that everything fits into IRC's line length limit or split up accordingly il y a 4 ans
  JustAnotherArchivist 8f84c2a81c Handle various possible error messages from the IRC server il y a 4 ans
  JustAnotherArchivist aa375f81c0 Validate IRC channel name il y a 4 ans
  JustAnotherArchivist 383637ec05 Validate maps il y a 4 ans
  JustAnotherArchivist 471290356d Switch from CertFP to the more reliable and secure SASL EXTERNAL il y a 4 ans
  JustAnotherArchivist ffee32980d Clean up logging il y a 4 ans
  JustAnotherArchivist d00c59e6bc Add a way to pass additional arguments into the module il y a 4 ans
  JustAnotherArchivist a91e61b84c Add support for transformation/translation modules that do arbitrary request processing to generate the message il y a 4 ans
  JustAnotherArchivist ca525c6b84 Support web server config changes il y a 4 ans