ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/ircd-hybrid-newconf/modules/m_resv.c
Revision 1027 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:01:13 2009 UTC (16 years, 8 months ago) by michael
File length: 14035 byte(s)
Diff to previous 801
- Move old 7.3 sources to branches/ircd-hybrid-newconf

Revision 801 - (view) (annotate) - [select for diffs]
Modified Wed Aug 30 16:54:25 2006 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/modules/m_resv.c
File length: 14035 byte(s)
Diff to previous 796
+ only filename changes

Revision 796 - (view) (annotate) - [select for diffs]
Modified Wed Aug 30 10:32:10 2006 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid/modules/m_resv.c
File length: 14037 byte(s)
Diff to previous 766
- Fixed resvs

Revision 766 - (view) (annotate) - [select for diffs]
Modified Sun Aug 20 11:18:36 2006 UTC (19 years, 11 months ago) by michael
Original Path: ircd-hybrid/modules/m_resv.c
File length: 14033 byte(s)
Diff to previous 751
- Fixed src/Makefile.in
- Have KLINE and friends deal properly with write_csv_line().  It's currently
  kinda ugly, but the whole csvlib crap will have to be rewritten to use some
  proper database anyways.

  /UN*LINE may core for now.


Revision 751 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 20:51:14 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/modules/m_resv.c
File length: 13547 byte(s)
Diff to previous 747
+ implemented RESV hashing where it's possible (i.e. no wildcards)
+ ok, all this list/hash manipulation should be moved to src/conf

Revision 747 - (view) (annotate) - [select for diffs]
Modified Mon Jul 24 22:14:17 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12211 byte(s)
Diff to previous 741
+ fixed everything except m_gline and m_spoof.
+ still to do: ban storage, limits, iphash, parser, conf_connect_allowed

Revision 741 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 13:49:20 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12409 byte(s)
Diff to previous 614
+ removed s_conf.h and superseded parts of s_conf.c

Revision 614 - (view) (annotate) - [select for diffs]
Modified Sat May 20 15:06:23 2006 UTC (20 years, 2 months ago) by michael
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12429 byte(s)
Diff to previous 470
- Use get_oper_name() in each place an oper action is logged.
  (KLINE/XLINE/DLINE, etc.)

Revision 470 - (view) (annotate) - [select for diffs]
Modified Fri Feb 17 05:07:43 2006 UTC (20 years, 5 months ago) by db
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12411 byte(s)
Diff to previous 442
- fix compile errors with moved modules.h
- fix a few missing includes, msg.h and parse.h


Revision 442 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 23:14:21 2006 UTC (20 years, 5 months ago) by adx
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12406 byte(s)
Diff to previous 290
+ massive rewrite of module init/deinit/version headers,
  we are introducing a new module manager which deals with static
  and dynamic modules exactly the same way. (New possibilities
  include loading/unloading statically compiled modules and
  mixing static/dynamic ones in one build.)

Revision 290 - (view) (annotate) - [select for diffs]
Modified Sun Dec 4 13:31:27 2005 UTC (20 years, 7 months ago) by michael
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12467 byte(s)
Diff to previous 139
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

Revision 139 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 06:01:13 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12468 byte(s)
Diff to previous 91
- get rid of map_conf_item and unmap_conf_item
- Use an union in struct ConfItem, but only allocate memory needed


Revision 91 - (view) (annotate) - [select for diffs]
Modified Sat Oct 8 03:46:09 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12454 byte(s)
Diff to previous 69
- Split out most of the *line *resv stuff into separate file
  parse_aline.c should go eventually into the subdir conf
- removed double -o in Makefile.in in src, this caused compile to fail for me


Revision 69 - (view) (annotate) - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/modules/m_resv.c
File length: 12429 byte(s)
Diff to previous 33
- splitted ircd/libio, all headers connected with libio sources have been
  moved for internal use only. To use libio interface, include "libio.h"
  (which is already done in "stdinc.h")


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (20 years, 9 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 (20 years, 9 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 (20 years, 9 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 (20 years, 9 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