]> Cypherpunks.ru repositories - goircd.git/commitdiff
Many fixes and additions v1.9.0
authorSergey Matveev <stargrave@stargrave.org>
Fri, 6 Nov 2020 17:10:06 +0000 (20:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 7 Nov 2020 13:52:53 +0000 (16:52 +0300)
* NAMES and WALLOPS command
* -cloak option
* -v renamed to -verbose
* -passwords renamed to -passwd
* -debug option prints traffic messages
* without -verbose only startup/shutdown and error messages are printed
* -timestamped option provides timestamps in printed messages, as
  earlier. No timestamps is useful for running under daemontools
* passwords are stored in SHA256-hashed format
* state files replaced with state directory with files
* removed many unnecessary pointers and locks
* graceful shutdown with all clients notification
* fixed time structure printing in log files, instead of short human
  readable timestamp
* PART is sent to the user itself, to notify his client about leaving
* log messages are printed to stdout, instead of stderr, for
  friendliness with daemontools logger
* ability to configure newly created directories and files with
  -perm-state-dir, -perm-state-file, -perm-log-file


No differences found