ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.3.x/modules/core/m_bmask.c
Revision 6783 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:50:00 2015 UTC (8 years, 5 months ago) by michael
File length: 4524 byte(s)
Diff to previous 6761
- 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 6761 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:26:18 2015 UTC (8 years, 5 months ago) by michael
File length: 4539 byte(s)
Diff to previous 6758
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()

Revision 6758 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 19:37:24 2015 UTC (8 years, 5 months ago) by michael
File length: 4515 byte(s)
Diff to previous 6259
- Create ircd-hybrid 8.3.x branch

Revision 6259 - (view) (annotate) - [select for diffs]
Modified Sat Jul 11 12:18:43 2015 UTC (8 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4515 byte(s)
Diff to previous 5881
- Set keyword and eol-style properties

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4515 byte(s)
Diff to previous 5864
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (8 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4369 byte(s)
Diff to previous 5756
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5756 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 17:32:42 2015 UTC (9 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4442 byte(s)
Diff to previous 5347
- m_bmask.c: fixed potential BMASK buffer overflow. Patch provided by Adam.

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4383 byte(s)
Diff to previous 5014
- Update copyright years

Revision 5014 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:51:47 2014 UTC (9 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4383 byte(s)
Diff to previous 4962
- Removed unused header includes:wq

Revision 4962 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:31 2014 UTC (9 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4462 byte(s)
Diff to previous 4818
- Get rid of NOCAPS

Revision 4818 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:06:36 2014 UTC (9 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4472 byte(s)
Diff to previous 4795
- Renamed variables

Revision 4795 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 13:11:47 2014 UTC (9 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4466 byte(s)
Diff to previous 4618
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and
  sendto_channel_local_butone()

Revision 4618 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:01:09 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4492 byte(s)
Diff to previous 4565
- Renamed Channel::chname to Channel::name

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4496 byte(s)
Diff to previous 4545
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4492 byte(s)
Diff to previous 3777
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3777 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 19:05:25 2014 UTC (9 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4486 byte(s)
Diff to previous 3537
- m_bmask.c: doxygen

Revision 3537 - (view) (annotate) - [select for diffs]
Modified Thu May 15 16:01:38 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/core/m_bmask.c
File length: 4147 byte(s)
Diff to previous 3357
- m_bmask.c:ms_bmask(): cleaned up style

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
- 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)
- Added m_bmask.c and m_tmode.c

(Current path doesn't exist after revision 9641)

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