ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/misc.h
Revision 8880 - (view) (annotate) - [select for diffs]
Modified Sun Apr 14 16:02:11 2019 UTC (4 years, 11 months ago) by michael
File length: 1913 byte(s)
Diff to previous 8751 , to selected 30
- Add address_compare() and make use of it in some places

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (5 years, 2 months ago) by michael
File length: 1850 byte(s)
Diff to previous 8280 , to selected 30
- Update copyright years

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

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

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (7 years, 8 months ago) by michael
File length: 1850 byte(s)
Diff to previous 7329 , to selected 30
- Fixed svn properties

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: 1850 byte(s)
Diff to previous 7151 , to selected 30
- 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 7151 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 10:22:17 2016 UTC (8 years, 2 months ago) by michael
File length: 1838 byte(s)
Diff to previous 7106 , to selected 30
- Move report_crypto_errors from rsa.c to tls_openssl.c
- Move binary_to_hex from rsa.c to misc.c
- Removed rsa.c & rsa.h

Revision 7106 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 20:17:08 2016 UTC (8 years, 2 months ago) by michael
File length: 1766 byte(s)
Diff to previous 7007 , to selected 30
- Incorporate gnutls support by Adam & Attila

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 2 months ago) by michael
File length: 1843 byte(s)
Diff to previous 6570 , to selected 30
- Update copyright years

Revision 6570 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 17:58:46 2015 UTC (8 years, 5 months ago) by michael
File length: 1843 byte(s)
Diff to previous 6512 , to selected 30
- Add dissect_time() from HOPM and make use of it in some places

Revision 6512 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 18:31:52 2015 UTC (8 years, 6 months ago) by michael
File length: 1802 byte(s)
Diff to previous 6421 , to selected 30
- Change myctime() to use strftime() instead of ctime(); rename myctime() to date_ctime()

Revision 6421 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 18:11:46 2015 UTC (8 years, 7 months ago) by michael
File length: 1799 byte(s)
Diff to previous 6416 , to selected 30
- Get rid of smalldate() and replace all instances of it with date_iso8601()

Revision 6416 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 17:34:13 2015 UTC (8 years, 7 months ago) by michael
File length: 1837 byte(s)
Diff to previous 5346 , to selected 30
- Added date_iso8601() for later use

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

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: 1796 byte(s)
Diff to previous 3377 , to selected 30
- Update GPL 2 license headers

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: 1792 byte(s)
Copied from: ircd-hybrid/trunk/include/s_misc.h revision 3346
Diff to previous 3347 , to selected 30
- 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/include/misc.h
File length: 1792 byte(s)
Copied from: ircd-hybrid/trunk/include/s_misc.h revision 3346
Diff to previous 2970 , to selected 30
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 2970 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 11:23:46 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/s_misc.h
File length: 1798 byte(s)
Diff to previous 2865 , to selected 30
- Move myctime() from irc_string.c to s_misc.c

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_misc.h
File length: 1762 byte(s)
Diff to previous 1847 , to selected 30
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 1847 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 16:42:02 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_misc.h
File length: 1726 byte(s)
Diff to previous 1846 , to selected 30
- Constification, replaced few sprintf with snprintf

Revision 1846 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 18:59:59 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_misc.h
File length: 1714 byte(s)
Diff to previous 1592 , to selected 30
- s_misc.h: fixed compile warning with -Wunsuffixed-float-constants

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/include/s_misc.h
File length: 1708 byte(s)
Diff to previous 1243 , to selected 30
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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/include/s_misc.h
File length: 1708 byte(s)
Diff to previous 1156 , to selected 30
- 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 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/include/s_misc.h
File length: 1562 byte(s)
Diff to previous 1155 , to selected 30
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/include/s_misc.h
File length: 1562 byte(s)
Diff to previous 1029 , to selected 30
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_misc.h
File length: 1562 byte(s)
Diff to previous 1028 , to selected 30
- 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, 4 months ago) by michael
Original Path: ircd-hybrid/include/s_misc.h
File length: 1562 byte(s)
Diff to previous 1004 , to selected 30
- move ircd-hybrid-7.2 to trunk

Revision 1004 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 21:29:56 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_misc.h
File length: 1562 byte(s)
Diff to previous 967 , to selected 30
- remove unused small_file_date() function

Revision 967 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_misc.h
File length: 1600 byte(s)
Diff to previous 34 , to selected 30
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/s_misc.h
File length: 1594 byte(s)
Diff to previous 33 , to selected 30
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, 5 months ago) by knight
Original Path: ircd-hybrid/include/s_misc.h
File length: 1594 byte(s)
Diff to previous 32 , to selected 30
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/include/s_misc.h
File length: 1594 byte(s)
Diff to previous 31 , to selected 30
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/include/s_misc.h
File length: 1594 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [selected]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/include/s_misc.h
File length: 1644 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