Revision
485 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 27 15:17:56 2006 UTC
(20 years, 5 months ago)
by
michael
File length: 20246 byte(s)
Diff to
previous 480
- Yet another mach_chan fix (broken #*chan vs. &chan match logic
as pointed out by adx)
Revision
480 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 27 13:04:06 2006 UTC
(20 years, 5 months ago)
by
michael
File length: 20235 byte(s)
Diff to
previous 372
- Fixed match_chan() so "/LIST *chan*" works again. Reported by ThaPrince
Revision
364 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 8 15:39:24 2006 UTC
(20 years, 7 months ago)
by
michael
File length: 20564 byte(s)
Diff to
previous 363
- Entirely changed the way of ban match processing to be more cleaner.
It also should nicely speed up matching of pure ip (may include cidr mask)
bans.
- Removed match_cidr() which is now not longed needed
- Add back some prototypes to res.h to fix compile errors
Revision
363 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 8 14:18:13 2006 UTC
(20 years, 7 months ago)
by
michael
File length: 21992 byte(s)
Diff to
previous 292
- Fixed broken CIDR bans (untested). Fix needs to be backported to 7.2
after it's been tested
Revision
292 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 5 10:40:18 2005 UTC
(20 years, 8 months ago)
by
michael
File length: 22376 byte(s)
Diff to
previous 290
- Added support for (\) escape character to has_wildcards()
Revision
290 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 4 13:31:27 2005 UTC
(20 years, 8 months ago)
by
michael
File length: 22240 byte(s)
Diff to
previous 71
- Moved has_wildcards() from m_list.c to match.c and re-use it
in some other places.
Revision
69 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 4 16:09:51 2005 UTC
(20 years, 10 months ago)
by
adx
File length: 22158 byte(s)
Diff to
previous 64
- splitted ircd/libio, all headers connected with libio sources have been
moved for internal use only. To use libio interface, include "libio.h"
(which is already done in "stdinc.h")
Revision
64 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 3 22:50:22 2005 UTC
(20 years, 10 months ago)
by
adx
File length: 22231 byte(s)
Diff to
previous 59
- removed external references from string/
- still to do : misc net comm
Revision
59 -
(
view)
(
annotate)
-
[select for diffs]
Added
Mon Oct 3 15:11:57 2005 UTC
(20 years, 10 months ago)
by
adx
File length: 22249 byte(s)
- move non-irc related sources to /libio
- todo: make it independent of the rest of code