ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/channel_mode.c
Revision 1684 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 19:34:41 2012 UTC (11 years, 3 months ago) by michael
File length: 51572 byte(s)
Diff to previous 1654 , to selected 1474
- channel_mode.c: chm_invex, chm_exempt: ban and invite exemptions are
  now always sent regardless of CAP_IE/CAP_EX

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: 51582 byte(s)
Diff to previous 1646 , to selected 1474
- 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 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 4 months ago) by michael
File length: 51549 byte(s)
Diff to previous 1632 , to selected 1474
- First pass of conf parser stabilization/cleanup

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: 51554 byte(s)
Diff to previous 1618 , to selected 1474
- 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: 51603 byte(s)
Diff to previous 1592 , to selected 1474
- 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: 51590 byte(s)
Diff to previous 1495 , to selected 1474
- 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_mode.c
File length: 51590 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) - [selected]
Modified Sun Jul 22 14:44:07 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/channel_mode.c
File length: 52515 byte(s)
Diff to previous 1431
- removed &localchannels

Revision 1431 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 19:15:10 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/channel_mode.c
File length: 52529 byte(s)
Diff to previous 1309 , to selected 1474
- NICKLEN definition no longer respects the trailing NUL character
  (reverts to old behavior)

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_mode.c
File length: 52521 byte(s)
Diff to previous 1243 , to selected 1474
- 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_mode.c
File length: 52525 byte(s)
Diff to previous 1219 , to selected 1474
- 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_mode.c
File length: 52545 byte(s)
Diff to previous 1175 , to selected 1474
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1175 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 10:47:48 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/channel_mode.c
File length: 52492 byte(s)
Diff to previous 1167 , to selected 1474
- several fixes to services compatibility mode

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_mode.c
File length: 52505 byte(s)
Diff to previous 1156 , to selected 1474
- 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_mode.c
File length: 50310 byte(s)
Diff to previous 1155 , to selected 1474
- 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_mode.c
File length: 50310 byte(s)
Diff to previous 1150 , to selected 1474
- 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_mode.c
File length: 50310 byte(s)
Diff to previous 1029 , to selected 1474
- add new channel modes O and S

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_mode.c
File length: 48360 byte(s)
Diff to previous 1028 , to selected 1474
- 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_mode.c
File length: 48360 byte(s)
Diff to previous 1015 , to selected 1474
- move ircd-hybrid-7.2 to trunk

Revision 1015 - (view) (annotate) - [select for diffs]
Modified Sun Oct 25 00:08:06 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel_mode.c
File length: 48360 byte(s)
Diff to previous 1011 , to selected 1474
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
  unportable unless gcc, but for now they only give false warnings

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_mode.c
File length: 48324 byte(s)
Diff to previous 931 , to selected 1474
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 931 - (view) (annotate) - [select for diffs]
Modified Fri May 30 04:05:57 2008 UTC (15 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2/src/channel_mode.c
File length: 48343 byte(s)
Diff to previous 885 , to selected 1474
- bug fix by caf <kevin@sylandro.com>


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_mode.c
File length: 48316 byte(s)
Diff to previous 760 , to selected 1474
- 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 760 - (view) (annotate) - [select for diffs]
Modified Fri Aug 18 19:33:26 2006 UTC (17 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel_mode.c
File length: 48371 byte(s)
Diff to previous 759 , to selected 1474
- Fixed compile error

Revision 759 - (view) (annotate) - [select for diffs]
Modified Fri Aug 18 14:29:45 2006 UTC (17 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel_mode.c
File length: 48372 byte(s)
Diff to previous 593 , to selected 1474
- Fixed ban cache as reported by ThaPrince

Revision 593 - (view) (annotate) - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/channel_mode.c
File length: 48138 byte(s)
Diff to previous 572 , to selected 1474
- 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 - (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_mode.c
File length: 47894 byte(s)
Diff to previous 388 , to selected 1474
- 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 388 - (view) (annotate) - [select for diffs]
Modified Wed Feb 1 12:51:45 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/channel_mode.c
File length: 47861 byte(s)
Diff to previous 371 , to selected 1474
- Forward-port banfix from 7.2 (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_mode.c
File length: 47606 byte(s)
Diff to previous 356 , to selected 1474
- 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_mode.c
File length: 47507 byte(s)
Diff to previous 34 , to selected 1474
+ MFC support for halfop->op rewriting.

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_mode.c
File length: 46293 byte(s)
Diff to previous 33 , to selected 1474
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_mode.c
File length: 46293 byte(s)
Diff to previous 32 , to selected 1474
- 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_mode.c
File length: 46293 byte(s)
Diff to previous 31 , to selected 1474
- 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_mode.c
File length: 46293 byte(s)
Diff to previous 30 , to selected 1474
- 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_mode.c
File length: 46350 byte(s)
Diff to selected 1474
- 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