ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/hostmask.h
Revision 9595 - (view) (annotate) - [select for diffs]
Modified Fri Sep 4 16:48:45 2020 UTC (5 years, 10 months ago) by michael
File length: 2687 byte(s)
Diff to previous 9102
- Cleanup ip address matching routine in various places

Revision 9102 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:57 2020 UTC (6 years, 6 months ago) by michael
File length: 2613 byte(s)
Diff to previous 8828
- Bump copyright years everywhere

Revision 8828 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:49:32 2019 UTC (7 years, 5 months ago) by michael
File length: 2613 byte(s)
Diff to previous 8751
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (7 years, 6 months ago) by michael
File length: 2670 byte(s)
Diff to previous 8687
- Update copyright years

Revision 8687 - (view) (annotate) - [select for diffs]
Modified Sun Dec 2 12:46:02 2018 UTC (7 years, 7 months ago) by michael
File length: 2670 byte(s)
Diff to previous 8626
- More bool conversion. This should be everything now.

Revision 8626 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 18:45:06 2018 UTC (7 years, 8 months ago) by michael
File length: 2668 byte(s)
Diff to previous 8280
- hostmask.h: remove mask_addr() prototype

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (8 years, 5 months ago) by michael
File length: 2717 byte(s)
Diff to previous 7925
- Update copyright years

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (9 years, 6 months ago) by michael
File length: 2717 byte(s)
Diff to previous 7667
- Update copyright years

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (10 years ago) by michael
File length: 2717 byte(s)
Diff to previous 7007
- Fixed svn properties

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (10 years, 6 months ago) by michael
File length: 2717 byte(s)
Diff to previous 6471
- Update copyright years

Revision 6471 - (view) (annotate) - [select for diffs]
Modified Thu Sep 3 13:07:55 2015 UTC (10 years, 10 months ago) by michael
File length: 2717 byte(s)
Diff to previous 6430
- Make use of enum in some places; make use of the HasFlag() macro some more; minor style corrections

Revision 6430 - (view) (annotate) - [select for diffs]
Modified Thu Aug 27 10:44:43 2015 UTC (10 years, 11 months ago) by michael
File length: 2714 byte(s)
Diff to previous 6346
- hostmask.h, hostmask.c: use const keyword where appropriate

Revision 6346 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:23:45 2015 UTC (10 years, 11 months ago) by michael
File length: 2702 byte(s)
Diff to previous 5849
- Cleanup/fix names of several #ifndef INCLUDED_*

Revision 5849 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 19:56:18 2015 UTC (11 years, 3 months ago) by michael
File length: 2699 byte(s)
Diff to previous 5346
- hostmask.c:find_conf_by_address(): constification

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (11 years, 6 months ago) by michael
File length: 2693 byte(s)
Diff to previous 4849
- Update copyright years

Revision 4849 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 17:06:14 2014 UTC (11 years, 8 months ago) by michael
File length: 2693 byte(s)
Diff to previous 4564
- Removed init_host_hash()

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (11 years, 11 months ago) by michael
File length: 2727 byte(s)
Diff to previous 3554
- Update GPL 2 license headers

Revision 3554 - (view) (annotate) - [select for diffs]
Modified Fri May 16 12:36:07 2014 UTC (12 years, 2 months ago) by michael
File length: 2723 byte(s)
Diff to previous 3377
- find_address_conf(): constification

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (12 years, 3 months ago) by michael
File length: 2719 byte(s)
Diff to previous 2865
- Create 8.2.x branch

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/include/hostmask.h
File length: 2719 byte(s)
Diff to previous 2811
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2811 - (view) (annotate) - [select for diffs]
Modified Sun Jan 12 19:39:33 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/include/hostmask.h
File length: 2698 byte(s)
Diff to previous 1644
- Greatly speedup k-/g-line lookup. Instead of testing every single client against
  every single k-/g-line just check the just added ban against connected clients.

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/include/hostmask.h
File length: 2684 byte(s)
Diff to previous 1632
- More config subsystem cleanups

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/include/hostmask.h
File length: 2685 byte(s)
Diff to previous 1592
- Initial rewrite of the configuration subsystem

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (13 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/hostmask.h
File length: 2698 byte(s)
Diff to previous 1455
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1455 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 14:16:12 2012 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 2698 byte(s)
Diff to previous 1393
- Minor constification changes

Revision 1393 - (view) (annotate) - [select for diffs]
Modified Wed May 2 19:17:37 2012 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 2674 byte(s)
Diff to previous 1372
- conf.h: remove CONF_LISTEN_PORT and CONF_EXEMPTKLINE #defines
- hostmask.h: remove HostMaskEntry structure
- hostmask.c: remove find_gline_conf() and find_kline_conf() wrapper functions

Revision 1372 - (view) (annotate) - [select for diffs]
Modified Thu Apr 26 19:04:51 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 3100 byte(s)
Diff to previous 1371
- hostmask.c: move report_Klines() and report_auth() to m_stats.c

Revision 1371 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 19:32:21 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 3299 byte(s)
Diff to previous 1369
- "UNKLINE bla@bla.net" may accidentaly remove existing klines such as *@bla.* - Fixed

Revision 1369 - (view) (annotate) - [select for diffs]
Modified Wed Apr 25 19:04:19 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 3294 byte(s)
Diff to previous 1367
- cleanup temporary k/d/g line code

Revision 1367 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 21:20:54 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 3240 byte(s)
Diff to previous 1343
- Cleanup hostmask.c. Make it use dlink list manipulation routines

Revision 1343 - (view) (annotate) - [select for diffs]
Modified Sat Apr 7 18:46:29 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 3248 byte(s)
Diff to previous 1156
- hostmask.c, rng_mt.c: avoid use of long int types

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/hostmask.h
File length: 3250 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, 11 months ago) by michael
Original Path: ircd-hybrid/include/hostmask.h
File length: 3250 byte(s)
Diff to previous 1029
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/include/hostmask.h
File length: 3250 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 (16 years, 8 months ago) by michael
Original Path: ircd-hybrid/include/hostmask.h
File length: 3250 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 (20 years, 9 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/hostmask.h
File length: 3250 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 (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/include/hostmask.h
File length: 3250 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/include/hostmask.h
File length: 3250 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/include/hostmask.h
File length: 3250 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/include/hostmask.h
File length: 3304 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