mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 09:43:12 +02:00
- Removed log target 'kline' from documentation, as it didn't do anything
(use 'tkl' instead). Reported by nephilim and Stealth (#0003849).
This commit is contained in:
@@ -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).
|
||||
|
||||
+1
-2
@@ -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;
|
||||
|
||||
@@ -1392,10 +1392,9 @@ log <file-name> {
|
||||
<table border=0>
|
||||
<tr><td>errors</td><td>self explanatory</td></tr>
|
||||
<tr><td>kills</td><td>logs /kill notices</td></tr>
|
||||
<tr><td>tkl</td><td>logs info on *lines, shuns and spamfilters (adding/removing/expire)</td></tr>
|
||||
<tr><td>tkl</td><td>logs info on *lines (/kline, /zline, etc), shuns and spamfilters (adding/removing/expire)</td></tr>
|
||||
<tr><td>connects</td><td>logs user connects/disconnects</td></tr>
|
||||
<tr><td>server-connects</td><td>logs server connects/squits</td></tr>
|
||||
<tr><td>kline</td><td>logs /kline usage</td></tr>
|
||||
<tr><td>oper</td><td>logs oper attempts (both failed and successful)</td></tr>
|
||||
<tr><td>sadmin-commands</td><td>logs /sa* (samode, sajoin, sapart, etc.) usage</td></tr>
|
||||
<tr><td>chg-commands</td><td>logs /chg* (chghost, chgname, chgident, etc.) usage</td></tr>
|
||||
@@ -1412,7 +1411,6 @@ log ircd.log {
|
||||
errors;
|
||||
kills;
|
||||
oper;
|
||||
kline;
|
||||
tkl;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user