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> {
| errors | self explanatory |
| kills | logs /kill notices |
| tkl | logs info on *lines, shuns and spamfilters (adding/removing/expire) |
| tkl | logs info on *lines (/kline, /zline, etc), shuns and spamfilters (adding/removing/expire) |
| connects | logs user connects/disconnects |
| server-connects | logs server connects/squits |
| kline | logs /kline usage |
| oper | logs oper attempts (both failed and successful) |
| sadmin-commands | logs /sa* (samode, sajoin, sapart, etc.) usage |
| chg-commands | logs /chg* (chghost, chgname, chgident, etc.) usage |