ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_cap.c
Revision 5019 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 14:52:31 2014 UTC (9 years, 3 months ago) by michael
File length: 12624 byte(s)
Diff to previous 5015 , to selected 1155
- m_cap.c: fixed some issues which have been introduced when it was ported from ircu

Revision 5015 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:53:37 2014 UTC (9 years, 3 months ago) by michael
File length: 12566 byte(s)
Diff to previous 4935 , to selected 1155
- Removed unused header includes:wq

Revision 4935 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 21:09:24 2014 UTC (9 years, 4 months ago) by michael
File length: 12584 byte(s)
Diff to previous 4793 , to selected 1155
- Style corrections; constifications

Revision 4793 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 12:47:20 2014 UTC (9 years, 5 months ago) by michael
File length: 12584 byte(s)
Diff to previous 4589 , to selected 1155
- Added support for the "extended-join" client capability

Revision 4589 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:21 2014 UTC (9 years, 7 months ago) by michael
File length: 12537 byte(s)
Diff to previous 4564 , to selected 1155
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 12553 byte(s)
Diff to previous 4546 , to selected 1155
- Update GPL 2 license headers

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 12549 byte(s)
Diff to previous 4385 , to selected 1155
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4385 - (view) (annotate) - [select for diffs]
Modified Sun Aug 3 16:47:23 2014 UTC (9 years, 7 months ago) by michael
File length: 12543 byte(s)
Diff to previous 3874 , to selected 1155
- m_cap.c: moved qsorting of the capab_list to module_init()

Revision 3874 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 14:42:13 2014 UTC (9 years, 9 months ago) by michael
File length: 12613 byte(s)
Diff to previous 3566 , to selected 1155
- Style corrections; fixed comments

Revision 3566 - (view) (annotate) - [select for diffs]
Modified Fri May 16 14:48:17 2014 UTC (9 years, 10 months ago) by michael
File length: 12614 byte(s)
Diff to previous 3496 , to selected 1155
- Style corrections

Revision 3496 - (view) (annotate) - [select for diffs]
Modified Sat May 10 18:58:54 2014 UTC (9 years, 10 months ago) by michael
File length: 12617 byte(s)
Diff to previous 3377 , to selected 1155
- m_cap.c: from p4: Ignore trailing spaces from CAP REQ/ACKs to prevent rejecting requests

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 12525 byte(s)
Diff to previous 3347 , to selected 1155
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12525 byte(s)
Diff to previous 3332 , to selected 1155
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3332 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 15:58:26 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12527 byte(s)
Diff to previous 3156 , to selected 1155
- doxygen

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12174 byte(s)
Diff to previous 3117 , to selected 1155
- Removed client_p pointers from everywhere

Revision 3117 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12251 byte(s)
Diff to previous 3109 , to selected 1155
- Removed unused header includes here and there

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12309 byte(s)
Diff to previous 2910 , to selected 1155
- Applied Adam's sendto_one_numeric() changes

Revision 2910 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 19:10:55 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12372 byte(s)
Diff to previous 2820 , to selected 1155
- Implemented "userhost-in-names" client capability

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12327 byte(s)
Diff to previous 2345 , to selected 1155
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2345 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 18:17:39 2013 UTC (10 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12273 byte(s)
Diff to previous 1834 , to selected 1155
- White-space commit / style corrections

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12262 byte(s)
Diff to previous 1832 , to selected 1155
- 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
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12252 byte(s)
Diff to previous 1734 , to selected 1155
- 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 1734 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 12:59:24 2013 UTC (11 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_cap.c
File length: 12262 byte(s)
Diff to previous 1592 , to selected 1155
- Add support for "away-notify" client capability

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

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/modules/m_cap.c
File length: 12219 byte(s)
Diff to previous 1243 , to selected 1155
- 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/modules/m_cap.c
File length: 12216 byte(s)
Diff to previous 1230 , to selected 1155
- 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 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_cap.c
File length: 12275 byte(s)
Diff to previous 1222 , to selected 1155
- cleanup module loader. Make module api more flexible

Revision 1222 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 10:57:54 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_cap.c
File length: 11965 byte(s)
Diff to previous 1178 , to selected 1155
- minor correction to m_cap(): sptr->name can be empty when sending
  ERR_INVALIDCAPCMD back to client. Must use '*' instead of sptr->name

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_cap.c
File length: 11937 byte(s)
Diff to previous 1156 , to selected 1155
- Cleanup and restore older parts of the irc-command parser.
  Gives back ability to specify maximum amount of parameters
  that are processed within a command.

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/modules/m_cap.c
File length: 11943 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [selected]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/modules/m_cap.c
File length: 11943 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_cap.c
File length: 11943 byte(s)
Diff to previous 1080 , to selected 1155
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1080 - (view) (annotate) - [select for diffs]
Modified Wed Mar 10 23:09:36 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_cap.c
File length: 11973 byte(s)
Diff to previous 1029 , to selected 1155
- Sort out unneeded arguments of some user registration functions

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/modules/m_cap.c
File length: 12071 byte(s)
Diff to previous 1028 , to selected 1155
- 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/modules/m_cap.c
File length: 12071 byte(s)
Diff to previous 953 , to selected 1155
- move ircd-hybrid-7.2 to trunk

Revision 953 - (view) (annotate) - [select for diffs]
Modified Sun Jul 26 21:22:42 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_cap.c
File length: 12071 byte(s)
Diff to previous 872 , to selected 1155
- propset keywords

Revision 872 - (view) (annotate) - [select for diffs]
Modified Tue Oct 23 10:18:32 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_cap.c
File length: 12076 byte(s)
Diff to previous 575 , to selected 1155
- Add sanity check to m_cap

Revision 575 - (view) (annotate) - [select for diffs]
Modified Mon May 1 11:41:09 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_cap.c
File length: 12008 byte(s)
Diff to previous 536 , to selected 1155
- Fixed a bunch of compile warnings

Revision 536 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 09:59:02 2006 UTC (18 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_cap.c
File length: 11993 byte(s)
Diff to previous 535 , to selected 1155
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x

Revision 535 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 20:43:12 2006 UTC (18 years ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_cap.c
File length: 11985 byte(s)
Diff to previous 503 , to selected 1155
+ fixed linking error on bcc/win32 about _strcasecmp

Revision 503 - (view) (annotate) - [select for diffs]
Added Fri Mar 3 19:53:47 2006 UTC (18 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_cap.c
File length: 11993 byte(s)
Diff to selected 1155
- 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.

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