ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/channel.c
Revision 3250 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 20:47:30 2014 UTC (10 years ago) by michael
File length: 23940 byte(s)
Diff to previous 3235
- Fixed inconsistent style in several places

Revision 3235 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 19:34:16 2014 UTC (10 years ago) by michael
File length: 23963 byte(s)
Diff to previous 3215
- Style corrections all over the place

Revision 3215 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 19:23:15 2014 UTC (10 years ago) by michael
File length: 23998 byte(s)
Diff to previous 3186
- Fixed some comments; cleaned up style here and there

Revision 3186 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 18:09:34 2014 UTC (10 years ago) by michael
File length: 24040 byte(s)
Diff to previous 3183
- Get rid of the ID() macro

Revision 3183 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 16:49:21 2014 UTC (10 years ago) by michael
File length: 24040 byte(s)
Diff to previous 3145
- Cleanup some places where we no longer need to use ID_or_name()

Revision 3145 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 20:12:46 2014 UTC (10 years ago) by michael
File length: 24089 byte(s)
Diff to previous 3144
- channel.c: moved modebuf[] and parabuf[] to send_channel_modes()

Revision 3144 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 20:02:20 2014 UTC (10 years ago) by michael
File length: 24122 byte(s)
Diff to previous 3140
- removed unused variables

Revision 3140 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 19:23:20 2014 UTC (10 years ago) by michael
File length: 24177 byte(s)
Diff to previous 3135
- Get rid of halfop -> op rewriting for servers that don't support halfops

Revision 3135 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 21:11:25 2014 UTC (10 years ago) by michael
File length: 24229 byte(s)
Diff to previous 3109
- Server now no longer accepts TS5 links

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years ago) by michael
File length: 24866 byte(s)
Diff to previous 3045
- Applied Adam's sendto_one_numeric() changes

Revision 3045 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 21:38:23 2014 UTC (10 years, 1 month ago) by michael
File length: 24899 byte(s)
Diff to previous 3022
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25

Revision 3022 - (view) (annotate) - [select for diffs]
Modified Mon Feb 24 20:41:16 2014 UTC (10 years, 1 month ago) by michael
File length: 24936 byte(s)
Diff to previous 2943
- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c

Revision 2943 - (view) (annotate) - [select for diffs]
Modified Sun Jan 26 15:42:53 2014 UTC (10 years, 2 months ago) by michael
File length: 24979 byte(s)
Diff to previous 2916
- channel_mode.c, channel.c: removed unused header include

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (10 years, 2 months ago) by michael
File length: 24999 byte(s)
Diff to previous 2910
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2910 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 19:10:55 2014 UTC (10 years, 2 months ago) by michael
File length: 25026 byte(s)
Diff to previous 2567
- Implemented "userhost-in-names" client capability

Revision 2567 - (view) (annotate) - [select for diffs]
Modified Sun Nov 17 20:16:12 2013 UTC (10 years, 4 months ago) by michael
File length: 24599 byte(s)
Diff to previous 2441
- channel.c: optimized find_channel_link() as suggested by Adam <adam@anope.org>

Revision 2441 - (view) (annotate) - [select for diffs]
Modified Sun Aug 11 11:52:33 2013 UTC (10 years, 7 months ago) by michael
File length: 24352 byte(s)
Diff to previous 2345
- channel.c:can_send(): fixed issue with channel mode +n having
  no functionality. Reported by Fawkes

Revision 2345 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 18:17:39 2013 UTC (10 years, 8 months ago) by michael
File length: 24268 byte(s)
Diff to previous 2296
- White-space commit / style corrections

Revision 2296 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 11:19:22 2013 UTC (10 years, 9 months ago) by michael
File length: 24270 byte(s)
Diff to previous 2246
- Rename Ban::username structure member to Ban::user

Revision 2246 - (view) (annotate) - [select for diffs]
Modified Sun Jun 16 10:48:39 2013 UTC (10 years, 9 months ago) by michael
File length: 24282 byte(s)
Diff to previous 2208
- Add usermode 'S' (client is connecte via SSL/TLS).
  Allows services to keep track of what users are connected via SSL,
  and allows to see ssl-status of remote clients in a /whois.

