]> arthur.barton.de Git - ngircd.git/commitdiff
User mode "F": Fix description in NEWS and ChangeLog
authorAlexander Barton <alex@barton.de>
Tue, 7 Oct 2014 01:27:38 +0000 (03:27 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 7 Oct 2014 01:28:00 +0000 (03:28 +0200)
ChangeLog
NEWS

index 21b289180ef8bc5f4929dce8a6068095188140dc..57d67b40ecd6118bd2136d1fc262a259e61bb6bc 100644 (file)
--- 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 6b083d37dd3c96021a474e03ed204db64b1bd1d8..5ade731d65fdfa595354a82715dac330eb65d5c8 100644 (file)
--- 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.