Revision
897 -
Directory Listing
-
[select for diffs]
Modified
Sat Nov 3 17:13:32 2007 UTC
(18 years, 8 months ago)
by
db
Diff to
previous 896
,
to
selected 887
- Major cleanup of build system (Stu should review this)
Basically move shared stuff like help messages modules to datadir
Try to keep to the original layout under prefix if --datadir
--sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
all the time anyway.
Revision
887 -
Directory Listing
-
[selected]
Modified
Thu Nov 1 11:54:48 2007 UTC
(18 years, 8 months ago)
by
michael
Diff to
previous 886
- Backported new ACCEPT code which adds support for n!u@h masks
Revision
885 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(18 years, 8 months ago)
by
michael
Diff to
previous 884
,
to
selected 887
- Removed LazyLinks in 7.2 to stop people from asking why we keep
broken code for half a decade. LL will be implemented in a smarter
fashion in due time
Revision
873 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 23 11:02:09 2007 UTC
(18 years, 9 months ago)
by
michael
Diff to
previous 872
,
to
selected 887
- fixed longstanding topic desync bug during netbursts, which has been
reported by several people. We now basically do what ircu does, i.e.
unset topics set by netriders
Revision
853 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 22 06:01:30 2007 UTC
(19 years, 5 months ago)
by
db
Diff to
previous 849
,
to
selected 887
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag
Revision
808 -
Directory Listing
-
[select for diffs]
Modified
Sun Sep 3 18:58:00 2006 UTC
(19 years, 10 months ago)
by
michael
Diff to
previous 715
,
to
selected 887
- Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap
- Prevent TESTLINE from reporting k-lines twice
- Show the actual k-line reason when reporting k-lines
- Test the host part of a u@h mask against the client's sockhost field in TESTMASK
- Added support for nick masks to TESTMASK
- CIDR is to come in 7.3
Revision
632 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 1 10:53:00 2006 UTC
(20 years, 1 month ago)
by
michael
Diff to
previous 611
,
to
selected 887
- Added channel::disable_fake_channels which disallows creation of channels
that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
backported from 7.3
Revision
593 -
Directory Listing
-
[select for diffs]
Modified
Fri May 12 05:47:32 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 589
,
to
selected 887
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
589 -
Directory Listing
-
[select for diffs]
Modified
Mon May 8 18:40:00 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 588
,
to
selected 887
- Clear the TS6 CAPAB bit possibly set on an unregistered client connection
in mr_motd(), mr_admin() and register_local_user(). This is a kludge for now.
Revision
584 -
Directory Listing
-
[select for diffs]
Modified
Sun May 7 15:26:45 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 575
,
to
selected 887
- Added new general::stats_e_disabled configuration option. Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
- Updated RELNOTES
Revision
454 -
Directory Listing
-
[select for diffs]
Modified
Sun Feb 12 19:01:25 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 435
,
to
selected 887
- Get rid of can_send_part. This also fixes a bug where voiced clients
weren't able to send a PART message to the channel. Reported by ThaPrince.
Revision
382 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 31 12:13:42 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 352
,
to
selected 887
- Fixed incorrect match handling in relay_xline as reported by ThaPrince.
Damnit match() really shouldn't return 1 on match. This will be changed
sooner or later.
Revision
322 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 24 22:04:58 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 317
,
to
selected 887
- Only locally connected clients should be checked for a valid channelmembership
when processing the INVITE message. Remote clients that are outside a channel
e.g. services, are allowed to send INVITEs. This also fixes a bug with anope
services. Reported by r0d3nt
Revision
150 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 18:14:43 2005 UTC
(20 years, 9 months ago)
by
db
Diff to
previous 148
,
to
selected 887
- backport fix from HEAD to fix m_testline.c on 7.2
This bug is old. The code was missing a test for a kline conf and the
sendto to print that kline out, in the case where it was a kline against
and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was
a kline against a dns.
Revision
143 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 09:49:16 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 138
,
to
selected 887
- Fixed a bug where remoteservers would send us an ERROR
on "WHOWAS nick count remoteserver.net". Propably one
of the oldest bugs that got introduced in 7.0.
(Backported from HEAD)
Revision
100 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 9 14:43:13 2005 UTC
(20 years, 9 months ago)
by
michael
Diff to
previous 93
,
to
selected 887
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.