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

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (8 years, 3 months ago) by michael
File length: 3658 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: 3665 byte(s)
Diff to previous 7997
- Update copyright years

Revision 7997 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 13:17:52 2017 UTC (9 years, 4 months ago) by michael
File length: 3665 byte(s)
Diff to previous 7924
- Rename get_client_name() to client_get_name()

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

Revision 7513 - (view) (annotate) - [select for diffs]
Modified Sat Mar 26 19:55:55 2016 UTC (10 years, 3 months ago) by michael
File length: 3665 byte(s)
Diff to previous 7375
- Removed KILLLEN; use REASONLEN instead

Revision 7375 - (view) (annotate) - [select for diffs]
Modified Sun Feb 28 17:05:18 2016 UTC (10 years, 4 months ago) by michael
File length: 3663 byte(s)
Diff to previous 7330
- m_svskill.c: remove unused header include

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: 3683 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: 3680 byte(s)
Diff to previous 6900
- Update copyright years

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: 3680 byte(s)
Diff to previous 6782
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now

Revision 6782 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:49:32 2015 UTC (10 years, 8 months ago) by michael
File length: 3665 byte(s)
Diff to previous 6462
- 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 6462 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 20:47:15 2015 UTC (10 years, 10 months ago) by michael
File length: 3665 byte(s)
Diff to previous 5881
- m_svskill.c: use CONF_NOREASON as default reason just like in m_kill.c

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

Revision 4836 - (view) (annotate) - [select for diffs]
Modified Sun Nov 2 11:54:27 2014 UTC (11 years, 8 months ago) by michael
File length: 3609 byte(s)
Diff to previous 4565
- m_svskill.c:ms_svskill(): use KILLLEN instead of KICKLEN

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

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (12 years, 3 months ago) by michael
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 (12 years, 3 months ago) by michael
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 (12 years, 3 months ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 4 months ago) by michael
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 (12 years, 6 months ago) by michael
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 (12 years, 6 months ago) by michael
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 (12 years, 7 months ago) by michael
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 (12 years, 8 months ago) by michael
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 (12 years, 8 months ago) by michael
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