dccallow: block unwanted DCC sends/chat + DCCALLOW +/-/LIST allow-list command

This commit is contained in:
Jean Chevronnet 2026-08-09 23:08:25 +00:00
parent 61954f6c5c
commit 0bf6992d8a
3 changed files with 226 additions and 0 deletions

View file

@ -117,6 +117,13 @@ amu_target = both
# hidewhois_hide_server = yes # hide 312
# hidewhois_hide_idle = yes # hide 317
# hidewhois_hide_secure = yes # hide 671
# --- dccallow (m_dccallow): block unwanted DCC transfers unless the recipient
# ran /DCCALLOW +<nick>. Blocked file globs are repeatable; blockchat also
# gates DCC CHAT. Recipients manage their allow-list with DCCALLOW +/-/LIST.
# dccallow_blockfile = *.exe
# dccallow_blockfile = *.scr
# dccallow_blockchat = yes
# dccallow_maxentries = 20
# --- conn_waitpong (m_conn_waitpong): hold registration until the client answers
# a server PING with the exact cookie — filters bots that never PONG. Real
# clients auto-reply, so it's transparent to them.