ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/core/m_tmode.c
Revision 9101 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:45 2020 UTC (6 years, 6 months ago) by michael
File length: 2734 byte(s)
Diff to previous 9081
- Bump copyright years everywhere

Revision 9081 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:52:35 2019 UTC (6 years, 9 months ago) by michael
File length: 2734 byte(s)
Diff to previous 9077
- Rename struct Membership to ChannelMember
- Rename Channel::last_knock to last_knock_time
- Rename Channel::last_invite to last_invite_time
- Rename chptr to channel

Revision 9077 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:17 2019 UTC (6 years, 9 months ago) by michael
File length: 2726 byte(s)
Diff to previous 9073
- Command handlers are now of type void again

Revision 9073 - (view) (annotate) - [select for diffs]
Modified Sat Oct 5 18:18:10 2019 UTC (6 years, 9 months ago) by michael
File length: 2741 byte(s)
Diff to previous 8752
- Renamed 'creationtime' Channel structure member to 'creation_time'

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (7 years, 6 months ago) by michael
File length: 2740 byte(s)
Diff to previous 8722
- Update copyright years

Revision 8722 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 23:01:56 2018 UTC (7 years, 7 months ago) by michael
File length: 2740 byte(s)
Diff to previous 8431
- modules: replace MODULE_FLAG_CORE and MODULE_FLAG_NOUNLOAD with dedicated variables;  fixed the ircd from crashing in case reloading a module fails

Revision 8431 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:49:15 2018 UTC (8 years, 3 months ago) by michael
File length: 2752 byte(s)
Diff to previous 8279
- Stylistic changes

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (8 years, 5 months ago) by michael
File length: 2759 byte(s)
Diff to previous 7924
- Update copyright years

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (9 years, 6 months ago) by michael
File length: 2759 byte(s)
Diff to previous 7330
- Update copyright years

Revision 7330 - (view) (annotate) - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (10 years, 5 months ago) by michael
File length: 2759 byte(s)
Diff to previous 7006
- 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 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (10 years, 6 months ago) by michael
File length: 2759 byte(s)
Diff to previous 6940
- Update copyright years

Revision 6940 - (view) (annotate) - [select for diffs]
Modified Mon Dec 14 20:54:00 2015 UTC (10 years, 7 months ago) by michael
File length: 2759 byte(s)
Diff to previous 6900
- 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 6900 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 21:43:14 2015 UTC (10 years, 7 months ago) by michael
File length: 2943 byte(s)
Diff to previous 6259
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now

Revision 6259 - (view) (annotate) - [select for diffs]
Modified Sat Jul 11 12:18:43 2015 UTC (11 years ago) by michael
File length: 2928 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 (11 years, 2 months ago) by michael
File length: 2928 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 (11 years, 2 months ago) by michael
File length: 2782 byte(s)
Diff to previous 5347
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (11 years, 6 months ago) by michael
File length: 2855 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 (11 years, 7 months ago) by michael
File length: 2855 byte(s)
Diff to previous 4818
- Removed unused header includes:wq

Revision 4818 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:06:36 2014 UTC (11 years, 8 months ago) by michael
File length: 2976 byte(s)
Diff to previous 4565
- Renamed variables

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years, 10 months ago) by michael
File length: 2973 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 (11 years, 11 months ago) by michael
File length: 2969 byte(s)
Diff to previous 3776
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3776 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 18:59:39 2014 UTC (12 years, 1 month ago) by michael
File length: 2963 byte(s)
Diff to previous 3695
- m_tburst.c: doxygen

Revision 3695 - (view) (annotate) - [select for diffs]
Modified Thu May 29 19:38:18 2014 UTC (12 years, 1 month ago) by michael
File length: 2531 byte(s)
Diff to previous 3357
- Removed CHFL_DEOPPED flags which is no longer needed with TS6

Revision 3357 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:49:14 2014 UTC (12 years, 3 months ago) by michael
File length: 2666 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 (12 years, 3 months ago) by michael
File length: 2719 byte(s)
- 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