ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/channel_mode.h
Revision 6470 - (view) (annotate) - [select for diffs]
Modified Thu Sep 3 13:06:17 2015 UTC (8 years, 6 months ago) by michael
File length: 4348 byte(s)
Diff to previous 6315
- Make use of enum in some places; make use of the HasFlag() macro some more; minor style corrections

Revision 6315 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 14:50:08 2015 UTC (8 years, 7 months ago) by michael
File length: 4343 byte(s)
Diff to previous 5494
- Make use of enums some more

Revision 5494 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 17:10:19 2015 UTC (9 years, 1 month ago) by michael
File length: 4291 byte(s)
Diff to previous 5464
- Update documentation in some places

Revision 5464 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 18:20:56 2015 UTC (9 years, 1 month ago) by michael
File length: 4230 byte(s)
Diff to previous 5347
- Added channel mode +C which prevents users from sending CTCPS to a channel

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 2 months ago) by michael
File length: 4198 byte(s)
Diff to previous 4990
- Update copyright years

Revision 4990 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:51:31 2014 UTC (9 years, 3 months ago) by michael
File length: 4198 byte(s)
Diff to previous 4838
- channel_mode.h: increased MAXMODEPARAMS to 6

Revision 4838 - (view) (annotate) - [select for diffs]
Modified Sun Nov 2 18:54:03 2014 UTC (9 years, 4 months ago) by michael
File length: 4198 byte(s)
Diff to previous 4799
- Renamed clear_ban_cache() to clear_ban_cache_channel() to separate it
  better from the clear_ban_cache_client() function

Revision 4799 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 13:29:53 2014 UTC (9 years, 5 months ago) by michael
File length: 4190 byte(s)
Diff to previous 4565
- Removed ChModeChange::mems

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
File length: 4202 byte(s)
Diff to previous 4102
- Update GPL 2 license headers

Revision 4102 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 19:35:28 2014 UTC (9 years, 9 months ago) by michael
File length: 4198 byte(s)
Diff to previous 3925
- Add CHACCESS_REMOTE for servers remote Clients

Revision 3925 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 13:34:36 2014 UTC (9 years, 9 months ago) by michael
File length: 4171 byte(s)
Diff to previous 3754
- Fixed bunch of compile warnings with -Wconversion

Revision 3754 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 18:26:52 2014 UTC (9 years, 9 months ago) by michael
File length: 4146 byte(s)
Diff to previous 3753
- channel_mode.c, channel_mode.h: constification

Revision 3753 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 18:11:35 2014 UTC (9 years, 9 months ago) by michael
File length: 4140 byte(s)
Diff to previous 3707
- More ms_sjoin() cleanups

Revision 3707 - (view) (annotate) - [select for diffs]
Modified Fri May 30 16:20:47 2014 UTC (9 years, 10 months ago) by michael
File length: 3919 byte(s)
Diff to previous 3706
- channel_mode.h: removed outdated comment

Revision 3706 - (view) (annotate) - [select for diffs]
Modified Fri May 30 16:19:31 2014 UTC (9 years, 10 months ago) by michael
File length: 3982 byte(s)
Diff to previous 3695
- Removed unused ChModeChange.client

Revision 3695 - (view) (annotate) - [select for diffs]
Modified Thu May 29 19:38:18 2014 UTC (9 years, 10 months ago) by michael
File length: 4007 byte(s)
Diff to previous 3533
- Removed CHFL_DEOPPED flags which is no longer needed with TS6

Revision 3533 - (view) (annotate) - [select for diffs]
Modified Thu May 15 15:43:29 2014 UTC (9 years, 10 months ago) by michael
File length: 4084 byte(s)
Diff to previous 3150
- doxygen

Revision 3150 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 14:11:34 2014 UTC (10 years ago) by michael
File length: 3406 byte(s)
Diff to previous 3140
- Removed unused client_p pointer from all chm_* channel mode handlers

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

Revision 3044 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 21:10:46 2014 UTC (10 years, 1 month ago) by michael
File length: 3702 byte(s)
Diff to previous 2937
- ms_bmask(): made mode_type an unsigned int type

Revision 2937 - (view) (annotate) - [select for diffs]
Modified Sun Jan 26 12:15:55 2014 UTC (10 years, 2 months ago) by michael
File length: 3693 byte(s)
Diff to previous 2902
- Clean up stupid pointer magic passed to the channel mode handlers.

Revision 2902 - (view) (annotate) - [select for diffs]
Modified Wed Jan 22 20:24:03 2014 UTC (10 years, 2 months ago) by michael
File length: 3700 byte(s)
Diff to previous 2896
- channel_mode.h: fixed long-standing bug where +p channels have been show
  in the /whois reply

Revision 2896 - (view) (annotate) - [select for diffs]
Modified Tue Jan 21 20:05:40 2014 UTC (10 years, 2 months ago) by michael
File length: 3665 byte(s)
Diff to previous 2865
- channel_mode.h: made some things use an enum. Removed unused header include.

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (10 years, 2 months ago) by michael
File length: 3714 byte(s)
Diff to previous 1954
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

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: 3664 byte(s)
Diff to previous 1937
- 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 1937 - (view) (annotate) - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (10 years, 10 months ago) by michael
File length: 3633 byte(s)
Diff to previous 1592
-  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 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
File length: 3602 byte(s)
Diff to previous 1175
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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/include/channel_mode.h
File length: 3602 byte(s)
Diff to previous 1173
- several fixes to services compatibility mode

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/include/channel_mode.h
File length: 3474 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/include/channel_mode.h
File length: 3441 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/include/channel_mode.h
File length: 3362 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/include/channel_mode.h
File length: 3362 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/include/channel_mode.h
File length: 3362 byte(s)
Diff to previous 1029
- 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/include/channel_mode.h
File length: 3300 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/include/channel_mode.h
File length: 3300 byte(s)
Diff to previous 1015
- 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/include/channel_mode.h
File length: 3300 byte(s)
Diff to previous 759
- 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 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/include/channel_mode.h
File length: 3264 byte(s)
Diff to previous 34
- Fixed ban cache as reported by ThaPrince

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/include/channel_mode.h
File length: 3211 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/include/channel_mode.h
File length: 3211 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/include/channel_mode.h
File length: 3211 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/include/channel_mode.h
File length: 3211 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/include/channel_mode.h
File length: 3267 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