X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=662bf4ebb1b4c13bd53f9f994e9564dd49d2602e;hb=4bcf4613f9719f70f94ef4efd290fcc35d9c51f2;hp=c940d51ad431192d8789f5f792937dd413d2b478;hpb=03aec7d0b3e40faac852a26abdeb0242e8e77b3f;p=ngircd.git diff --git a/ChangeLog b/ChangeLog index c940d51a..662bf4eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,31 @@ ngIRCd 26 + ngIRCd 26~rc2 (2020-06-11) + - Add AppStream metadata file (contrib/de.barton.ngircd.metainfo.xml). + - Don't send invalid CHANINFO commands when a channel has mode +k set but no + key is known to the server. This can happen with a misconfigured predefined + channel, for example, and looked like this: "CHANINFO #test +Pk 0 :" -- + note the unset key represented by the two spaces. Fix this by sending a + "*" in this case and update the CHANINFO documentation, too. + - ngircd.spec: Fix names of README.md and INSTALL.md, add ".md" extension. + - Update description texts in the README.md file, the RPM and Debian package + files and the manual page: bring them in line with the updated homepage. + - Server-Server protocol: Fix use-after-free when unregistering a directly + connected server sending a SQUIT for itself. + - Server-Server protocol: Detect bogus SERVER commands lacking a prefix. + Thanks Hilko Bengen (hillu) for finding & reporting this as well for the + patch & pull request (even if fixed differently). + Closes #275. + - Fix the PING-PONG logic: In ngIRCd 26~rc1 this was completely broken (while + trying to fix timeouts during server handshakes in bigger networks): the + daemon never disconnected any stale peers but kept sending out PINGs over + and over again ... + - Test suite: Add missing files needed to test SSL support to "EXTRA_DIST", + so that they are included in distribution archives: in rc1, "make check" + fails when using sources from an archive and enabling SSL support. + Thanks to Hilko Bengen for the patch! + ngIRCd 26~rc1 (2020-05-10) - Tweak & update doc/HowToRelease.txt, .mailmap and AUTHORS files. - Allow up to 512 characters per line in MOTD and help text files (but keep @@ -25,9 +50,9 @@ ngIRCd 26 this/those command(s) to be handled first and don't try to read even more data from the network (which most probably would overflow the read buffer of this connection soon). - - Update Travis-CI configuration, "sudo" is depreacted. + - Update Travis-CI configuration, "sudo" is deprecated. - Log G-/K-Line changes only when not initiated by a server: this prevents - the log from becomming spammed during "net bursts". + the log from becoming spammed during "net bursts". - Update test suite to include SSL tests, including checking for reloading certificates during runtime. - Makefile.am: Replace "make" with "${MAKE}". This fixes warnings like this: