1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 20:03:14 +02:00

- Updated release notes (translated docs, zlib, doc\technical, sp/cS desynch).

This commit is contained in:
Bram Matthys
2005-03-06 00:37:25 +00:00
parent c0b6a97c04
commit dc1fdb3f34
2 changed files with 8 additions and 1 deletions
+7 -1
View File
@@ -38,7 +38,8 @@ Unreal3.2.3-pre2 Release Notes
- Spamfilter topic support ('t' in spamfilter, 'topic' in conf).
- Added a feature to +b/+e ~c: ~c:[prefix]<#channel>. This can be used if you for
example trust all ops of #leet: mode #x +e ~c:@#leet.
- Greek docs, and a French help.fr.conf & example.fr.conf.
- Various translated documents in doc/: unreal32docs.gr.html (Greek), help.fr.conf
and example.fr.conf (French), help.de.conf (German), example.hu.conf (Hungarian).
==[ CHANGED ]==
- Updated auspice.conf
@@ -100,9 +101,14 @@ Unreal3.2.3-pre2 Release Notes
- Fixed several /SAMODE bugs as well, regarding non-netadmins, being halfop'ed, etc.
- /GZLINE [nick] was placing a *line on *@host instead of *@IP, fixed.
- alias::format in combination with ::type 'command' caused a crash
- zlib upgraded to 1.2.2, curl upgraded to 7.13.1, both fix various issues.
- Win32 installer now also installs doc\technical\*.*
- Desynch issues regarding +s/+p and +c/+S
==[ REMOVED ]==
- NAZIISH_CHBAN_HANDLING (did not work at all)
- The 'oldcloak' cloaking module is now removed, since this old algorithm got broken
8 months ago, nobody should be using it anymore.
==[ ADDITIONAL INFO ]==
* See Changelog for more details
+1
View File
@@ -756,3 +756,4 @@
- Windows versions will now be compiled with zlib 1.2.2 and curl 7.13.1.
- Made windows installer also install doc\technical\*
- Removed oldcloak cloaking module, everyone should be using the new cloak one by now.
- Updated release notes (translated docs, zlib, doc\technical, sp/cS desynch).