ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_resv.c
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: 6853 byte(s)
Diff to previous 5826
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5826 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 15:56:17 2015 UTC (8 years, 11 months ago) by michael
File length: 6941 byte(s)
Diff to previous 5775
- m_resv.c:parse_resv(): cleaned up the massive mess a bit

Revision 5775 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:06 2015 UTC (8 years, 11 months ago) by michael
File length: 8780 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, 2 months ago) by michael
File length: 8782 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, 3 months ago) by michael
File length: 8782 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: 8800 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: 8792 byte(s)
Diff to previous 4632
- m_resv.c, m_unresv.c: allow servers to add/remove RESVs

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

Revision 4630 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 09:56:19 2014 UTC (9 years, 6 months ago) by michael
File length: 8369 byte(s)
Diff to previous 4614
- m_resv.c, m_xline.c: some places weren't using get_oper_name()

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

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: 8353 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: 8349 byte(s)
Diff to previous 4341
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (9 years, 7 months ago) by michael
File length: 8343 byte(s)
Diff to previous 4275
- Renamed structures to meet code conventions

Revision 4275 - (view) (annotate) - [select for diffs]
Modified Sat Jul 19 18:56:48 2014 UTC (9 years, 8 months ago) by michael
File length: 8345 byte(s)
Diff to previous 4057
- 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 4057 - (view) (annotate) - [select for diffs]
Modified Tue Jun 24 18:18:46 2014 UTC (9 years, 9 months ago) by michael
File length: 8349 byte(s)
Diff to previous 3560
- Use %u conversion specifier for unsigned ints

Revision 3560 - (view) (annotate) - [select for diffs]
Modified Fri May 16 13:05:03 2014 UTC (9 years, 10 months ago) by michael
File length: 8349 byte(s)
Diff to previous 3377
- m_resv.c: reformatting

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: 8413 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_resv.c
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 (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_resv.c
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 (12 years 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 (12 years, 1 month 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 (12 years, 1 month 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 (12 years, 1 month 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 (12 years, 5 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 (12 years, 6 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 (12 years, 6 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 (12 years, 6 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 (12 years, 7 months 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 (12 years, 7 months 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 (12 years, 7 months 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 (13 years, 2 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 (14 years, 4 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 (14 years, 4 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 (18 years, 5 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 (18 years, 5 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 (18 years, 5 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 (18 years, 5 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 (18 years, 5 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