ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_unresv.c
Revision 8492 - (view) (annotate) - [select for diffs]
Modified Wed Apr 4 22:21:06 2018 UTC (6 years ago) by michael
File length: 5095 byte(s)
Diff to previous 8430
- m_unresv.c: stylistic changes

Revision 8430 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:48:40 2018 UTC (6 years ago) by michael
File length: 5091 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: 5098 byte(s)
Diff to previous 8165
- Update copyright years

Revision 8165 - (view) (annotate) - [select for diffs]
Modified Sun Apr 9 16:08:02 2017 UTC (7 years ago) by michael
File length: 5098 byte(s)
Diff to previous 7925
- Move all CAPAB related code to server_capab.c, and server_capab.h

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

Revision 7428 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 17:46:09 2016 UTC (8 years, 1 month ago) by michael
File length: 5092 byte(s)
Diff to previous 7281
- parse_aline() cleanups

Revision 7281 - (view) (annotate) - [select for diffs]
Modified Sun Feb 7 18:02:24 2016 UTC (8 years, 2 months ago) by michael
File length: 5095 byte(s)
Diff to previous 7235
- Cleanup/separate RESV conf implementation

Revision 7235 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 16:33:03 2016 UTC (8 years, 2 months ago) by michael
File length: 5203 byte(s)
Diff to previous 7208
- Move resv.* to conf_resv.*

Revision 7208 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:06:47 2016 UTC (8 years, 2 months ago) by michael
File length: 5198 byte(s)
Diff to previous 7096
- Clustering has been broken in -r7158. Rewrote most of the shared/cluster implementation to be less obscure.
  This introduces a little bit of code duplication, but increases readability, is less error prone, and
  reduces memory consumption a bit. 

Revision 7096 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 17:47:00 2016 UTC (8 years, 2 months ago) by michael
File length: 5171 byte(s)
Diff to previous 7074
- Improve documentation

Revision 7074 - (view) (annotate) - [select for diffs]
Modified Wed Jan 20 11:28:43 2016 UTC (8 years, 2 months ago) by michael
File length: 5169 byte(s)
Diff to previous 7071
- m_resv.c, m_unresv.c: 'standardize' RESV/UNRESV notices/logging to look similar to KLINE/DLINE/XLINE messages

Revision 7071 - (view) (annotate) - [select for diffs]
Modified Wed Jan 20 11:12:04 2016 UTC (8 years, 2 months ago) by michael
File length: 5322 byte(s)
Diff to previous 7007
- m_unresv.c:mo_unresv(): UNRESV does not have reasons - removed 'char *reason'

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

Revision 6627 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:27:43 2015 UTC (8 years, 5 months ago) by michael
File length: 5348 byte(s)
Diff to previous 6453
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6453 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 19:34:23 2015 UTC (8 years, 7 months ago) by michael
File length: 5347 byte(s)
Diff to previous 6353
- Added 'resv' and 'unresv' operator flags

Revision 6353 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:50:40 2015 UTC (8 years, 8 months ago) by michael
File length: 5217 byte(s)
Diff to previous 6317
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6317 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:03:09 2015 UTC (8 years, 8 months ago) by michael
File length: 5211 byte(s)
Diff to previous 6258
- Get rid of UMODE_ALL

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: 5204 byte(s)
Diff to previous 5958
- Set keyword and eol-style properties

Revision 5958 - (view) (annotate) - [select for diffs]
Modified Sat May 9 21:56:02 2015 UTC (8 years, 11 months ago) by michael
File length: 5204 byte(s)
Diff to previous 5880
- m_resv.c, m_unresv.c: removed useless comments

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: 5286 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: 5134 byte(s)
Diff to previous 5838
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5838 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 17:10:40 2015 UTC (8 years, 11 months ago) by michael
File length: 5222 byte(s)
Diff to previous 5775
- m_unresv.c: deduplication

Revision 5775 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:06 2015 UTC (9 years ago) by michael
File length: 6007 byte(s)
Diff to previous 5346
- Changed some function to void if we don't need a return value
- Have some other functions return saner values

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: 6009 byte(s)
Diff to previous 5015
- 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: 6009 byte(s)
Diff to previous 4889
- Removed unused header includes:wq

Revision 4889 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:10:25 2014 UTC (9 years, 4 months ago) by michael
File length: 6027 byte(s)
Diff to previous 4649
- Style corrections

Revision 4649 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 18:47:52 2014 UTC (9 years, 6 months ago) by michael
File length: 6021 byte(s)
Diff to previous 4564
- m_resv.c, m_unresv.c: allow servers to add/remove RESVs

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: 5895 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: 5891 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: 5885 byte(s)
Diff to previous 3368
- Create 8.2.x branch

Revision 3368 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 14:24:16 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_unresv.c
File length: 5885 byte(s)
Diff to previous 3365
- Style corrections

Revision 3365 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 11:32:40 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_unresv.c
File length: 5935 byte(s)
Diff to previous 3355
- doxygen

Revision 3355 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:35:20 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_unresv.c
File length: 5065 byte(s)
Diff to previous 3354
- svn propset on m_unresv.c

Revision 3354 - (view) (annotate) - [select for diffs]
Added Sun Apr 20 14:34:51 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_unresv.c
File length: 5119 byte(s)
- Added m_unresv.c and moved all UNRESV related code into it

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