X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=73c847341cdd323c6d194705129f8e04aaa56200;hb=4a770e8e2deaa90bd99edd8132de09f778158a87;hp=2fca3a4e87c6c6c0adba6f7217ff05578db7ed83;hpb=4833f9e5c8cdc9440fa86ed53ca50099b7139a18;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index 2fca3a4e..73c84734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,17 @@ ngIRCd Release 17 + - Dump the "internal server state" (configured servers, established + connections and known clients) to the console or syslog when receiving + the SIGUSR2 signal and debug mode is enabled. + - Enable the daemon to disable and enable "debug mode" on runtime using + signal SIGUSR1, when debug code is compiled in, not only on startup + using the command line parameters. + - Signal handler: added new 'delayed' signal handlers, including fallback + to deprecated sysv API. And removed global NGIRCd_SignalRehash variable. + - IO: add io_cloexec() to set close-on-exec flag. + - ng_ipaddr.h: include required assert.h header. + - Conn_SyncServerStruct(): test all connections; and work case insensitive - configure script: correctly indent IPv6 yes/no summary output. - Don't reset My_Connections[Idx].lastping when reading data, so the client lag debug-output is working again.