ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_version.c
Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (8 years, 1 month ago) by michael
File length: 3837 byte(s)
Diff to previous 7007 , to selected 4546
- 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 (8 years, 3 months ago) by michael
File length: 3834 byte(s)
Diff to previous 6186 , to selected 4546
- Update copyright years

Revision 6186 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 17:49:10 2015 UTC (8 years, 9 months ago) by michael
File length: 3834 byte(s)
Diff to previous 5880 , to selected 4546
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 11 months ago) by michael
File length: 3812 byte(s)
Diff to previous 5863 , to selected 4546
- 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 (8 years, 11 months ago) by michael
File length: 3683 byte(s)
Diff to previous 5346 , to selected 4546
- 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 (9 years, 3 months ago) by michael
File length: 3771 byte(s)
Diff to previous 4758 , to selected 4546
- Update copyright years

Revision 4758 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 10:54:27 2014 UTC (9 years, 5 months ago) by michael
File length: 3771 byte(s)
Diff to previous 4691 , to selected 4546
- Improved RPL_LOAD2HI numeric

Revision 4691 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 14:01:55 2014 UTC (9 years, 6 months ago) by michael
File length: 3760 byte(s)
Diff to previous 4564 , to selected 4546
- Style corrections

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

Revision 4546 - (view) (annotate) - [selected]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 3794 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 (9 years, 8 months ago) by michael
File length: 3788 byte(s)
Diff to previous 3377 , to selected 4546
- Renamed structures to meet code conventions

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

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3790 byte(s)
Diff to previous 3333 , to selected 4546
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3333 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 16:19:02 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3792 byte(s)
Diff to previous 3300 , to selected 4546
- Removed pointless comments

Revision 3300 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3851 byte(s)
Diff to previous 3275 , to selected 4546
- doxygen

Revision 3275 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:36:48 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3835 byte(s)
Diff to previous 3203 , to selected 4546
- Worked towards improving documentation

Revision 3203 - (view) (annotate) - [select for diffs]
Modified Mon Mar 24 17:43:50 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3078 byte(s)
Diff to previous 3156 , to selected 4546
- m_vesion.c: merged mo_version() and ms_version()

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_version.c
File length: 3523 byte(s)
Diff to previous 3109 , to selected 4546
- Removed client_p pointers from everywhere

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3660 byte(s)
Diff to previous 3096 , to selected 4546
- Applied Adam's sendto_one_numeric() changes

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_version.c
File length: 3838 byte(s)
Diff to previous 2820 , to selected 4546
- 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_version.c
File length: 3856 byte(s)
Diff to previous 2743 , to selected 4546
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2743 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 16:47:21 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3764 byte(s)
Diff to previous 2196 , to selected 4546
- mo_version(): fixed indentation

Revision 2196 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 18:30:12 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3750 byte(s)
Diff to previous 2120 , to selected 4546
- Moved disable_remote_command configuration directive from
  general{} block to serverhide{] block

Revision 2120 - (view) (annotate) - [select for diffs]
Modified Sun May 26 15:11:58 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 3740 byte(s)
Diff to previous 1997 , to selected 4546
- m_version.c: removed confopts(). Configuration options can be seen in /info

Revision 1997 - (view) (annotate) - [select for diffs]
Modified Sat May 11 17:35:07 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 4421 byte(s)
Diff to previous 1834 , to selected 4546
- Mostly style cleanups & whitespace changes

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 4433 byte(s)
Diff to previous 1832 , to selected 4546
- 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
Original Path: ircd-hybrid/trunk/modules/m_version.c
File length: 4393 byte(s)
Diff to previous 1592 , to selected 4546
- 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 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_version.c
File length: 4433 byte(s)
Diff to previous 1495 , to selected 4546
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1495 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 09:35:42 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_version.c
File length: 4433 byte(s)
Diff to previous 1309 , to selected 4546
- Removed use_invex, use_except and use_knock configuration options.
  These features are now enabled by default

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_version.c
File length: 4494 byte(s)
Diff to previous 1302 , to selected 4546
- 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 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_version.c
File length: 4496 byte(s)
Diff to previous 1292 , to selected 4546
- remove servlink in preparation for tls links/compression

Revision 1292 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 20:36:27 2012 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_version.c
File length: 4534 byte(s)
Diff to previous 1243 , to selected 4546
- remove AX_ENABLE_SYSLOG. This is now obsolete with the new logging subsystem

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_version.c
File length: 4573 byte(s)
Diff to previous 1230 , to selected 4546
- 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_version.c
File length: 4611 byte(s)
Diff to previous 1219 , to selected 4546
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_version.c
File length: 4662 byte(s)
Diff to previous 1178 , to selected 4546
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

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_version.c
File length: 4648 byte(s)
Diff to previous 1156 , to selected 4546
- 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_version.c
File length: 4642 byte(s)
Diff to previous 1155 , to selected 4546
- 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_version.c
File length: 4642 byte(s)
Diff to previous 1121 , to selected 4546
- 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_version.c
File length: 4642 byte(s)
Diff to previous 1029 , to selected 4546
- 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_version.c
File length: 4688 byte(s)
Diff to previous 1028 , to selected 4546
- 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_version.c
File length: 4688 byte(s)
Diff to previous 269 , to selected 4546
- move ircd-hybrid-7.2 to trunk

Revision 269 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 19:39:09 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_version.c
File length: 4688 byte(s)
Diff to previous 34 , to selected 4546
+ more rate limiting fixes
+ update RELNOTES

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_version.c
File length: 4681 byte(s)
Diff to previous 33 , to selected 4546
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_version.c
File length: 4681 byte(s)
Diff to previous 32 , to selected 4546
- 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_version.c
File length: 4681 byte(s)
Diff to previous 31 , to selected 4546
- 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_version.c
File length: 4681 byte(s)
Diff to previous 30 , to selected 4546
- 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_version.c
File length: 4741 byte(s)
Diff to selected 4546
- 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