about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2018-02-11 10:22:41 +0100
committerAlexander Barton <alex@barton.de>2018-02-11 10:22:41 +0100
commit3559940e4affa674048ebebef32e6325504befcc (patch)
tree4d3ba4b83c08f026486d6a6850cebf72866cc923 /ChangeLog
parent34bdb0d98afada4af4e723acabdd7c829d30ec99 (diff)
downloadngircd-3559940e4affa674048ebebef32e6325504befcc.tar.gz
ngircd-3559940e4affa674048ebebef32e6325504befcc.zip
Update NEWS and ChangeLog files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d933f365..026987d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,20 @@
                                -- ChangeLog --
 
 
+ngIRCd 25
+
+  - Fix some compiler warnings.
+  - Allow IRC Ops and remote servers to KILL service clients: such clients
+    behave like regular users, therefore IRC operators and servers should be
+    able to KILL them: for example to resolve nick collisions.
+    Closes #242.
+  - Don't forward KILLs to other servers if they've been blocked locally:
+    This prevents clients from killing IRC services, for example.
+    Closes #238 and #239.
+  - Fix a cross-compiler issue related to the Get_Error() function.
+    Closes #240 and #241.
+  - Update ./doc/Services.txt, enhance configuration examples.
+
 ngIRCd 24 (2017-01-20)
 
   - Make sure that ./contrib/platformtest.sh aborts when ./autogen.sh fails.