ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_resv.c
Revision 7409 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 18:09:54 2016 UTC (9 years, 5 months ago) by michael
File length: 6220 byte(s)
Diff to previous 7361
- m_resv.c:resv_handle(): allow services to override valid_wild_card_simple()

Revision 7361 - (view) (annotate) - [select for diffs]
Modified Tue Feb 23 19:35:24 2016 UTC (9 years, 6 months ago) by michael
File length: 6182 byte(s)
Diff to previous 7330
- m_resv.c, m_xline.c: replaced atoi() with strtoumax()

Revision 7330 - (view) (annotate) - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (9 years, 6 months ago) by michael
File length: 6167 byte(s)
Diff to previous 7292
- 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 7292 - (view) (annotate) - [select for diffs]
Modified Mon Feb 8 19:29:46 2016 UTC (9 years, 6 months ago) by michael
File length: 6162 byte(s)
Diff to previous 7288
- m_resv.c: cosmetical changes

Revision 7288 - (view) (annotate) - [select for diffs]
Modified Sun Feb 7 19:55:12 2016 UTC (9 years, 6 months ago) by michael
File length: 6176 byte(s)
Diff to previous 7282
- Further fixes to resv rewrite

Revision 7282 - (view) (annotate) - [select for diffs]
Modified Sun Feb 7 18:04:26 2016 UTC (9 years, 6 months ago) by michael
File length: 6182 byte(s)
Diff to previous 7234
- Cleanup/separate RESV conf implementation

Revision 7234 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 16:30:10 2016 UTC (9 years, 6 months ago) by michael
File length: 6193 byte(s)
Diff to previous 7209
- Move resv.* to conf_resv.*

Revision 7209 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:10:39 2016 UTC (9 years, 6 months ago) by michael
File length: 6188 byte(s)
Diff to previous 7094
- Clustering has been broken in -r7159. 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 7094 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 17:40:34 2016 UTC (9 years, 7 months ago) by michael
File length: 6195 byte(s)
Diff to previous 7073
- Improve documentation

Revision 7073 - (view) (annotate) - [select for diffs]
Modified Wed Jan 20 11:27:50 2016 UTC (9 years, 7 months ago) by michael
File length: 5762 byte(s)
Diff to previous 7064
- m_resv.c, m_unresv.c: 'standardize' RESV/UNRESV notices/logging to look similar to KLINE/DLINE/XLINE messages

Revision 7064 - (view) (annotate) - [select for diffs]
Modified Tue Jan 19 17:08:21 2016 UTC (9 years, 7 months ago) by michael
File length: 5909 byte(s)
Diff to previous 7006
- m_resv.c: use non-encapsulated RESV for temporary RESVs; removed me_resv(). Not sure why encapsulated RESV had this unused parv[3] argument which always was "0".

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 6810 byte(s)
Diff to previous 6782
- Update copyright years

Revision 6782 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:49:32 2015 UTC (9 years, 9 months ago) by michael
File length: 6810 byte(s)
Diff to previous 6628
- 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 6628 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:29:47 2015 UTC (9 years, 10 months ago) by michael
File length: 6818 byte(s)
Diff to previous 6458
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6458 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 19:42:26 2015 UTC (10 years ago) by michael
File length: 6817 byte(s)
Diff to previous 6454
- m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'

Revision 6454 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 19:35:32 2015 UTC (10 years ago) by michael
File length: 6862 byte(s)
Diff to previous 6354
- Added 'resv' and 'unresv' operator flags

Revision 6354 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:53:44 2015 UTC (10 years ago) by michael
File length: 6736 byte(s)
Diff to previous 6351
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6351 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 18:39:23 2015 UTC (10 years ago) by michael
File length: 6726 byte(s)
Diff to previous 6344
- m_resv.c: enable temporary s2s RESVs. Previously this only worked with encapsulated RESVs.

Revision 6344 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 18:52:28 2015 UTC (10 years ago) by michael
File length: 6671 byte(s)
Diff to previous 6339
- m_resv.c:parse_resv(): constification

Revision 6339 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 18:38:55 2015 UTC (10 years ago) by michael
File length: 6659 byte(s)
Diff to previous 6338
- m_resv.c:parse_resv(): remove local/remote info to be consistent with the other *LINE notices. The sender's server is shown in the notice anyway.

