ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_svinfo.c
Revision 10024 - (view) (annotate) - [select for diffs]
Modified Sat Jan 1 10:20:46 2022 UTC (3 years, 7 months ago) by michael
File length: 4937 byte(s)
Diff to previous 9858
- Bump copyright years

Revision 9858 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 04:43:42 2021 UTC (4 years, 7 months ago) by michael
File length: 4937 byte(s)
Diff to previous 9833
- Bump copyright years

Revision 9833 - (view) (annotate) - [select for diffs]
Modified Fri Dec 25 10:09:43 2020 UTC (4 years, 8 months ago) by michael
File length: 4937 byte(s)
Diff to previous 9373
- Stylistical changes

Revision 9373 - (view) (annotate) - [select for diffs]
Modified Sat May 9 20:54:26 2020 UTC (5 years, 3 months ago) by michael
File length: 4929 byte(s)
Diff to previous 9102
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9102 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:57 2020 UTC (5 years, 7 months ago) by michael
File length: 4879 byte(s)
Diff to previous 9078
- Bump copyright years everywhere

Revision 9078 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:30 2019 UTC (5 years, 10 months ago) by michael
File length: 4879 byte(s)
Diff to previous 8976
- Command handlers are now of type void again

Revision 8976 - (view) (annotate) - [select for diffs]
Modified Sat May 18 18:44:09 2019 UTC (6 years, 3 months ago) by michael
File length: 4897 byte(s)
Diff to previous 8927
- m_svinfo.c: intmax_t -> uintmax_t

Revision 8927 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 11:08:47 2019 UTC (6 years, 4 months ago) by michael
File length: 4896 byte(s)
Diff to previous 8901
- Killed CurrentTime

Revision 8901 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 20:10:44 2019 UTC (6 years, 4 months ago) by michael
File length: 4798 byte(s)
Diff to previous 8751
- Add support for monotonic clocks and have some timers make use of it;  remove event_set_back_events()

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (6 years, 7 months ago) by michael
File length: 4792 byte(s)
Diff to previous 8436
- Update copyright years

Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (7 years, 4 months ago) by michael
File length: 4792 byte(s)
Diff to previous 8280
- Stylistic changes

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (7 years, 6 months ago) by michael
File length: 4813 byte(s)
Diff to previous 7996
- Update copyright years

Revision 7996 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 13:17:39 2017 UTC (8 years, 5 months ago) by michael
File length: 4813 byte(s)
Diff to previous 7925
- Rename get_client_name() to client_get_name()

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (8 years, 7 months ago) by michael
File length: 4813 byte(s)
Diff to previous 7648
- Update copyright years

Revision 7648 - (view) (annotate) - [select for diffs]
Modified Sun Jul 17 14:37:14 2016 UTC (9 years, 1 month ago) by michael
File length: 4813 byte(s)
Diff to previous 7329
- m_svinfo.c:ms_svinfo(): whitespace change

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (9 years, 6 months ago) by michael
File length: 4814 byte(s)
Diff to previous 7007
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (9 years, 7 months ago) by michael
File length: 4814 byte(s)
Diff to previous 6876
- Update copyright years

Revision 6876 - (view) (annotate) - [select for diffs]
Modified Mon Nov 30 20:36:22 2015 UTC (9 years, 8 months ago) by michael
File length: 4814 byte(s)
Diff to previous 6872
- m_svinfo.c: whitespace changes

Revision 6872 - (view) (annotate) - [select for diffs]
Modified Mon Nov 30 20:16:51 2015 UTC (9 years, 8 months ago) by michael
File length: 4818 byte(s)
Diff to previous 6862
- m_svinfo.c: mention parv[3] is unused nowadays

Revision 6862 - (view) (annotate) - [select for diffs]
Modified Sun Nov 29 18:59:03 2015 UTC (9 years, 8 months ago) by michael
File length: 4860 byte(s)
Diff to previous 6859
- m_svinfo.c: do some logging when dropping a link due to incompatible TS version

Revision 6859 - (view) (annotate) - [select for diffs]
Modified Sun Nov 29 18:55:43 2015 UTC (9 years, 8 months ago) by michael
File length: 4713 byte(s)
Diff to previous 6797
- m_svinfo.c: use get_client_name() instead of just source_p->name for server notices messages

Revision 6797 - (view) (annotate) - [select for diffs]
Modified Wed Nov 18 11:00:46 2015 UTC (9 years, 9 months ago) by michael
File length: 4464 byte(s)
Diff to previous 6781
- m_svinfo.c: style corrections

Revision 6781 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:45:53 2015 UTC (9 years, 9 months ago) by michael
File length: 4630 byte(s)
Diff to previous 6317
- 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 6317 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:03:09 2015 UTC (10 years ago) by michael
File length: 4758 byte(s)
Diff to previous 6180
- Get rid of UMODE_ALL

Revision 6180 - (view) (annotate) - [select for diffs]
Modified Tue Jun 23 15:55:22 2015 UTC (10 years, 2 months ago) by michael
File length: 4723 byte(s)
Diff to previous 5880
- m_svinfo.c: replace abs() with labs()

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (10 years, 3 months ago) by michael
File length: 4722 byte(s)
Diff to previous 5863
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5863 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:14 2015 UTC (10 years, 4 months ago) by michael
File length: 4576 byte(s)
Diff to previous 5346
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (10 years, 7 months ago) by michael
File length: 4664 byte(s)
Diff to previous 4564
- Update copyright years

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

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (11 years ago) by michael
File length: 4660 byte(s)
Diff to previous 4341
- Fixed compile warnings with -Wmissing-field-initializers

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

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

Revision 3294 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 18:48:55 2014 UTC (11 years, 4 months 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 (11 years, 5 months 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 (11 years, 5 months 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 (11 years, 5 months 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 (11 years, 5 months 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 (11 years, 7 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 (12 years, 2 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 (12 years, 9 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 (12 years, 10 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 (13 years, 5 months 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 (13 years, 5 months 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 (13 years, 10 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 (13 years, 10 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 (13 years, 11 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 (14 years 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 (14 years 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 (14 years 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 (14 years, 7 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 (15 years, 9 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 (15 years, 9 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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

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