]> arthur.barton.de Git - ngircd.git/commit
Implement user mode "F": "relaxed flood protection"
authorAlexander Barton <alex@barton.de>
Tue, 18 Mar 2014 13:55:38 +0000 (14:55 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 18 Mar 2014 13:55:38 +0000 (14:55 +0100)
commit5713c49c8480639f08f7fff82fb5a40e8566e1dc
tree3431d440d133f6ea1b26c852e4830ac05225a99d
parent35f1db5f28245579efbbb06eed6eaf1a3d6d84bc
Implement user mode "F": "relaxed flood protection"

ngIRCd relaxes its flood protection for users having the user mode "F" set
and allows them to rapidly send data to the daemon. This mode is only
settable by IRC Operators and can cause problems in the network -- so be
careful and only set it on "trusted" clients!

User mode "F" is used by Bahamut for this purpose, for example, see
<http://docs.dal.net/docs/modes.html#4.9>.
doc/Modes.txt
src/ngircd/conn.c
src/ngircd/defines.h
src/ngircd/irc-mode.c