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 394
- 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
394 -
Directory Listing
-
[selected]
Modified
Fri Feb 3 17:32:17 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 393
- Fixed TBURST as 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 394
- 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 394
- 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 394
- 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 394
- 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 394
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.