ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_svstag.c
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: 3357 byte(s)
Diff to previous 8604
- Update copyright years

Revision 8604 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 19:44:00 2018 UTC (5 years, 5 months ago) by michael
File length: 3357 byte(s)
Diff to previous 8483
- Fixed style inconsistencies in various places

Revision 8483 - (view) (annotate) - [select for diffs]
Modified Wed Apr 4 15:07:19 2018 UTC (5 years, 11 months ago) by michael
File length: 3353 byte(s)
Diff to previous 8436
- Move svstag related code into its own files

Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (6 years ago) by michael
File length: 3341 byte(s)
Diff to previous 8372
- Stylistic changes

Revision 8372 - (view) (annotate) - [select for diffs]
Modified Fri Mar 9 20:06:45 2018 UTC (6 years ago) by michael
File length: 3349 byte(s)
Diff to previous 8280
- Fixed bug spotted by Erick J. Velez where ircd would not remove RPL_WHOISOPERATOR based svstags when deoppering.

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: 3329 byte(s)
Diff to previous 7925
- 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: 3329 byte(s)
Diff to previous 7646
- Update copyright years

Revision 7646 - (view) (annotate) - [select for diffs]
Modified Sun Jul 17 14:29:36 2016 UTC (7 years, 8 months ago) by michael
File length: 3329 byte(s)
Diff to previous 7372
- m_svstag.c:ms_svstag(): replace strtoimax() with strtoumax()

Revision 7372 - (view) (annotate) - [select for diffs]
Modified Sun Feb 28 17:02:08 2016 UTC (8 years, 1 month ago) by michael
File length: 3329 byte(s)
Diff to previous 7329
- m_svstag.c: remove unused header includes

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: 3411 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 (8 years, 2 months ago) by michael
File length: 3418 byte(s)
Diff to previous 6901
- Update copyright years

Revision 6901 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 21:44:52 2015 UTC (8 years, 3 months ago) by michael
File length: 3418 byte(s)
Diff to previous 6781
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now

Revision 6781 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:45:53 2015 UTC (8 years, 4 months ago) by michael
File length: 3397 byte(s)
Diff to previous 5880
- 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 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 10 months ago) by michael
File length: 3427 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 (8 years, 11 months ago) by michael
File length: 3281 byte(s)
Diff to previous 5559
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5559 - (view) (annotate) - [select for diffs]
Modified Sat Feb 14 19:39:06 2015 UTC (9 years, 1 month ago) by michael
File length: 3369 byte(s)
Diff to previous 5532
- Finish basic SVSTAG implementatio
- Added oper::whois configuration option which allows to override the default
  RPL_WHOISOPERATOR numeric string shown in /whois.

Revision 5532 - (view) (annotate) - [select for diffs]
Added Wed Feb 11 18:53:12 2015 UTC (9 years, 1 month ago) by michael
File length: 3152 byte(s)
- Added basic SVSTAG implementation for later use

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