Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: f5ff22d98febeddcc51668c49f35940cbffe599e https://github.com/ngircd/ngircd/commit/f5ff22d98febeddcc51668c49f35940cbffe... Author: Alexander Barton alex@barton.de Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths: M src/ngircd/irc-oper.c
Log Message: ----------- G-LINES: Forbid remote modifications if "AllowRemoteOper" is not set
Explicitely forbid remote servers to modify "x-lines" (G-LINES) when the "AllowRemoteOper" configuration option isn't set, even when the command seems to originate from the remote server itself: this prevents GLINE's to become set during server handshake in this case (what wouldn't be possible during regular runtime when a remote IRC Op sends the command) and what can't be undone by IRC Ops later on (because of the missing "AllowRemoteOper" option) ...
Commit: 85df41490710fcefd158e4e8d8175207d24feb2f https://github.com/ngircd/ngircd/commit/85df41490710fcefd158e4e8d8175207d24f... Author: Alexander Barton alex@barton.de Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths: M src/ngircd/irc.c
Log Message: ----------- Remove leftover debug message. Oops!
Commit: d0d4de498000ff80d11aaa35509f082a80bb317e https://github.com/ngircd/ngircd/commit/d0d4de498000ff80d11aaa35509f082a80bb... Author: Alexander Barton alex@barton.de Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths: M src/ngircd/lists.c
Log Message: ----------- List expiration: use same log level as when setting
And log this event to the &SERVER channel, too.
Commit: 0dc3c134697444e1470c87c6f22211ba220ec4ec https://github.com/ngircd/ngircd/commit/0dc3c134697444e1470c87c6f22211ba220e... Author: Alexander Barton alex@barton.de Date: 2016-12-08 (Thu, 08 Dec 2016)
Changed paths: M src/ngircd/numeric.c
Log Message: ----------- x-Line synchronization: Don't send negative durations
Compare: https://github.com/ngircd/ngircd/compare/995bbfd62787...0dc3c1346974