Revision 2208 - (view) (annotate) - [select for diffs]
Modified Wed Jun 5 21:06:43 2013 UTC (10 years, 9 months ago) by michael
File length: 24386 byte(s)
Diff to previous 2148
- channel.c: optimized can_join(). Do less intensive tests before actually
  testing for ban/exempt masks

Revision 2148 - (view) (annotate) - [select for diffs]
Modified Fri May 31 17:18:20 2013 UTC (10 years, 9 months ago) by michael
File length: 24386 byte(s)
Diff to previous 2133
- Don't let non-SSL users join +S channs if ircd has been
  compiled without SSL support. Spotted by Stuart Walsh

Revision 2133 - (view) (annotate) - [select for diffs]
Modified Wed May 29 18:27:24 2013 UTC (10 years, 10 months ago) by michael
File length: 24311 byte(s)
Diff to previous 1954
- get_member_status(), valid_wildcard(): constification

Revision 1954 - (view) (annotate) - [select for diffs]
Modified Mon May 6 18:51:19 2013 UTC (10 years, 10 months ago) by michael
File length: 24305 byte(s)
Diff to previous 1951
- Implemented channel mode +M. Clients that haven't identified their
  name with NickServ may not speak in a channel that has this mode set

Revision 1951 - (view) (annotate) - [select for diffs]
Modified Sun May 5 18:03:29 2013 UTC (10 years, 10 months ago) by michael
File length: 24306 byte(s)
Diff to previous 1944
- Update comment

Revision 1944 - (view) (annotate) - [select for diffs]
Modified Sun May 5 10:12:59 2013 UTC (10 years, 10 months ago) by michael
File length: 24323 byte(s)
Diff to previous 1941
- can_send(): fixed bug where bans were not checked against non-channel members

Revision 1941 - (view) (annotate) - [select for diffs]
Modified Sun May 5 09:52:00 2013 UTC (10 years, 10 months ago) by michael
File length: 24678 byte(s)
Diff to previous 1940
- can_send(): ops/hops/voices may not speak thru +c; 
  ensure msg_has_controls() isn't called twice for non-chanops

Revision 1940 - (view) (annotate) - [select for diffs]
Modified Sun May 5 09:44:39 2013 UTC (10 years, 10 months ago) by michael
File length: 24461 byte(s)
Diff to previous 1937
- can_send(): ops/hops/voices may not speak thru +c

Revision 1937 - (view) (annotate) - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (10 years, 10 months ago) by michael
File length: 24360 byte(s)
Diff to previous 1914
-  Implemented channel mode +c. Known from other ircds, this mode basically
   prevents users from sending messages including control codes to a channel
   that has this mode set

Revision 1914 - (view) (annotate) - [select for diffs]
Modified Sun Apr 28 11:46:40 2013 UTC (10 years, 11 months ago) by michael
File length: 23833 byte(s)
Diff to previous 1902
- Unidentified/unregistered nicks may not speak in +R channels

Revision 1902 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 19:54:56 2013 UTC (10 years, 11 months ago) by michael
File length: 23719 byte(s)
Diff to previous 1858
- channel.c:get_member_status(): removed useless NULL pointer test

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (10 years, 11 months ago) by michael
File length: 23765 byte(s)
Diff to previous 1847
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks

Revision 1847 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 16:42:02 2013 UTC (10 years, 11 months ago) by michael
File length: 23722 byte(s)
Diff to previous 1834
- Constification, replaced few sprintf with snprintf

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
File length: 23697 byte(s)
Diff to previous 1832
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
File length: 23644 byte(s)
Diff to previous 1826
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

Revision 1826 - (view) (annotate) - [select for diffs]
Modified Mon Apr 15 09:09:09 2013 UTC (10 years, 11 months ago) by michael
File length: 23697 byte(s)
Diff to previous 1798
- Minor cleanups to hash.c; removed now unused functions, style cleanups

