Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 512af135d06e7dad93f51eae51b3979e1d4005cc
https://github.com/ngircd/ngircd/commit/512af135d06e7dad93f51eae51b3979e1d4…
Author: Alexander Barton <alex(a)barton.de>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M src/ngircd/conf.c
Log Message:
-----------
Use the last value set for "Listen" (Global) and "Mask" (Operator)
Do not ignore newer configuration value, always use the latest value set.
And do not assert() SSL-related string options and break, but properly
free them and use the latest value set – even in debug mode. In
non-debug mode, this was already the case anyway, but we leaked some
memory ...
To unsubscribe from these emails, change your notification settings at https://github.com/ngircd/ngircd/settings/notifications
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 37c31eeae0bdaad6ea6b6038459b0553115f7e2e
https://github.com/ngircd/ngircd/commit/37c31eeae0bdaad6ea6b6038459b0553115…
Author: osmarks <me(a)osmarks.net>
Date: 2024-08-04 (Sun, 04 Aug 2024)
Changed paths:
M doc/SSL.md
Log Message:
-----------
Update documentation on CAFile
ngIRCd 27 now checks server certificates, and without `CAFile` set will
reject all server/server connections with a confusing error.
Update documentation to say that `CAFile` is needed to accept incoming
server connections.
Closes #320.
To unsubscribe from these emails, change your notification settings at https://github.com/ngircd/ngircd/settings/notifications
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: acf8409c60ccc96beed0a1f990c4f9374823c0ce
https://github.com/ngircd/ngircd/commit/acf8409c60ccc96beed0a1f990c4f937482…
Author: Val Lorentz <progval+git(a)progval.net>
Date: 2024-07-27 (Sat, 27 Jul 2024)
Changed paths:
M src/ngircd/irc-mode.c
Log Message:
-----------
MODE: Reply with ERR_NOSUCHCHANNEL when the target is a channel (#319)
While it is common for IRC servers to use ERR_NOSUCHNICK instead of
ERR_NOSUCHCHANNEL when a target can be either a channel or a nick, it seems
every other IRCd but UnrealIRCd uses ERR_NOSUCHCHANNEL in this particular case.
To unsubscribe from these emails, change your notification settings at https://github.com/ngircd/ngircd/settings/notifications