ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_cap.c
Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (6 years ago) by michael
File length: 13011 byte(s)
Diff to previous 8431
- Stylistic changes

Revision 8431 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:49:15 2018 UTC (6 years ago) by michael
File length: 13007 byte(s)
Diff to previous 8279
- Stylistic changes

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (6 years, 1 month ago) by michael
File length: 13009 byte(s)
Diff to previous 7924
- Update copyright years

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (7 years, 3 months ago) by michael
File length: 13009 byte(s)
Diff to previous 7870
- Update copyright years

Revision 7870 - (view) (annotate) - [select for diffs]
Modified Wed Nov 9 20:12:50 2016 UTC (7 years, 5 months ago) by michael
File length: 13009 byte(s)
Diff to previous 7006
- Style corrections in several places

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (8 years, 3 months ago) by michael
File length: 13017 byte(s)
Diff to previous 6774
- Update copyright years

Revision 6774 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 20:20:48 2015 UTC (8 years, 5 months ago) by michael
File length: 13017 byte(s)
Diff to previous 6767
- Implement ircv3.2 chghost client capability support

Revision 6767 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:46:50 2015 UTC (8 years, 5 months ago) by michael
File length: 12982 byte(s)
Diff to previous 6561
- Implement ircv3.2 invite-notify client capability support

Revision 6561 - (view) (annotate) - [select for diffs]
Modified Wed Oct 7 18:19:44 2015 UTC (8 years, 6 months ago) by michael
File length: 12935 byte(s)
Diff to previous 6400
- m_cap.c:cap_ack(): don't allow CAP ACK to set prohibited caps, or clear sticky ones

Revision 6400 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 16:32:56 2015 UTC (8 years, 7 months ago) by michael
File length: 12714 byte(s)
Diff to previous 5881
- Implement ircv3.1 account-notify extension

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (8 years, 11 months ago) by michael
File length: 12665 byte(s)
Diff to previous 5864
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (8 years, 11 months ago) by michael
File length: 12519 byte(s)
Diff to previous 5347
- Removed useless zero initializers from the module_entry as suggested by Adam

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

Revision 5021 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 14:56:13 2014 UTC (9 years, 4 months ago) by michael
File length: 12607 byte(s)
Diff to previous 5018
- m_cap.c: minor optimization to send_caplist()

Revision 5018 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 14:52:20 2014 UTC (9 years, 4 months ago) by michael
File length: 12624 byte(s)
Diff to previous 5014
- m_cap.c: fixed some issues which have been introduced when it was ported from ircu

Revision 5014 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:51:47 2014 UTC (9 years, 4 months ago) by michael
File length: 12566 byte(s)
Diff to previous 4934
- Removed unused header includes:wq

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

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

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

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: 12553 byte(s)
Diff to previous 4545
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
File length: 12549 byte(s)
Diff to previous 4384
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

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

Revision 3875 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 14:46:28 2014 UTC (9 years, 10 months ago) by michael
File length: 12613 byte(s)
Diff to previous 3565
- Style corrections; fixed comments

Revision 3565 - (view) (annotate) - [select for diffs]
Modified Fri May 16 14:47:42 2014 UTC (9 years, 11 months ago) by michael
File length: 12614 byte(s)
Diff to previous 3497
- Style corrections

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

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
File length: 12525 byte(s)
Diff to previous 3332
- 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 (10 years ago) by michael
File length: 12527 byte(s)
Diff to previous 3156
- doxygen

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years, 1 month ago) by michael
File length: 12174 byte(s)
Diff to previous 3117
- Removed client_p pointers from everywhere

Revision 3117 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (10 years, 1 month ago) by michael
File length: 12251 byte(s)
Diff to previous 3109
- 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, 1 month ago) by michael
File length: 12309 byte(s)
Diff to previous 2910
- 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
File length: 12372 byte(s)
Diff to previous 2820
- Implemented "userhost-in-names" client capability

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (10 years, 3 months ago) by michael
File length: 12327 byte(s)
Diff to previous 2345
- 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, 9 months ago) by michael
File length: 12273 byte(s)
Diff to previous 1834
- 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
File length: 12262 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: 12252 byte(s)
Diff to previous 1734
- 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, 3 months ago) by michael
File length: 12262 byte(s)
Diff to previous 1592
- 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
File length: 12219 byte(s)
Diff to previous 1309
- 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
- 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
- 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
- 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, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_cap.c
File length: 11965 byte(s)
Diff to previous 1178
- 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, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_cap.c
File length: 11937 byte(s)
Diff to previous 1156
- 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, 8 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) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 8 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, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_cap.c
File length: 11943 byte(s)
Diff to previous 1080
- 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, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_cap.c
File length: 11973 byte(s)
Diff to previous 1029
- 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, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_cap.c
File length: 12071 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, 5 months ago) by michael
Original Path: ircd-hybrid/modules/m_cap.c
File length: 12071 byte(s)
Diff to previous 953
- 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
- 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
- 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
- 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
- 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
+ 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, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_cap.c
File length: 11993 byte(s)
- 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