Revision
885 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(18 years, 9 months ago)
by
michael
Diff to
previous 715
,
to
selected 490
- 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
632 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 1 10:53:00 2006 UTC
(20 years, 2 months ago)
by
michael
Diff to
previous 620
,
to
selected 490
- 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 572
,
to
selected 490
- 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
572 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 30 16:57:48 2006 UTC
(20 years, 3 months ago)
by
michael
Diff to
previous 570
,
to
selected 490
- Backported changes made in HEAD to get rid of Channel::locmembers.
This is mainly to save about 5megs of ram on networks like efnet where
we have about 600k allocated Membership structures.
Revision
497 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 1 18:57:56 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 490
- Fixed bug where "OPERSPY NAMES #channel" would add a
client twice onto a channel's member list if it is
already on that channel.
Revision
490 -
Directory Listing
-
[selected]
Modified
Wed Mar 1 14:13:27 2006 UTC
(20 years, 5 months ago)
by
michael
Diff to
previous 448
- mo_force(): Don't allow servers to be added to a channel.
(could possibly lead to a core)
Revision
343 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 31 09:38:11 2005 UTC
(20 years, 7 months ago)
by
michael
Diff to
previous 310
,
to
selected 490
- Flag the client as being ip-spoofed if setting a new hostname via CHGHOST,
that way non-opers can't figure out the IP with a simple WHOIS.
Suggested by adx