Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 4bcf4613f9719f70f94ef4efd290fcc35d9c51f2
https://github.com/ngircd/ngircd/commit/4bcf4613f9719f70f94ef4efd290fcc35d9…
Author: Alexander Barton <alex(a)barton.de>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M ChangeLog
M NEWS
M contrib/Debian/changelog
M contrib/de.barton.ngircd.metainfo.xml
M contrib/ngircd.spec
Log Message:
-----------
ngIRCd Release 26~rc2
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 07cb8ed9ae14307b7b9335faa957baa340632e57
https://github.com/ngircd/ngircd/commit/07cb8ed9ae14307b7b9335faa957baa3406…
Author: Alexander Barton <alex(a)barton.de>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M doc/Commands.txt
M src/ngircd/numeric.c
Log Message:
-----------
Don't send invalid CHANINFO commands when no key is set
It can happen that a channel is +k, but no key is set: for example by
misconfiguring a pre-defined channel. In this case, ngIRCd sent an
invalud CHANINFO command ("CHANINFO #test +Pk 0 :'", note the unset
key represented by the two spaces) to its peers.
Fix this and enhance the CHANINFO documentation.