ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_svskill.c
Revision 8463 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 12:33:22 2018 UTC (6 years ago) by michael
File length: 3424 byte(s)
Diff to previous 8436
- m_svskill.c: cleanup ms_svskill(). args_min is 3 now. A TS argument is now always required, but it can be 0

Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (6 years ago) by michael
File length: 3658 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: 3665 byte(s)
Diff to previous 7996
- Update copyright years

Revision 7996 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 13:17:39 2017 UTC (7 years, 1 month ago) by michael
File length: 3665 byte(s)
Diff to previous 7925
- Rename get_client_name() to client_get_name()

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: 3665 byte(s)
Diff to previous 7512
- Update copyright years

Revision 7512 - (view) (annotate) - [select for diffs]
Modified Sat Mar 26 19:55:16 2016 UTC (8 years ago) by michael
File length: 3665 byte(s)
Diff to previous 7374
- Removed KILLLEN; use REASONLEN instead

Revision 7374 - (view) (annotate) - [select for diffs]
Modified Sun Feb 28 17:05:07 2016 UTC (8 years, 1 month ago) by michael
File length: 3663 byte(s)
Diff to previous 7329
- m_svskill.c: remove unused header include

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: 3683 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, 3 months ago) by michael
File length: 3680 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, 4 months ago) by michael
File length: 3680 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: 3665 byte(s)
Diff to previous 6463
- 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 6463 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 20:47:35 2015 UTC (8 years, 7 months ago) by michael
File length: 3665 byte(s)
Diff to previous 5880
- m_svskill.c: use CONF_NOREASON as default reason just like in m_kill.c

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: 3667 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: 3521 byte(s)
Diff to previous 5346
- 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: 3609 byte(s)
Diff to previous 4835
- Update copyright years

Revision 4835 - (view) (annotate) - [select for diffs]
Modified Sun Nov 2 11:53:56 2014 UTC (9 years, 5 months ago) by michael
File length: 3609 byte(s)
Diff to previous 4564
- m_svskill.c:ms_svskill(): use KILLLEN instead of KICKLEN

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: 3609 byte(s)
Diff to previous 4546
- 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: 3605 byte(s)
Diff to previous 3377
- Fixed compile warnings with -Wmissing-field-initializers

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: 3599 byte(s)
Diff to previous 3347
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3599 byte(s)
Diff to previous 3300
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3300 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3599 byte(s)
Diff to previous 3294
- doxygen

Revision 3294 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 18:48:55 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3620 byte(s)
Diff to previous 3184
- doxygen

Revision 3184 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 17:39:13 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3613 byte(s)
Diff to previous 3171
- Cleanup more places where ID_or_name() is no longer necessary

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3715 byte(s)
Diff to previous 3156
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3725 byte(s)
Diff to previous 3117
- Removed client_p pointers from everywhere

Revision 3117 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3888 byte(s)
Diff to previous 3096
- Removed unused header includes here and there

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3934 byte(s)
Diff to previous 2888
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2888 - (view) (annotate) - [select for diffs]
Modified Tue Jan 21 17:47:11 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3940 byte(s)
Diff to previous 2820
- Fixed improper use of the ID_or_name macro in several places

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3964 byte(s)
Diff to previous 2621
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2621 - (view) (annotate) - [select for diffs]
Modified Wed Dec 4 19:25:23 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3931 byte(s)
Diff to previous 2605
- m_svskill.c: replaced MyClient() test with MyConnect()

Revision 2605 - (view) (annotate) - [select for diffs]
Modified Sat Nov 23 20:05:05 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3930 byte(s)
Diff to previous 2602
- Set SVN properties on m_svskill.c

Revision 2602 - (view) (annotate) - [select for diffs]
Added Sat Nov 23 20:01:36 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svskill.c
File length: 3985 byte(s)
- Added SVSKILL

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