]> jfr.im git - solanum.git/blobdiff - NEWS.md
providers/ident: restore accidentally deleted line
[solanum.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 3faf8899c74a699a96d8c6605114daf979a0a09c..f6f1ebd799902458cf41f228735bf36dd3f3d39d 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -33,9 +33,13 @@ See LICENSE for licensing details (GPL v2).
   - Implement a channel mode that disallows kicking IRC operators (+M).
 - Enhance the oper override system, allowing more flexibility and detail
   in network-wide notices.
+- DNS, ident, and blacklist lookups have been moved to a dedicated daemon known
+  as authd. Some cosmetic changes to blacklist statistics and rejection notices
+  have resulted.
 
 ### conf
 - Add the ability to strip color codes from topics unconditionally.
+- The obsolete hub option from server info has been removed.
 
 ### docs
 - The documentation has been cleaned up; obsolete files have been purged, and
@@ -46,8 +50,7 @@ See LICENSE for licensing details (GPL v2).
   Typedefs have been added for consistency reasons. For example, now you would
   write `rb_dictionary *foo` and `RB_DICTIONARY_FOREACH`.
 - C99 bools have been added. Don't use ints as simple true/false flags anymore.
-  Don't use `YES`/`NO` or `TRUE`/`FALSE` macros (`TRUE`/`FALSE` has been removed
-  and `YES`/`NO` is awaiting the same fate). Use just `true` and `false`.
+  Accordingly, the `YES`/`NO` and `TRUE`/`FALSE` macros have been removed.
 - libratbox has been renamed to librb, as we have diverged from upstream long
   ago.
 - Almost all 2.8-style hashtable structures have been moved to dictionaries or