ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_services.c
Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (11 years, 5 months ago) by michael
File length: 8274 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 (11 years, 5 months ago) by michael
File length: 8980 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 (11 years, 5 months ago) by michael
File length: 8978 byte(s)
Diff to previous 2820
- Applied Adam's sendto_one_numeric() changes

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (11 years, 7 months ago) by michael
File length: 9482 byte(s)
Diff to previous 2206
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2206 - (view) (annotate) - [select for diffs]
Modified Wed Jun 5 18:41:57 2013 UTC (12 years, 2 months ago) by michael
File length: 9335 byte(s)
Diff to previous 1834
- m_services.c: changed HS shortcut to send messages to HostServ

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (12 years, 4 months ago) by michael
File length: 9335 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 (12 years, 4 months ago) by michael
File length: 9195 byte(s)
Diff to previous 1662
- 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 1662 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 20:11:33 2012 UTC (12 years, 9 months ago) by michael
File length: 9335 byte(s)
Diff to previous 1592
- Fixed inconsistent svn file properties

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

Revision 1502 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 08:55:15 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 9335 byte(s)
Diff to previous 1491
- m_services.c: removed "IDENTIFY". Use "CS/NS IDENTIFY" instead

Revision 1491 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 16:10:25 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 10558 byte(s)
Diff to previous 1309
- m_services.c: remove MODULE_FLAG_CORE


Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 10573 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 (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 10575 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 (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 10614 byte(s)
Diff to previous 1218
- cleanup module loader. Make module api more flexible

Revision 1218 - (view) (annotate) - [select for diffs]
Modified Fri Sep 16 08:42:03 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 10896 byte(s)
Diff to previous 1181
- add helpserv/statserv service aliases

Revision 1181 - (view) (annotate) - [select for diffs]
Modified Tue Aug 16 08:05:32 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 8580 byte(s)
Diff to previous 1178
- set minimum required arguments for services alias message handler to 0,
  otherwise we don't send a ERR_NOTEXTTOSEND

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 8580 byte(s)
Diff to previous 1169
- 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 1169 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 8652 byte(s)
Diff to previous 1168
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some places

Revision 1168 - (view) (annotate) - [select for diffs]
Added Thu Aug 11 22:07:40 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_services.c
File length: 8617 byte(s)
- Add service aliases

(Current path doesn't exist after revision 4544)

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