ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.3.x/modules/m_svinfo.c
Revision 6783 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:50:00 2015 UTC (8 years, 5 months ago) by michael
File length: 4630 byte(s)
Diff to previous 6758
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t

Revision 6758 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 19:37:24 2015 UTC (8 years, 5 months ago) by michael
File length: 4758 byte(s)
Diff to previous 6318
- Create ircd-hybrid 8.3.x branch

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (8 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4758 byte(s)
Diff to previous 6179
- Get rid of UMODE_ALL

Revision 6179 - (view) (annotate) - [select for diffs]
Modified Tue Jun 23 15:55:00 2015 UTC (8 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4723 byte(s)
Diff to previous 5881
- m_svinfo.c: replace abs() with labs()

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4722 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
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4576 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
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4664 byte(s)
Diff to previous 4565
- Update copyright years

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4664 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
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4660 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 (9 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4654 byte(s)
Diff to previous 3294
- Renamed structures to meet code conventions

Revision 3294 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 18:48:55 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4658 byte(s)
Diff to previous 3172
- doxygen

Revision 3172 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 12:24:25 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4270 byte(s)
Diff to previous 3171
- m_svinfo.c: minimum required argument count is 5. Remove redundant test on parc
  in ms_svinfo()

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4282 byte(s)
Diff to previous 3156
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

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

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4477 byte(s)
Diff to previous 2820
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

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

Revision 2274 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 16:01:57 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4432 byte(s)
Diff to previous 1618
- Sort out unused header includes

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svinfo.c
File length: 4453 byte(s)
Diff to previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

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_svinfo.c
File length: 4388 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_svinfo.c
File length: 4388 byte(s)
Diff to previous 1298
- 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 1298 - (view) (annotate) - [select for diffs]
Modified Tue Feb 28 18:51:13 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_svinfo.c
File length: 4385 byte(s)
Diff to previous 1247
- fixed style in some places

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svinfo.c
File length: 4441 byte(s)
Diff to previous 1243
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

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_svinfo.c
File length: 4436 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_svinfo.c
File length: 4516 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 (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svinfo.c
File length: 4399 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_svinfo.c
File length: 4393 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_svinfo.c
File length: 4393 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_svinfo.c
File length: 4393 byte(s)
Diff to previous 1029
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

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_svinfo.c
File length: 4418 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_svinfo.c
File length: 4418 byte(s)
Diff to previous 34
- move ircd-hybrid-7.2 to trunk

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_svinfo.c
File length: 4418 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, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_svinfo.c
File length: 4418 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, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_svinfo.c
File length: 4418 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, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_svinfo.c
File length: 4418 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, 6 months ago) by adx
Original Path: ircd-hybrid/modules/m_svinfo.c
File length: 4473 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 9641)

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