Revision 6338 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 18:26:32 2015 UTC (10 years ago) by michael
File length: 6893 byte(s)
Diff to previous 6335
- m_resv.c:parse_resv(): don't has_wildcards() check 'name' if RESV comes from services

Revision 6335 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 18:09:17 2015 UTC (10 years ago) by michael
File length: 6856 byte(s)
Diff to previous 6334
- m_resv.c:parse_resv(): swap tests on 'name' to make more sense

Revision 6334 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 17:57:22 2015 UTC (10 years ago) by michael
File length: 6856 byte(s)
Diff to previous 6329
- m_resv.c:parse_resv(): skip the # when dealing with channel names

Revision 6329 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 17:51:30 2015 UTC (10 years ago) by michael
File length: 6832 byte(s)
Diff to previous 6318
- m_resv.c:parse_resv(): check for wildcards in channel resvs, too

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (10 years ago) by michael
File length: 6866 byte(s)
Diff to previous 5959
- Get rid of UMODE_ALL

Revision 5959 - (view) (annotate) - [select for diffs]
Modified Sat May 9 21:56:30 2015 UTC (10 years, 3 months ago) by michael
File length: 6852 byte(s)
Diff to previous 5893
- m_resv.c, m_unresv.c: removed useless comments

Revision 5893 - (view) (annotate) - [select for diffs]
Modified Sun May 3 20:50:30 2015 UTC (10 years, 3 months ago) by michael
File length: 7005 byte(s)
Diff to previous 5881
- m_resv.c: use m_unregistered() for the UNREGISTERED_HANDLER

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (10 years, 3 months ago) by michael
File length: 6999 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 (10 years, 4 months ago) by michael
File length: 6853 byte(s)
Diff to previous 5825
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5825 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 15:55:57 2015 UTC (10 years, 4 months ago) by michael
File length: 6941 byte(s)
Diff to previous 5776
- m_resv.c:parse_resv(): cleaned up the massive mess a bit

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

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

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

Revision 4650 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 18:48:07 2014 UTC (10 years, 11 months ago) by michael
File length: 8792 byte(s)
Diff to previous 4631
- m_resv.c, m_unresv.c: allow servers to add/remove RESVs

Revision 4631 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 09:59:19 2014 UTC (10 years, 11 months ago) by michael
File length: 8609 byte(s)
Diff to previous 4629
- m_resv.c:parse_resv(): log permanent RESVs, too

Revision 4629 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 09:55:57 2014 UTC (10 years, 11 months ago) by michael
File length: 8369 byte(s)
Diff to previous 4615
- m_resv.c, m_xline.c: some places weren't using get_oper_name()

Revision 4615 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 09:52:28 2014 UTC (10 years, 11 months ago) by michael
File length: 8351 byte(s)
Diff to previous 4565
- m_resv.c:mo_resv(): removed extraneous space which caused the reason to
  be prepended with a space on remote servers

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

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (11 years ago) by michael
File length: 8343 byte(s)
Diff to previous 4274
- Renamed structures to meet code conventions

Revision 4274 - (view) (annotate) - [select for diffs]
Modified Sat Jul 19 18:56:19 2014 UTC (11 years, 1 month ago) by michael
File length: 8345 byte(s)
Diff to previous 4058
- m_xline.c, m_resv.c: fixed bug where the mask which is to be banned is checked in
  both valid_wild_card_simple() and valid_wild_card()

Revision 4058 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 18:18:58 2014 UTC (11 years, 2 months ago) by michael
File length: 8349 byte(s)
Diff to previous 3559
- Use %u conversion specifier for unsigned ints

Revision 3559 - (view) (annotate) - [select for diffs]
Modified Fri May 16 13:04:49 2014 UTC (11 years, 3 months ago) by michael
File length: 8349 byte(s)
Diff to previous 3368
- m_resv.c: reformatting

Revision 3368 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 14:24:16 2014 UTC (11 years, 4 months ago) by michael
File length: 8413 byte(s)
Diff to previous 3354
- Style corrections

