Revision
632 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 1 10:53:00 2006 UTC
(19 years, 2 months ago)
by
michael
Diff to
previous 611
,
to
selected 201
- 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
(19 years, 3 months ago)
by
michael
Diff to
previous 589
,
to
selected 201
- 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
(19 years, 3 months ago)
by
michael
Diff to
previous 588
,
to
selected 201
- 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
(19 years, 3 months ago)
by
michael
Diff to
previous 575
,
to
selected 201
- 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
(19 years, 6 months ago)
by
michael
Diff to
previous 435
,
to
selected 201
- 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
(19 years, 6 months ago)
by
michael
Diff to
previous 352
,
to
selected 201
- 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
(19 years, 8 months ago)
by
michael
Diff to
previous 317
,
to
selected 201
- 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
201 -
Directory Listing
-
[selected]
Modified
Tue Nov 1 11:41:52 2005 UTC
(19 years, 9 months ago)
by
adx
Diff to
previous 172
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
150 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 16 18:14:43 2005 UTC
(19 years, 10 months ago)
by
db
Diff to
previous 148
,
to
selected 201
- 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
(19 years, 10 months ago)
by
michael
Diff to
previous 138
,
to
selected 201
- 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
(19 years, 10 months ago)
by
michael
Diff to
previous 93
,
to
selected 201
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.