Module: ngircd.git Branch: master Commit: 967deebacd4340b1fdb49402ff99a1985fadc1a6 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=967de...
Author: Alexander Barton alex@barton.de Date: Tue Oct 7 03:27:38 2014 +0200
User mode "F": Fix description in NEWS and ChangeLog
---
ChangeLog | 8 ++++---- NEWS | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 21b2891..57d67b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,10 +38,10 @@ ngIRCd 22 - Allow "DefaultUserModes" to set all possible modes, including modes only settable by IRC Operators. - Spoofed prefixes: Really kill connection on non-server links. - - Implement user mode "F": "relaxed flood protection". Clients with mode "F" - set are allowed to 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! + - Implement user mode "F": "relaxed flood protection". Clients with mode + "F" set are allowed 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. - Handle "throttling" in a single function: ngIRCd implements "command throttling" and "bps throttling" (bytes per second). The states are diff --git a/NEWS b/NEWS index 6b083d3..5ade731 100644 --- a/NEWS +++ b/NEWS @@ -28,10 +28,10 @@ ngIRCd 22 - Test suite/platformtest.sh: Detect when tests have been skipped. - Allow "DefaultUserModes" to set all possible modes, including modes only settable by IRC Operators. - - Implement user mode "F": "relaxed flood protection". Clients with mode "F" - set are allowed to 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! + - Implement user mode "F": "relaxed flood protection". Clients with mode + "F" set are allowed 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. - Use server password when PAM is compiled in but disabled. - Streamline punctuation of log messages.
ngircd-commits@lists.barton.de