Revision 3354 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:34:51 2014 UTC (11 years, 4 months ago) by michael
File length: 8443 byte(s)
Diff to previous 3347
- Added m_unresv.c and moved all UNRESV related code into it

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
File length: 12056 byte(s)
Diff to previous 3156
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (11 years, 5 months ago) by michael
File length: 12056 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 (11 years, 5 months ago) by michael
File length: 12225 byte(s)
Diff to previous 3110
- Removed unused header includes here and there

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (11 years, 5 months ago) by michael
File length: 12246 byte(s)
Diff to previous 3096
- Added sendto_one_notice()

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (11 years, 5 months ago) by michael
File length: 12845 byte(s)
Diff to previous 2820
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (11 years, 7 months ago) by michael
File length: 12887 byte(s)
Diff to previous 2340
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2340 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 13:31:23 2013 UTC (12 years, 1 month ago) by michael
File length: 12174 byte(s)
Diff to previous 2336
- UNRESV should be logged as well
- Improved logging. Fixed inconsistent use of
  get_oper_name() vs. source_p->name

Revision 2336 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 12:58:28 2013 UTC (12 years, 1 month ago) by michael
File length: 11988 byte(s)
Diff to previous 1886
- Added XLINE and RESV logging types

Revision 1886 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 11:16:43 2013 UTC (12 years, 4 months ago) by michael
File length: 11988 byte(s)
Diff to previous 1858
- Replaced a strpbrk() with has_wildcards()

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (12 years, 4 months ago) by michael
File length: 11989 byte(s)
Diff to previous 1825
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks

Revision 1825 - (view) (annotate) - [select for diffs]
Modified Sun Apr 14 19:54:48 2013 UTC (12 years, 4 months ago) by michael
File length: 11990 byte(s)
Diff to previous 1652
- Quarantined/reserved channels may now contain wildcards

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (12 years, 9 months ago) by michael
File length: 12005 byte(s)
Diff to previous 1649
- changed match() polarity. match() now returns 0 on match and 1 on non-match
  This cleans up several places where function pointers of different matching
  functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c

Revision 1649 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 19:27:13 2012 UTC (12 years, 9 months ago) by michael
File length: 12009 byte(s)
Diff to previous 1632
- minor MaskItem structure cleanup

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (12 years, 9 months ago) by michael
File length: 12007 byte(s)
Diff to previous 1629
- Initial rewrite of the configuration subsystem

Revision 1629 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 21:28:58 2012 UTC (12 years, 9 months ago) by michael
File length: 12256 byte(s)
Diff to previous 1628
- Fixed previous commit to m_resv.c

Revision 1628 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 21:08:56 2012 UTC (12 years, 9 months ago) by michael
File length: 12255 byte(s)
Diff to previous 1622
- flesh out new *line database handling
- simplify temporary bans

Revision 1622 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (12 years, 9 months ago) by michael
File length: 12502 byte(s)
Diff to previous 1618
- klines, dlines, xlines, glines and resv now make use of the new database;
  also, temporary *lines are now stored, so they're not lost after
  restarting the ircd. This also applies to G-lines.

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (12 years, 10 months ago) by michael
File length: 12436 byte(s)
Diff to previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 12358 byte(s)
Diff to previous 1309
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12358 byte(s)
Diff to previous 1285
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1285 - (view) (annotate) - [select for diffs]
Modified Sun Feb 5 15:12:59 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12362 byte(s)
Diff to previous 1276
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported

Revision 1276 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 23:55:11 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12356 byte(s)
Diff to previous 1275
- fix previous commit regarding remote klines

Revision 1275 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 23:50:03 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12358 byte(s)
Diff to previous 1247
- services that are specified in the services{} block may now set remote k/x-lines

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12284 byte(s)
Diff to previous 1243
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12272 byte(s)
Diff to previous 1230
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12311 byte(s)
Diff to previous 1219
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12468 byte(s)
Diff to previous 1178
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12454 byte(s)
Diff to previous 1156
- Cleanup and restore older parts of the irc-command parser.
  Gives back ability to specify maximum amount of parameters
  that are processed within a command.

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_resv.c
File length: 12442 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12442 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_resv.c
File length: 12442 byte(s)
Diff to previous 1029
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_resv.c
File length: 12472 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12472 byte(s)
Diff to previous 34
- move ircd-hybrid-7.2 to trunk

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_resv.c
File length: 12472 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12472 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12472 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12472 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12529 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

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