Bram Matthys
0a9cf5420e
- Updated release notes, bleh.. I forgot :P
2006-06-06 19:30:06 +00:00
Bram Matthys
bc90935c77
** 3.2.5-rc2 release **
2006-06-06 18:47:56 +00:00
Bram Matthys
d430eeb58e
- Updated release notes a bit (will be updated more later): backrefs (\1) in regexes are
...
kinda scary, or at least at the moment.
2006-06-06 11:52:49 +00:00
Bram Matthys
41ac3a1907
- Deal with unsupported regexes added by remote servers (possible crash otherwise)
...
- Fixed crash problem on win32 if TKL times were <0. Obviously it's hard to protect from such
invalid server traffic, but figured in this case it might be a good idea since *NIX does
not crash.
- Made a note about possessive quantifiers, they are scary :P.
2006-05-31 23:42:18 +00:00
Bram Matthys
71dd4a775c
** 3.2.5-rc1 release **
2006-05-28 20:57:36 +00:00
Bram Matthys
944f0880a7
- Updated release notes: more modulization and real command alias support.
...
+- Moved another 2K lines from core to modules, this means 31K lines are now in modules
+ and can be upgraded on the fly.
+- Real Command Aliases: This makes it possible to, for example, alias '/GLINEBOT' to
+ 'GLINE <param> 2d Bots are not permitted on this network, etcetc'. For more information,
+ see the docs on the alias block and/or search for "glinebot" in doc/example.conf.
2006-05-25 00:55:18 +00:00
Bram Matthys
0625c384a2
- Updated windows compile instructions again.
...
- Updated release notes
2006-05-21 13:44:11 +00:00
Bram Matthys
decce0d11f
clarifications regarding fixed version
2006-02-05 17:43:19 +00:00
Bram Matthys
356c492c49
** 3.2.4 release **
2006-02-03 13:42:55 +00:00
Bram Matthys
8364783817
clarified some release notes text
2006-01-30 23:28:39 +00:00
Bram Matthys
43749211fe
** public 3.2.4-rc3 release **
2006-01-30 21:52:33 +00:00
Bram Matthys
dc19350c70
- Redid glob matching. Escaping is now ripped out for normal bans (as it should be), this
...
means no longer weird issues with +b *\* etc not banning nicks with \ in it.
ExtBan ~c/~r get special treatment and will use our match_esc [match with escaping]
routine, that way you can ban channels such as "#f*ck" via "+b ~c:#f\*ck".
Fix triggered by bugreport of vonitsanet (#0002782 ).
2006-01-30 20:14:39 +00:00
Bram Matthys
8a0ebfdab7
- Added unreal32docs.nl.html, translated/maintained by Mark.
2006-01-27 21:07:55 +00:00
Bram Matthys
b30301ecfe
- Sometimes if an oper was connected trough SSL and had the junk snomask (+s +j) set it
...
would cause a crash. Reported by chasingsol (#0002777 ).
2006-01-27 15:25:31 +00:00
Bram Matthys
8dac61a435
** public 3.2.4-rc2 release **
2006-01-26 14:57:24 +00:00
Bram Matthys
35ce9949d9
added release candidate header to release notes
2006-01-25 20:40:41 +00:00
Bram Matthys
8b42fad320
** public 3.2.4-rc1 release **
2006-01-25 20:25:37 +00:00
Bram Matthys
242f66ed6c
+- For users using remote includes w/ssl (https, ftps): the CA certificates are now stored
...
+ in curl-ca-bundle.crt (shipped with Unreal) which contains most major CA's plus CACert.
2006-01-25 16:26:26 +00:00
Bram Matthys
ddd6b8876f
** internal 3.2.4-pre2 release **
2006-01-23 23:32:23 +00:00
Bram Matthys
02227c7696
some changes/release notes text updates
2006-01-23 23:18:46 +00:00
Bram Matthys
6feeafa7bc
bleh.. version -> pre1
2006-01-20 16:28:14 +00:00
Bram Matthys
a38b5ad538
updated... for help.ru.conf
2006-01-20 16:08:46 +00:00
Bram Matthys
6f7cc9ba88
- Updated makefile.win32: apparently libcurl.dll is now libcurl_imp.dll (import library)
...
- Updated unrealinst.iss: made it easier for me to have 2 curl versions, this is so we can
ship the SSL version of unreal with a curl that supports SSL (https, etc).
- Preperations for pre-1 (version change, etc)
2006-01-19 21:38:11 +00:00
Bram Matthys
ca4bbb66eb
** 3.2.3 release **
2005-03-13 20:24:39 +00:00
Bram Matthys
c4aea6f0c8
** internal 3.2.3-pre4 release **
2005-03-12 21:17:59 +00:00
Bram Matthys
34ec08348c
- /SAMODE could cause 'fishy timestamp' if digit parameters were used (eg: SAMODE #chan +l 5),
...
this has now be fixed by sending an explicit TS 0.
2005-03-10 01:29:30 +00:00
Bram Matthys
0d7e69803e
version nr..
2005-03-06 21:22:38 +00:00
Bram Matthys
e9b536694b
- Added doc/example.de.conf
2005-03-06 21:04:54 +00:00
Bram Matthys
dc1fdb3f34
- Updated release notes (translated docs, zlib, doc\technical, sp/cS desynch).
2005-03-06 00:37:25 +00:00
Bram Matthys
ede8b13b44
** internal 3.2.3-pre2 release **
2005-03-04 23:35:30 +00:00
Bram Matthys
dabc42e0c3
- TRE mem corruption- & crash-bugs (eg: in backreferences).
2005-03-03 01:16:26 +00:00
Bram Matthys
ee7961f31e
- alias::format in combination with ::type 'command' caused a crash
2005-03-03 01:15:05 +00:00
Bram Matthys
e68b82724a
- Renamed version to 3.2.3-pre1, for Thursday. I'll keep the doc version numbers
...
at 3.2.2-CVS to avoid confusion with the online semi-realtime docs ;).
2005-03-03 00:13:24 +00:00
Bram Matthys
49ecd9c86f
3.2.3 -> 3.2.3-notyet :p
2005-03-01 22:57:33 +00:00
Bram Matthys
4eba81fa21
- Added 3.2.3 release notes (expected to be changed later on).
2005-03-01 22:56:52 +00:00
Bram Matthys
f87a4fda13
- Changed version to 3.2.2
2004-10-27 18:18:06 +00:00
Bram Matthys
64860fa6c3
Little typo @ release notes
2004-10-20 19:49:22 +00:00
Bram Matthys
5133dcf755
Version number change -> 3.2.2pre1. Proto -> 2305. Some doc version updates (like Unreal3.2.tar.gz -> Unreal3.2.2.tar.gz). And a small note @ win32 compile instructions about no longer using /MDd but /MD.
2004-10-19 18:21:50 +00:00
Bram Matthys
fbd7fa502a
plok...
2004-10-19 15:30:41 +00:00
Bram Matthys
5018dec02f
- Windows version can now hold ~4096 connections instead of ~1024
...
- help.conf: clarified MKPASSWD documentation, reported by hypnetric (#0001926 ).
- Some modeskip handling for future versions
2004-10-13 18:30:41 +00:00
Bram Matthys
e6156b4604
- Added spamfilter 'away' ('a') target ( #0002057 ).
2004-10-11 18:46:53 +00:00
Bram Matthys
681a0ce0c2
- Fixed OOB read/write on user quit (did no harm on Linux&FreeBSD).
...
- Fixed some tiny memory leaks (~100 bytes) on rehash.
- Updated chinese&japanese GBK nick code, fix supplied by Xuefer (#0002051 ).
- Added release notes (unfinished).
2004-10-10 23:37:25 +00:00
Bram Matthys
fd11ec968b
added 'cloaking has been cracked' to release notes @ major bugs too
2004-07-03 18:33:45 +00:00
codemastr
52f76673c7
Release notes updates
2004-07-03 17:26:07 +00:00
Bram Matthys
add996a92a
- Made release notes a bit more scary + some other text updates (mainly english grammar/spelling)
2004-07-03 16:19:46 +00:00
Bram Matthys
1f1cdab0a6
** internal 3.2.1-pre2 release **
2004-06-28 20:10:19 +00:00
Bram Matthys
1fe71cab31
- Added spanish docs, translated by Trocotronic.
2004-06-28 18:48:46 +00:00
Bram Matthys
ae9d78e845
- Changed version to 3.2.1-pre1 and updated protocol # to 2304.
2004-06-26 19:47:20 +00:00
Bram Matthys
aa9ee31e4e
- spamfilter.conf: Added sig for a mIRC decode worm, submitted by nexus.
...
- Some release notes updates.
2004-06-26 17:48:14 +00:00
Bram Matthys
d75ca39f78
- Made Mod_Version required (this should be no problem since it's done automatically).
...
- Added HOOKTYPE_LOG [int type, char *timebuf, char *logbuf]
- Updated the release notes.
2004-06-22 01:20:31 +00:00