Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: 79a917f954bef8089967786bd3597a6e5ff5c336 https://github.com/ngircd/ngircd/commit/79a917f954bef8089967786bd3597a6e5ff5... Author: Alexander Barton alex@barton.de Date: 2020-05-03 (Sun, 03 May 2020)
Changed paths: M src/ngircd/conn-func.c
Log Message: ----------- Set the "last data" time to "last ping" time when updating the latter
This is required because the PING can be received quite a bit earlier than it is actually handled, for example during "server burst" or other heavy operations: So the times won't match and PING-PONG logic would become garbled, because we test for "last ping > last data" to determine if a PING already was sent or not.
Commit: 0dc692b1f77a147d9d5bf63c1eb7889a239420b4 https://github.com/ngircd/ngircd/commit/0dc692b1f77a147d9d5bf63c1eb7889a2394... Author: Alexander Barton alex@barton.de Date: 2020-05-03 (Sun, 03 May 2020)
Changed paths: M src/ngircd/irc-oper.c
Log Message: ----------- Log G-/K-Line changes only when not initiated by a server
This prevents the log from becomming spammed during "net bursts".
Commit: 71e9bb1ca6378d517b491db54c42e992e0707ed1 https://github.com/ngircd/ngircd/commit/71e9bb1ca6378d517b491db54c42e992e070... Author: Alexander Barton alex@barton.de Date: 2020-05-03 (Sun, 03 May 2020)
Changed paths: M .travis.yml
Log Message: ----------- Update Travis-CI configuration, "sudo" is depreacted
Compare: https://github.com/ngircd/ngircd/compare/42e8654d7b04...71e9bb1ca637