ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_help.c
Revision 6996 - (view) (annotate) - [select for diffs]
Modified Thu Dec 31 14:49:09 2015 UTC (9 years, 7 months ago) by michael
File length: 4640 byte(s)
Diff to previous 6995
- m_help.c:do_help(): document the +1 on 'path'

Revision 6995 - (view) (annotate) - [select for diffs]
Modified Thu Dec 31 14:47:04 2015 UTC (9 years, 7 months ago) by michael
File length: 4624 byte(s)
Diff to previous 6350
- m_help.c:do_help(): avoid using HYB_PATH_MAX

Revision 6350 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:53:44 2015 UTC (10 years ago) by michael
File length: 4748 byte(s)
Diff to previous 5881
- Make use of enum in more places

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (10 years, 3 months ago) by michael
File length: 4744 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 (10 years, 4 months ago) by michael
File length: 4615 byte(s)
Diff to previous 5769
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5769 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 19:51:53 2015 UTC (10 years, 4 months ago) by michael
File length: 4703 byte(s)
Diff to previous 5347
- Cleaned up strlen() based array indices

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

Revision 4759 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 10:54:43 2014 UTC (10 years, 10 months ago) by michael
File length: 4648 byte(s)
Diff to previous 4565
- Improved RPL_LOAD2HI numeric

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 4640 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 (11 years ago) by michael
File length: 4636 byte(s)
Diff to previous 4340
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (11 years ago) by michael
File length: 4630 byte(s)
Diff to previous 4269
- Renamed structures to meet code conventions

Revision 4269 - (view) (annotate) - [select for diffs]
Modified Sat Jul 19 17:37:22 2014 UTC (11 years, 1 month ago) by michael
File length: 4632 byte(s)
Diff to previous 3333
- m_help.c: style corrections

Revision 3333 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 16:19:02 2014 UTC (11 years, 4 months ago) by michael
File length: 4642 byte(s)
Diff to previous 3266
- Removed pointless comments

Revision 3266 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 19:15:11 2014 UTC (11 years, 4 months ago) by michael
File length: 4730 byte(s)
Diff to previous 3156
- Worked towards improving documentation

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: 3905 byte(s)
Diff to previous 3109
- Removed client_p pointers from everywhere

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: 3970 byte(s)
Diff to previous 3096
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (11 years, 5 months ago) by michael
File length: 4336 byte(s)
Diff to previous 3026
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 3026 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 00:07:09 2014 UTC (11 years, 6 months ago) by michael
File length: 4348 byte(s)
Diff to previous 2972
- m_help.c: whitespace changes

Revision 2972 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 11:40:14 2014 UTC (11 years, 6 months ago) by michael
File length: 4347 byte(s)
Diff to previous 2820
- m_help.c: Made dohelp() and sendhelpfile() void functions

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: 4363 byte(s)
Diff to previous 2657
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2657 - (view) (annotate) - [select for diffs]
Modified Thu Dec 12 19:04:53 2013 UTC (11 years, 8 months ago) by michael
File length: 4280 byte(s)
Diff to previous 2045
- m_help.c:sendhelpfile(): fixed fd leak

Revision 2045 - (view) (annotate) - [select for diffs]
Modified Wed May 15 15:32:01 2013 UTC (12 years, 3 months ago) by michael
File length: 4262 byte(s)
Diff to previous 2028
- m_help.c: minor changes to dohelp() (use pointer arithmetic instead of indexing)

Revision 2028 - (view) (annotate) - [select for diffs]
Modified Tue May 14 18:19:05 2013 UTC (12 years, 3 months ago) by michael
File length: 4292 byte(s)
Diff to previous 1997
- Overhaul HELP system

Revision 1997 - (view) (annotate) - [select for diffs]
Modified Sat May 11 17:35:07 2013 UTC (12 years, 3 months ago) by michael
File length: 4817 byte(s)
Diff to previous 1834
- Mostly style cleanups & whitespace changes

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: 4952 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: 4853 byte(s)
Diff to previous 1737
- 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 1737 - (view) (annotate) - [select for diffs]
Modified Mon Jan 14 17:37:55 2013 UTC (12 years, 7 months ago) by michael
File length: 4952 byte(s)
Diff to previous 1699
- Quick and dirty workaround to fix build on GNU/Hurd
  because of undefined PATH_MAX

Revision 1699 - (view) (annotate) - [select for diffs]
Modified Thu Dec 20 11:40:50 2012 UTC (12 years, 8 months ago) by michael
File length: 4944 byte(s)
Diff to previous 1674
- m_help.c: allow a maximum of MAXPARA parameters

Revision 1674 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 21:00:02 2012 UTC (12 years, 9 months ago) by michael
File length: 4932 byte(s)
Diff to previous 1592
- Minor cleanups to m_help.c, also helpfiles may no longer contain #comments

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: 5427 byte(s)
Diff to previous 1325
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_help.c
File length: 5427 byte(s)
Diff to previous 1309
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

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_help.c
File length: 5433 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_help.c
File length: 5454 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_help.c
File length: 5519 byte(s)
Diff to previous 1178
- cleanup module loader. Make module api more flexible

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_help.c
File length: 5544 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 (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_help.c
File length: 5532 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 (14 years ago) by michael
Original Path: ircd-hybrid/modules/m_help.c
File length: 5532 byte(s)
Diff to previous 1121
- recreate "trunk"

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

Revision 1055 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 09:03:31 2010 UTC (15 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_help.c
File length: 5562 byte(s)
Diff to previous 1029
- m_help.c: logging unfound help-topics that are triggered by simple HELP
  requests is just stupid, as this can be easily abused.

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_help.c
File length: 5658 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 (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/modules/m_help.c
File length: 5658 byte(s)
Diff to previous 1001
- move ircd-hybrid-7.2 to trunk

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_help.c
File length: 5658 byte(s)
Diff to previous 897
- remove half done and broken win32 support

Revision 897 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 17:13:32 2007 UTC (17 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_help.c
File length: 5680 byte(s)
Diff to previous 575
- Major cleanup of build system (Stu should review this)
  Basically move shared stuff like help messages modules to datadir
  Try to keep to the original layout under prefix if --datadir
  --sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
  all the time anyway.


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

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_help.c
File length: 5731 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 (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_help.c
File length: 5731 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_help.c
File length: 5731 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_help.c
File length: 5731 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 (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/modules/m_help.c
File length: 5784 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