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

Revision 8043 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 16:51:06 2017 UTC (7 years, 1 month ago) by michael
File length: 4653 byte(s)
Diff to previous 8039 , to selected 6901
- Add chptr->mode.mode manipulation macros

Revision 8039 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 16:18:51 2017 UTC (7 years, 1 month ago) by michael
File length: 4655 byte(s)
Diff to previous 7925 , to selected 6901
- Implement channel mode 'u' which hides bmasks (+b/+e/+I) to non-chanops everywhere

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: 4539 byte(s)
Diff to previous 7329 , to selected 6901
- 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: 4539 byte(s)
Diff to previous 7007 , to selected 6901
- 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: 4539 byte(s)
Diff to previous 6901
- Update copyright years

Revision 6901 - (view) (annotate) - [selected]
Modified Thu Dec 3 21:44:52 2015 UTC (8 years, 4 months ago) by michael
File length: 4539 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, 5 months ago) by michael
File length: 4524 byte(s)
Diff to previous 6760 , to selected 6901
- 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 6760 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:25:53 2015 UTC (8 years, 5 months ago) by michael
File length: 4539 byte(s)
Diff to previous 6258 , to selected 6901
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()

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: 4515 byte(s)
Diff to previous 5880 , to selected 6901
- 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: 4515 byte(s)
Diff to previous 5863 , to selected 6901
- 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: 4369 byte(s)
Diff to previous 5755 , to selected 6901
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5755 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 17:32:13 2015 UTC (9 years ago) by michael
File length: 4442 byte(s)
Diff to previous 5346 , to selected 6901
- m_bmask.c: fixed potential BMASK buffer overflow. Patch provided 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: 4383 byte(s)
Diff to previous 5015 , to selected 6901
- 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: 4383 byte(s)
Diff to previous 4963 , to selected 6901
- Removed unused header includes:wq

Revision 4963 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:44 2014 UTC (9 years, 4 months ago) by michael
File length: 4462 byte(s)
Diff to previous 4817 , to selected 6901
- Get rid of NOCAPS

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: 4472 byte(s)
Diff to previous 4794 , to selected 6901
- Renamed variables

Revision 4794 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 13:09:31 2014 UTC (9 years, 5 months ago) by michael
File length: 4466 byte(s)
Diff to previous 4617 , to selected 6901
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and
  sendto_channel_local_butone()

Revision 4617 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:00:55 2014 UTC (9 years, 7 months ago) by michael
File length: 4492 byte(s)
Diff to previous 4564 , to selected 6901
- Renamed Channel::chname to Channel::name

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: 4496 byte(s)
Diff to previous 4546 , to selected 6901
- 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: 4492 byte(s)
Diff to previous 3778 , to selected 6901
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3778 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 19:05:37 2014 UTC (9 years, 10 months ago) by michael
File length: 4486 byte(s)
Diff to previous 3538 , to selected 6901
- m_bmask.c: doxygen

Revision 3538 - (view) (annotate) - [select for diffs]
Modified Thu May 15 16:01:52 2014 UTC (9 years, 11 months ago) by michael
File length: 4147 byte(s)
Diff to previous 3377 , to selected 6901
- m_bmask.c:ms_bmask(): cleaned up style

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: 4299 byte(s)
Diff to previous 3357 , to selected 6901
- 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_bmask.c
File length: 4299 byte(s)
Diff to previous 3356 , to selected 6901
- 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_bmask.c
File length: 4352 byte(s)
Diff to selected 6901
- 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