Log of /ircd-hybrid-7.2/src/channel.c
Parent Directory
|
Revision Log
Revision
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(11 years, 4 months ago)
by
michael
File length: 24556 byte(s)
Diff to
previous 1011
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding
Revision
1011 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 18 10:14:09 2009 UTC
(11 years, 5 months ago)
by
michael
File length: 24559 byte(s)
Diff to
previous 885
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes
Revision
885 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(13 years, 4 months ago)
by
michael
File length: 24590 byte(s)
Diff to
previous 675
- 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
634 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 1 12:34:29 2006 UTC
(14 years, 9 months ago)
by
db
File length: 24747 byte(s)
Diff to
previous 633
- At least I noticed it myself, I got it completely backwards
when folding in Michael's suggested optimisation.
Revision
633 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 1 12:30:29 2006 UTC
(14 years, 9 months ago)
by
db
File length: 24747 byte(s)
Diff to
previous 632
- optimise Michael's fake channel catcher.
Make it work first, then optimise.
Revision
632 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 1 10:53:00 2006 UTC
(14 years, 9 months ago)
by
michael
File length: 24770 byte(s)
Diff to
previous 572
- 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
572 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 30 16:57:48 2006 UTC
(14 years, 10 months ago)
by
michael
File length: 25197 byte(s)
Diff to
previous 567
- 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
565 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 26 16:52:00 2006 UTC
(14 years, 10 months ago)
by
michael
File length: 25539 byte(s)
Diff to
previous 506
- can_send: splitted up some bigass if() statement
Revision
506 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 3 21:08:34 2006 UTC
(15 years ago)
by
michael
File length: 25535 byte(s)
Diff to
previous 503
- channel_member_names(): properly count the number of prefixes
that will be written to lbuf
Revision
503 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 3 19:53:47 2006 UTC
(15 years ago)
by
michael
File length: 25298 byte(s)
Diff to
previous 456
- Backported CAP changes from HEAD since it doesn't affect
any of the ircd's core components and should be supported
as soon as possible.
Revision
454 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 12 19:01:25 2006 UTC
(15 years ago)
by
michael
File length: 25153 byte(s)
Diff to
previous 371
- 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
371 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 10 10:45:48 2006 UTC
(15 years, 1 month ago)
by
michael
File length: 25787 byte(s)
Diff to
previous 356
- Imported recent channelban changes from HEAD which have been tested extensively.
The match_cidr() fix didn't work in the first try, so I'm not going to bother
with further debugging.
- Removed match_cidr() and comp_with_mask()
Revision
337 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 26 19:20:47 2005 UTC
(15 years, 2 months ago)
by
michael
File length: 25166 byte(s)
Diff to
previous 317
- Improved topic bursting. Read the comment in s_serv.c:send_tb for
further info
Revision
34 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 2 21:05:51 2005 UTC
(15 years, 5 months ago)
by
lusky
File length: 25020 byte(s)
Diff to
previous 33
create 7.2 branch, we can move/rename it as needed.
Revision
30 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(15 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src/channel.c
File length: 25068 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.