diff --git a/Changes b/Changes index 4e106b6fd..edd6aa254 100644 --- a/Changes +++ b/Changes @@ -1859,3 +1859,5 @@ Naturally, the IRCd must be compiled with SSL support for STARTTLS to work. - Fixed SSL_ERROR_WANT_READ in IRCd_ssl_write() - Use RPL_STARTTLS/ERR_STARTTLS numerics +- Removed log target 'kline' from documentation, as it didn't do anything + (use 'tkl' instead). Reported by nephilim and Stealth (#0003849). diff --git a/doc/example.conf b/doc/example.conf index 7cdeb44d7..2dc76feaf 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -363,7 +363,7 @@ drpass { * NEW: log {} OLD: N/A Tells the ircd where and what to log(s). You can have * as many as you wish. * - * FLAGS: errors, kills, tkl, connects, server-connects, kline, oper + * FLAGS: errors, kills, tkl, connects, server-connects, oper * * Syntax: * log "log file" @@ -383,7 +383,6 @@ log "ircd.log" { maxsize 2097152; flags { oper; - kline; connects; server-connects; kills; diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 70d84c33e..8ad6e72f0 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -1392,10 +1392,9 @@ log <file-name> { - + - @@ -1412,7 +1411,6 @@ log ircd.log { errors; kills; oper; - kline; tkl; }; };
errorsself explanatory
killslogs /kill notices
tkllogs info on *lines, shuns and spamfilters (adding/removing/expire)
tkllogs info on *lines (/kline, /zline, etc), shuns and spamfilters (adding/removing/expire)
connectslogs user connects/disconnects
server-connectslogs server connects/squits
klinelogs /kline usage
operlogs oper attempts (both failed and successful)
sadmin-commandslogs /sa* (samode, sajoin, sapart, etc.) usage
chg-commandslogs /chg* (chghost, chgname, chgident, etc.) usage