ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/core/m_tmode.c
Revision 8430 - (view) (annotate) - [selected]
Modified Tue Mar 27 18:48:40 2018 UTC (6 years ago) by michael
File length: 2752 byte(s)
Diff to previous 8280
- Stylistic changes

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: 2759 byte(s)
Diff to previous 7925 , to selected 8430
- Update copyright years

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

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: 2759 byte(s)
Diff to previous 7007 , to selected 8430
- 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: 2759 byte(s)
Diff to previous 6939 , to selected 8430
- Update copyright years

Revision 6939 - (view) (annotate) - [select for diffs]
Modified Mon Dec 14 20:53:33 2015 UTC (8 years, 4 months ago) by michael
File length: 2759 byte(s)
Diff to previous 6901 , to selected 8430
- m_mode.c, m_tmode.c: optimization; now no longer lookup remote clients for channelmembership as we grant remote clients full chanop status anyway

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

Revision 6258 - (view) (annotate) - [select for diffs]
Modified Sat Jul 11 12:18:30 2015 UTC (8 years, 9 months ago) by michael
File length: 2928 byte(s)
Diff to previous 5880 , to selected 8430
- Set keyword and eol-style properties

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: 2928 byte(s)
Diff to previous 5863 , to selected 8430
- 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: 2782 byte(s)
Diff to previous 5346 , to selected 8430
- 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: 2855 byte(s)
Diff to previous 5015 , to selected 8430
- Update copyright years

Revision 5015 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:53:37 2014 UTC (9 years, 4 months ago) by michael
File length: 2855 byte(s)
Diff to previous 4817 , to selected 8430
- Removed unused header includes:wq

Revision 4817 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:05:01 2014 UTC (9 years, 5 months ago) by michael
File length: 2976 byte(s)
Diff to previous 4564 , to selected 8430
- Renamed variables

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: 2973 byte(s)
Diff to previous 4546 , to selected 8430
- Update GPL 2 license headers

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 2969 byte(s)
Diff to previous 3775 , to selected 8430
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3775 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 18:59:27 2014 UTC (9 years, 10 months ago) by michael
File length: 2963 byte(s)
Diff to previous 3694 , to selected 8430
- m_tburst.c: doxygen

Revision 3694 - (view) (annotate) - [select for diffs]
Modified Thu May 29 19:37:00 2014 UTC (9 years, 10 months ago) by michael
File length: 2531 byte(s)
Diff to previous 3377 , to selected 8430
- Removed CHFL_DEOPPED flags which is no longer needed with TS6

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: 2666 byte(s)
Diff to previous 3357 , to selected 8430
- Create 8.2.x branch

Revision 3357 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:49:14 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_tmode.c
File length: 2666 byte(s)
Diff to previous 3356 , to selected 8430
- svn propset on m_bmask.c and m_tmode.c

Revision 3356 - (view) (annotate) - [select for diffs]
Added Sun Apr 20 14:48:33 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_tmode.c
File length: 2719 byte(s)
Diff to selected 8430
- Added m_bmask.c and m_tmode.c

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