Revision 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (10 years, 11 months ago) by michael
File length: 23678 byte(s)
Diff to previous 1793
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (10 years, 11 months ago) by michael
File length: 23679 byte(s)
Diff to previous 1751
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (11 years, 2 months ago) by michael
File length: 23749 byte(s)
Diff to previous 1661
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
  via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
  option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support

Revision 1661 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 19:43:57 2012 UTC (11 years, 4 months ago) by michael
File length: 23596 byte(s)
Diff to previous 1654
- channel.c:send_channel_modes(): now that CAP_IE and CAP_EX are mandatory, let's
  always send invite/ban exception during a burst

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (11 years, 4 months ago) by michael
File length: 23671 byte(s)
Diff to previous 1652
- Implemented memory pool allocator which basically is taken from Tor's
  mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (11 years, 4 months ago) by michael
File length: 23670 byte(s)
Diff to previous 1632
- changed match() polarity. match() now returns 0 on match and 1 on non-match
  This cleans up several places where function pointers of different matching
  functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
File length: 23666 byte(s)
Diff to previous 1618
- Initial rewrite of the configuration subsystem

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 4 months ago) by michael
File length: 23715 byte(s)
Diff to previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
File length: 23649 byte(s)
Diff to previous 1495
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1495 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 09:35:42 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23649 byte(s)
Diff to previous 1474
- Removed use_invex, use_except and use_knock configuration options.
  These features are now enabled by default

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23706 byte(s)
Diff to previous 1455
- removed &localchannels

Revision 1455 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 14:16:12 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23750 byte(s)
Diff to previous 1435
- Minor constification changes

Revision 1435 - (view) (annotate) - [select for diffs]
Modified Fri Jun 15 18:35:37 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23738 byte(s)
Diff to previous 1430
- Backed-out -r1429. Unregistered clients may again speak in +R channels

Revision 1430 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 19:21:04 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23984 byte(s)
Diff to previous 1429
- channel.c:can_join(): use strcmp() instead of irccmp() when comparing
  channel key (+k)

Revision 1429 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 19:14:14 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23984 byte(s)
Diff to previous 1330
- Unregistered clients may not talk in a +R channel

Revision 1330 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 12:12:00 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23738 byte(s)
Diff to previous 1309
- Squash two other compile warnings. ircd now compiles clean with
  -Wall
  -Wextra
  -Wno-unused
  -Wcast-qual
  -Wcast-align
  -Wbad-function-cast
  -Wmissing-declarations
  -Wmissing-prototypes
  -Wnested-externs
  -Wredundant-decls
  -Wshadow
  -Wwrite-strings
  -Wundef

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23737 byte(s)
Diff to previous 1243
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23739 byte(s)
Diff to previous 1219
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23759 byte(s)
Diff to previous 1203
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1203 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 20:06:08 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 23704 byte(s)
Diff to previous 1173
- make channel::topic and channel::topic_info fixed-size arrays

Revision 1173 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 00:23:02 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 24975 byte(s)
Diff to previous 1167
- add usermode +R; only registered clients may message other clients with that mode set
- add channelmode +R; only registered clients may join a channel with that mode set

Revision 1167 - (view) (annotate) - [select for diffs]
Modified Thu Aug 11 20:13:38 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 24785 byte(s)
Diff to previous 1156
- Improve services support
- Add channelmode +r

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/channel.c
File length: 24762 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/channel.c
File length: 24762 byte(s)
Diff to previous 1150
- recreate "trunk"

Revision 1150 - (view) (annotate) - [select for diffs]
Modified Wed Aug 3 01:09:49 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/src/channel.c
File length: 24762 byte(s)
Diff to previous 1146
- add new channel modes O and S

Revision 1146 - (view) (annotate) - [select for diffs]
Modified Thu Jul 28 20:00:19 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/src/channel.c
File length: 24536 byte(s)
Diff to previous 1029
- Improve multi-prefix client capability support

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/channel.c
File length: 24556 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/src/channel.c
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
Original Path: ircd-hybrid/src/channel.c
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
Original Path: ircd-hybrid/src/channel.c
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
Original Path: ircd-hybrid/src/channel.c
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
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

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