Bram Matthys
64860fa6c3
Little typo @ release notes
2004-10-20 19:49:22 +00:00
Bram Matthys
b434149c41
updated map, right before 3.2.2pre1:
...
+ IsupportStrings
+ Isupports
+ cmdstr
+ create_tkl_except
+ del_async_connects
+ find_spamfilter_user
+ gethost_byname_revquery
+ isupport_init
+ make_isupportstrings
2004-10-20 18:31:58 +00:00
Bram Matthys
c333495b1b
** internal 3.2.2-pre1 release **
2004-10-20 18:11:38 +00:00
Bram Matthys
ea4db0c2fe
- Updated version to 3.2.2-pre1 already. (well all the changes went with previous commit)
2004-10-19 18:26:08 +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
9e855621e5
- Added some future SJOIN skip stuff. <= for future +I (invex) support.
2004-10-19 18:01:13 +00:00
Bram Matthys
fbd7fa502a
plok...
2004-10-19 15:30:41 +00:00
Bram Matthys
f368a2ba04
this is supposed to be a better version... :p
2004-10-18 19:33:50 +00:00
stylus740
96582cb86e
Update doc/unreal32docs.de.html week 42
2004-10-17 07:35:40 +00:00
Bram Matthys
2f42d44b74
- Fixed serious heap corruption bug if remote users were using qlined nicks, thanks to
...
Gilou and Trankill for making me able to trace this issue down (#0002032 ).
- Fixed qline notices again: now gives msg #1 for local qlined-nick attempts, and
another msg in case of a remote client (eg: oper) using a qlined nick.
2004-10-16 19:32:04 +00:00
trocotronic
bf829244b8
*** empty log message ***
2004-10-16 08:17:03 +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
angrywolf
988f5ff9d6
- Made a few grammar corrections.
2004-10-12 15:10:00 +00:00
angrywolf
c3b8d07de4
Update: except tkl::type
2004-10-12 14:44:47 +00:00
Bram Matthys
e6156b4604
- Added spamfilter 'away' ('a') target ( #0002057 ).
2004-10-11 18:46:53 +00:00
codemastr
6af767a885
Added file: include/macros.h and a new macro, ARRAY_SIZEOF, Added the ability to specify multiple types in a tkl except
2004-10-11 17:51:02 +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
stylus740
31a7905c94
Update german doc/unreal32docs.de.html week 41
2004-10-10 08:51:44 +00:00
trocotronic
3716f12eee
*** empty log message ***
2004-10-09 16:01:49 +00:00
angrywolf
a0e3779f74
*** empty log message ***
2004-10-09 09:16:10 +00:00
angrywolf
2e9852c393
Update to the rest of the changes of week 41 (spamfilter target type clarifications).
2004-10-09 09:11:27 +00:00
Bram Matthys
2eadd2efa1
- IPv6: Fixed hostnames in link::hostname not working, reported by Jasmin ( #0001990 ).
2004-10-07 23:52:46 +00:00
Bram Matthys
97ea680aec
- Fix for too broad regex in badword::word causing the IRCd to hang, reported by Flop
...
(#0002101 ).
2004-10-07 20:45:18 +00:00
Bram Matthys
6f72b78d1b
- Made docs a bit more clear on spamfilter targettypes. [sorry angrywolf ;pp]
2004-10-07 19:56:39 +00:00
angrywolf
4d7f9b5a5b
- Doc update: alias::target, alias::format::target and spamfilter target 'user'.
...
- Also made a minor correction in the translation by request of groove-coverage.
2004-10-07 18:53:30 +00:00
Bram Matthys
f6e36300bb
- If a nick is qlined, the user is now lagged up to limit qline floods a bit ( #0001335 ).
2004-10-06 22:03:11 +00:00
Bram Matthys
fae77f21ec
- Module coders: Added HOOKTYPE_REMOTE_JOIN, HOOKTYPE_REMOTE_PART, HOOKTYPE_REMOTE_KICK (all
...
work just the same as the HOOKTYPE_LOCAL_* variants).
- Module coders: HOOKTYPE_REMOTE_CONNECT is now also called during net-merge. You can use
IsSynched(sptr->srvptr) to find out if it's called due to a net merge (0) or a connect (1).
- Added spamfiler 'user' (u) target. This regex is checked against nick!user@host:realname
when a user connects. This makes it easy to ban drones with simple patterns.
For example: '/spamfilter add u gzline 86400 Drone[0-9]+!.+@.+:Drone[0-9]'
would kill any drones that have both a nick and realname with 'Drone' followed by digits.
2004-10-06 20:33:13 +00:00
codemastr
d78acf841e
Added channel alias {}'es and fixed an Isupport bug
2004-10-03 17:25:58 +00:00
Bram Matthys
cf68fd7d41
- Fixed resolver not working in FreeBSD jail, reported & patch provided by urkel ( #0002097 ).
2004-09-29 16:43:46 +00:00
Bram Matthys
33d9d1dbcd
bleh
2004-09-28 18:56:45 +00:00
Bram Matthys
d04b80dcc3
- Fixed a (useless) cloak typo / made it a few nanosec faster. Reported by Martin Brulisauer.
2004-09-28 18:56:12 +00:00
codemastr
3edac539d1
Updated Windows to TRE 0.7.0
2004-09-25 19:11:42 +00:00
codemastr
75b639af81
Fixed a +u problem and updated to TRE 0.7.0
2004-09-25 19:10:35 +00:00
Bram Matthys
188e7990ba
- Temporary fix for ircsprintf %lu 1..6 issue.
2004-09-19 18:32:14 +00:00
Bram Matthys
47c5c36bda
- Added salted passwords. Salts are useful because it "protects" against stored-plaintext
...
attacks (eg: rainbow) and prevents cracking of several passwords at once.
This change means /MKPASSWD will now just generate a different string than before.
Do note however, that the old syntax/encrypted passwords will still work and _will continue
to work_ in the future, for at least the whole 3.2* series.
If you are concerned with security and have some time, then converting your passwords
is probably a good idea... Just in case your configuration file gets stolen one day ;).
- MD5 password encryption is now always available on *NIX, even if SSL is disabled.
2004-09-19 16:13:03 +00:00
Bram Matthys
9b882e5c6d
- Fixed a bug regarding chanmode +mu where the <IRC> messages were not properly relayed
...
to all servers. Reported by Aenox (#0002079 ).
2004-09-18 22:31:08 +00:00
codemastr
9b86b48b81
Updated doc/technical/token.txt and resolved 2 token conflicts.
2004-09-18 17:49:42 +00:00
stylus740
cf760ad336
unreal32docs.de.html Changes week 37
2004-09-12 07:19:49 +00:00
Bram Matthys
19748e6f03
- Fixed prefix bug caused by previous 'fix'/behavior change. Reported by aquanight ( #0002067 ).
2004-09-11 19:19:17 +00:00
trocotronic
3b6270056d
*** empty log message ***
2004-09-11 16:26:55 +00:00
kolibot
bbf0df59f1
*** empty log message ***
2004-09-10 12:01:26 +00:00
Bram Matthys
326f506cd9
- Updated installer for msvcr70.dll
2004-09-09 00:10:19 +00:00
codemastr
f71bc9335e
Changed some stuff to use the release version of MS libraries
2004-09-08 18:53:27 +00:00
kolibot
dc77debaec
test
2004-09-07 23:42:00 +00:00
Bram Matthys
1ee0f10401
- Added french docs, translated by Kolibot & Babass.
2004-09-07 23:20:42 +00:00
codemastr
18311db5bf
Fixed a typo in the *nix Makefile
2004-09-05 23:17:37 +00:00
stylus740
edff4089c7
Update german Translation week 36
2004-09-05 06:46:02 +00:00
codemastr
fea3b691b3
Added a USERIP command
2004-09-04 22:55:19 +00:00
angrywolf
c88f698c88
- Update: snomask +o
2004-09-04 20:55:30 +00:00
codemastr
23ee49f602
Exported the isupport functions for use in Windows modules. Added a new snomask, +o to show oper-up notices (oper only)
2004-09-04 17:05:25 +00:00