unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit d07fd534625a53477e08ff0442c1685d2a123347
parent 33ac0dad3ab4cb4987531046ac07c650928df06f Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 9 May 2023 18:26:24 -0400 Updated flood logs to channel Diffstat:
|
2 files changed, 4 insertions(+), 4 deletions(-) | |
diff --git a/doc/conf/unrealircd.hub.conf b/doc/conf/unrealircd.hub.conf @@ -19,11 +19,11 @@ link services.supernets.org { log { source { error; fatal; warn; } - destination { file "ircd.log" { maxsize 5M; } } + destination { file "ircd.log" { maxsize 1M; } } } log { - source { all; } + source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; } destination { channel "#services"; } } |