52 Revize (master)

Autor SHA1 Zpráva Datum
  JustAnotherArchivist 577e10c80b Fix disconnects when there is a large send queue před 1 rokem
  JustAnotherArchivist 1e69a42eae Fix usermask length calculation před 2 roky
  JustAnotherArchivist a27bc20340 Add support for INVITE after getting KICKed from a channel před 2 roky
  JustAnotherArchivist 7c3707aeed Fix NameError crash on quitting před 2 roky
  JustAnotherArchivist 471c308c1f Fix maxrequestsize config check logic před 2 roky
  JustAnotherArchivist 9c90ee443d Revert "Only rebind web server on host/port changes" před 2 roky
  JustAnotherArchivist 3cc32cbc41 Add configurable request size limit před 2 roky
  JustAnotherArchivist 619089f071 Validate nickname against RFC 2812 rules před 2 roky
  JustAnotherArchivist 454b9acc2d Add DeprecationWarning for auth před 2 roky
  JustAnotherArchivist 69e9daddec Only rebind web server on host/port changes před 2 roky
  JustAnotherArchivist 33dfff166c Let modules suppress messages by returning None před 2 roky
  JustAnotherArchivist ecfa851eed Fix crash on attempting to send to an unjoined channel před 2 roky
  JustAnotherArchivist 86301905a6 Gracefully handle channel bans and other join errors před 2 roky
  JustAnotherArchivist b66657b3e6 Separate POST and GET auth před 2 roky
  JustAnotherArchivist f6bb9374a7 Add support for listening to channel activity via GET před 2 roky
  JustAnotherArchivist a21b87dd00 Refactor auth/path handling in preparation for GET stream před 2 roky
  JustAnotherArchivist bdb396caff Merge changes from irclog před 2 roky
  JustAnotherArchivist a775c2a0f1 Fix crash due to missing time import před 3 roky
  JustAnotherArchivist 007c50fbc8 Add /status endpoint for monitoring (cf. irclog commit 5b809b1b) před 3 roky
  JustAnotherArchivist 899cc26dd3 Fix crash if the data is split between CR and LF (cf. irclog commit 68c577bc) před 3 roky
  JustAnotherArchivist 1548246b08 Fix memory leak due to asyncio tasks not being cancelled (cf. irclog commit 50a8b798) před 3 roky
  JustAnotherArchivist e8b54c6ec0 Fix missing f-string marker před 3 roky
  JustAnotherArchivist 4f2d8c6cb5 Log exception type on process errors před 4 roky
  JustAnotherArchivist e34772fb70 Fix crash in IRCClientProtocol.send_messages due to missing overlongmode in unconfirmedMessages před 4 roky
  JustAnotherArchivist f1275fc7ca Evaluate module paths relative to the config file or the code path před 4 roky
  JustAnotherArchivist b9b2eedcaf Evaluate client cert paths relative to config file před 4 roky
  JustAnotherArchivist 98f8821fda Add option to truncate overlong messages instead of splitting them před 4 roky
  JustAnotherArchivist 4d0a4c8c8e Log request body před 4 roky
  JustAnotherArchivist 6c358a207c Clean up duplicate encoding před 4 roky
  JustAnotherArchivist 609829bf55 Track usermask and account for it in the message splitting před 4 roky
  JustAnotherArchivist 46d48a480c Tighten length limit for channel names according to RFC 1459 před 4 roky
  JustAnotherArchivist 843775e948 Crash loudly if an IRC message is too long despite all the checks and splits před 4 roky
  JustAnotherArchivist 8f8e7cb0ed Ensure that everything fits into IRC's line length limit or split up accordingly před 4 roky
  JustAnotherArchivist 8f84c2a81c Handle various possible error messages from the IRC server před 4 roky
  JustAnotherArchivist aa375f81c0 Validate IRC channel name před 4 roky
  JustAnotherArchivist 383637ec05 Validate maps před 4 roky
  JustAnotherArchivist 471290356d Switch from CertFP to the more reliable and secure SASL EXTERNAL před 4 roky
  JustAnotherArchivist ffee32980d Clean up logging před 4 roky
  JustAnotherArchivist d00c59e6bc Add a way to pass additional arguments into the module před 4 roky
  JustAnotherArchivist a91e61b84c Add support for transformation/translation modules that do arbitrary request processing to generate the message před 4 roky
  JustAnotherArchivist ca525c6b84 Support web server config changes před 4 roky
  JustAnotherArchivist 7fcf7d5f0e Make logging configurable through config file před 4 roky
  JustAnotherArchivist 5077db0a6b Fix InvalidStateError in MessageQueue when the IRC server closes the connection před 4 roky
  JustAnotherArchivist 859146621a Get rid of the SimpleNamespace for configuration since it complicates config change detection před 4 roky
  JustAnotherArchivist 8f069ccac1 Catch config errors on reload před 4 roky
  JustAnotherArchivist a888c9b9cb Wait for connection registration before trying to join channels and send messages před 4 roky
  JustAnotherArchivist 86746f55a0 Handle prefixed messages from the server před 4 roky
  JustAnotherArchivist 03dfcf3e79 Add CertFP support před 4 roky
  JustAnotherArchivist 542cdb7140 Use plain text message payloads instead of JSON před 4 roky
  JustAnotherArchivist abe75596c8 Fix usage string před 4 roky