ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/src/channel.c
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
File length: 24556 byte(s)
Diff to previous 1013
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 675 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 16:51:10 2006 UTC (17 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2/src/channel.c
File length: 24751 byte(s)
Diff to previous 634
+ patch against truncated NAMES output

Submitted by: Murat Deligonul <deligonul@gmail.com>

Revision 634 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 12:34:29 2006 UTC (17 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2/src/channel.c
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 (17 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2/src/channel.c
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 (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 567 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 08:27:30 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
File length: 25539 byte(s)
Diff to previous 565
- Added missing bracket

Revision 565 - (view) (annotate) - [select for diffs]
Modified Wed Apr 26 16:52:00 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 (18 years ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 (18 years ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 456 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 20:17:29 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
File length: 25206 byte(s)
Diff to previous 454
- Unbreak can_send

Revision 454 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 19:01:25 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 (18 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 356 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 22:05:15 2006 UTC (18 years, 2 months ago) by adx
Original Path: ircd-hybrid-7.2/src/channel.c
File length: 25307 byte(s)
Diff to previous 337
+ MFC support for halfop->op rewriting.

Revision 337 - (view) (annotate) - [select for diffs]
Modified Mon Dec 26 19:20:47 2005 UTC (18 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
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 317 - (view) (annotate) - [select for diffs]
Modified Sat Dec 24 14:45:17 2005 UTC (18 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel.c
File length: 25085 byte(s)
Diff to previous 34
- Backported revision 315 (trimmed memory usage by moving invited
  dlink_list to LocalUser struct)

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/channel.c
File length: 25020 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
File length: 25020 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
File length: 25020 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
File length: 25020 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
File length: 25068 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1586)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a