ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/hostmask.c
Revision 8829 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:51:30 2019 UTC (6 years, 6 months ago) by michael
File length: 19735 byte(s)
Diff to previous 8752
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (6 years, 7 months ago) by michael
File length: 19782 byte(s)
Diff to previous 8688
- Update copyright years

Revision 8688 - (view) (annotate) - [select for diffs]
Modified Sun Dec 2 12:46:22 2018 UTC (6 years, 8 months ago) by michael
File length: 19782 byte(s)
Diff to previous 8664
- More bool conversion. This should be everything now.

Revision 8664 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 14:26:32 2018 UTC (6 years, 9 months ago) by michael
File length: 19762 byte(s)
Diff to previous 8658
- Make use of bool even more

Revision 8658 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:03:09 2018 UTC (6 years, 9 months ago) by michael
File length: 19755 byte(s)
Diff to previous 8607
- Make use of the bool data type in some more places

Revision 8607 - (view) (annotate) - [select for diffs]
Modified Mon Oct 29 21:26:54 2018 UTC (6 years, 9 months ago) by michael
File length: 19751 byte(s)
Diff to previous 8522
- Rewrite class based subnet limiting to use a patricia trie

Revision 8522 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 19:48:22 2018 UTC (7 years, 4 months ago) by michael
File length: 20568 byte(s)
Diff to previous 8437
- Style corrections

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (7 years, 4 months ago) by michael
File length: 20564 byte(s)
Diff to previous 8310
- Stylistic changes

Revision 8310 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 16:46:13 2018 UTC (7 years, 5 months ago) by michael
File length: 20557 byte(s)
Diff to previous 8279
- Clean up remaining sizeof() to sizeof(variable)

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (7 years, 6 months ago) by michael
File length: 20581 byte(s)
Diff to previous 7924
- Update copyright years

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (8 years, 7 months ago) by michael
File length: 20581 byte(s)
Diff to previous 7914
- Update copyright years

Revision 7914 - (view) (annotate) - [select for diffs]
Modified Sun Nov 27 18:54:53 2016 UTC (8 years, 8 months ago) by michael
File length: 20581 byte(s)
Diff to previous 7797
- Style corrections

Revision 7797 - (view) (annotate) - [select for diffs]
Modified Tue Oct 18 17:27:10 2016 UTC (8 years, 10 months ago) by michael
File length: 20623 byte(s)
Diff to previous 7791
- Minor style corrections and constifications

Revision 7791 - (view) (annotate) - [select for diffs]
Modified Mon Oct 17 17:30:58 2016 UTC (8 years, 10 months ago) by michael
File length: 20662 byte(s)
Diff to previous 7672
- hostmask.c: try_parse_v6_netmask()/try_parse_v4_netmask(): set address family accordingly. parse_netmask(): zero out 'addr'

Revision 7672 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 18:47:20 2016 UTC (9 years, 1 month ago) by michael
File length: 20521 byte(s)
Diff to previous 7668
- hostmask.c:add_conf_by_address(): stylistic changes

Revision 7668 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (9 years, 1 month ago) by michael
File length: 20536 byte(s)
Diff to previous 7032
- Fixed svn properties

Revision 7032 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:34:39 2016 UTC (9 years, 7 months ago) by michael
File length: 20536 byte(s)
Diff to previous 7006
- Renamed MyCalloc to xcalloc

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

Revision 6991 - (view) (annotate) - [select for diffs]
Modified Wed Dec 30 19:19:00 2015 UTC (9 years, 7 months ago) by michael
File length: 20540 byte(s)
Diff to previous 6868
- hostmask.c:hostmask_send_expiration(): initialize 'ban_type' to something saner to display in case we hit the switch's default case

Revision 6868 - (view) (annotate) - [select for diffs]
Modified Mon Nov 30 20:03:49 2015 UTC (9 years, 8 months ago) by michael
File length: 20541 byte(s)
Diff to previous 6580
- hostmask.c:add_conf_by_address(): minor improvement for ILP64

Revision 6580 - (view) (annotate) - [select for diffs]
Modified Mon Oct 19 19:52:11 2015 UTC (9 years, 10 months ago) by michael
File length: 20543 byte(s)
Diff to previous 6579
- hostmask.c: style correction

Revision 6579 - (view) (annotate) - [select for diffs]
Modified Mon Oct 19 19:10:05 2015 UTC (9 years, 10 months ago) by michael
File length: 20522 byte(s)
Diff to previous 6429
- hostmask.c: removed irrelevant comment

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

Revision 6411 - (view) (annotate) - [select for diffs]
Modified Tue Aug 25 20:22:36 2015 UTC (10 years ago) by michael
File length: 20629 byte(s)
Diff to previous 6409
- hostmask.c: revert to -r6318. Needs more thinking.

Revision 6409 - (view) (annotate) - [select for diffs]
Modified Tue Aug 25 19:56:57 2015 UTC (10 years ago) by michael
File length: 20813 byte(s)
Diff to previous 6318
- hostmask.c:find_address_conf(), find_dline_conf(): add accurate timeout check. A k/d-line might have been already expired since we run cleanups every minute

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

Revision 5976 - (view) (annotate) - [select for diffs]
Modified Mon May 18 15:36:11 2015 UTC (10 years, 3 months ago) by michael
File length: 20622 byte(s)
Diff to previous 5850
- hostmask.c:try_parse_v4_netmask(): fixed possible OOB read

Revision 5850 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 19:57:12 2015 UTC (10 years, 4 months ago) by michael
File length: 20622 byte(s)
Diff to previous 5846
- hostmask.c:find_conf_by_address(): constification

Revision 5846 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 17:48:25 2015 UTC (10 years, 4 months ago) by michael
File length: 20616 byte(s)
Diff to previous 5805
- hostmask.c:clear_out_address_conf(): removed useless test on arec->conf->until. Temporary
  server bans are always stored in the databases, so it's enough to test for IsConfDatabase()

Revision 5805 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (10 years, 4 months ago) by michael
File length: 20670 byte(s)
Diff to previous 5460
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options

Revision 5460 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 22:24:57 2015 UTC (10 years, 6 months ago) by michael
File length: 20920 byte(s)
Diff to previous 5347
- Minor cleanups here and there

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

Revision 4977 - (view) (annotate) - [select for diffs]
Modified Thu Dec 4 15:12:24 2014 UTC (10 years, 8 months ago) by michael
File length: 20920 byte(s)
Diff to previous 4915
- Style corrections; constifications

Revision 4915 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 12:37:46 2014 UTC (10 years, 9 months ago) by michael
File length: 20872 byte(s)
Diff to previous 4874
- Style corrections; renamed variables

Revision 4874 - (view) (annotate) - [select for diffs]
Modified Tue Nov 11 18:29:49 2014 UTC (10 years, 9 months ago) by michael
File length: 20872 byte(s)
Diff to previous 4850
- Const-correctness

Revision 4850 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 17:06:35 2014 UTC (10 years, 9 months ago) by michael
File length: 20848 byte(s)
Diff to previous 4815
- Removed init_host_hash()

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (10 years, 9 months ago) by michael
File length: 20917 byte(s)
Diff to previous 4565
- Renamed variables

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 20895 byte(s)
Diff to previous 4523
- Update GPL 2 license headers

Revision 4523 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 09:43:38 2014 UTC (11 years ago) by michael
File length: 20891 byte(s)
Diff to previous 4415
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items

Revision 4415 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:09:36 2014 UTC (11 years ago) by michael
File length: 20861 byte(s)
Diff to previous 4340
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

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

Revision 4298 - (view) (annotate) - [select for diffs]
Modified Sun Jul 20 13:51:16 2014 UTC (11 years, 1 month ago) by michael
File length: 21056 byte(s)
Diff to previous 3770
- Fixed typos all over the place

Revision 3770 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 22:42:28 2014 UTC (11 years, 2 months ago) by michael
File length: 21055 byte(s)
Diff to previous 3553
- hostmask.c:mask_addr(): ficed compile warnings:

hostmask.c: In function ‘mask_addr’:
hostmask.c:332:35: warning: declaration of ‘__v’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
hostmask.c:332:35: warning: declaration of ‘__x’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]

Revision 3553 - (view) (annotate) - [select for diffs]
Modified Fri May 16 12:35:55 2014 UTC (11 years, 3 months ago) by michael
File length: 21018 byte(s)
Diff to previous 3535
- find_address_conf(): constification

Revision 3535 - (view) (annotate) - [select for diffs]
Modified Thu May 15 15:46:25 2014 UTC (11 years, 3 months ago) by michael
File length: 21012 byte(s)
Diff to previous 3504
- hostmask.c:delete_one_address_conf(): replaced a DLINK_FOREACH_SAFE with DLINK_FOREACH

Revision 3504 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:29 2014 UTC (11 years, 3 months ago) by michael
File length: 21045 byte(s)
Diff to previous 3469
- Renamed MyMalloc() to MyCalloc()

Revision 3469 - (view) (annotate) - [select for diffs]
Modified Sat May 3 17:55:53 2014 UTC (11 years, 3 months ago) by michael
File length: 21045 byte(s)
Diff to previous 3235
- hostmask.c: style corrections

Revision 3235 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 19:34:16 2014 UTC (11 years, 4 months ago) by michael
File length: 21059 byte(s)
Diff to previous 3215
- Style corrections all over the place

Revision 3215 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 19:23:15 2014 UTC (11 years, 5 months ago) by michael
File length: 21077 byte(s)
Diff to previous 3005
- Fixed some comments; cleaned up style here and there

Revision 3005 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 10:40:15 2014 UTC (11 years, 6 months ago) by michael
File length: 21130 byte(s)
Diff to previous 3003
- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.
  match_conf_password() already deals with NULL pointers

Revision 3003 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 10:05:57 2014 UTC (11 years, 6 months ago) by michael
File length: 21174 byte(s)
Diff to previous 3001
- hostmask.c:add_conf_by_address(): fixed assert statement

Revision 3001 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 10:01:24 2014 UTC (11 years, 6 months ago) by michael
File length: 21160 byte(s)
Diff to previous 2999
- hostmask.c: minor cleanups to add_conf_by_address()

Revision 2999 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 21:25:45 2014 UTC (11 years, 6 months ago) by michael
File length: 21218 byte(s)
Diff to previous 2995
- Fix to previous changes in -r2997

Revision 2995 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 21:16:17 2014 UTC (11 years, 6 months ago) by michael
File length: 21261 byte(s)
Diff to previous 2916
- hostmask.c: get rid of this (type & ~0x1) hack

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (11 years, 7 months ago) by michael
File length: 21336 byte(s)
Diff to previous 2898
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2898 - (view) (annotate) - [select for diffs]
Modified Wed Jan 22 18:41:24 2014 UTC (11 years, 7 months ago) by michael
File length: 21294 byte(s)
Diff to previous 2894
- hostmask.c: constification

Revision 2894 - (view) (annotate) - [select for diffs]
Modified Tue Jan 21 19:11:13 2014 UTC (11 years, 7 months ago) by michael
File length: 21258 byte(s)
Diff to previous 2814
- hostmask.c: style cleanups

Revision 2814 - (view) (annotate) - [select for diffs]
Modified Mon Jan 13 20:29:44 2014 UTC (11 years, 7 months ago) by michael
File length: 21242 byte(s)
Diff to previous 2811
- hostmask.c:parse_netmask(): optimize for the ipv4 case

Revision 2811 - (view) (annotate) - [select for diffs]
Modified Sun Jan 12 19:39:33 2014 UTC (11 years, 7 months ago) by michael
File length: 21242 byte(s)
Diff to previous 2331
- 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 2331 - (view) (annotate) - [select for diffs]
Modified Sun Jun 23 13:52:17 2013 UTC (12 years, 2 months ago) by michael
File length: 21211 byte(s)
Diff to previous 1786
- hostmask.c:hash_text(): removed pointless cast

Revision 1786 - (view) (annotate) - [select for diffs]
Modified Mon Jan 28 19:30:26 2013 UTC (12 years, 6 months ago) by michael
File length: 21226 byte(s)
Diff to previous 1655
- Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom

Revision 1655 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:41:52 2012 UTC (12 years, 9 months ago) by michael
File length: 21223 byte(s)
Diff to previous 1652
- hostmask.c:find_conf_by_address: fixed logic error which got introduced in -r1652

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: 21222 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: 21289 byte(s)
Diff to previous 1644
- minor MaskItem structure cleanup

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (12 years, 9 months ago) by michael
File length: 21286 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 (12 years, 9 months ago) by michael
File length: 21238 byte(s)
Diff to previous 1628
- Initial rewrite of the configuration subsystem

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: 21374 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: 21538 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, 9 months ago) by michael
File length: 21430 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, 9 months ago) by michael
File length: 21417 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 (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 21417 byte(s)
Diff to previous 1426
- Minor constification changes

Revision 1426 - (view) (annotate) - [select for diffs]
Modified Wed Jun 6 09:17:12 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 21345 byte(s)
Diff to previous 1393
- update comments "I: line vs. auth{} block"

Revision 1393 - (view) (annotate) - [select for diffs]
Modified Wed May 2 19:17:37 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 21319 byte(s)
Diff to previous 1376
- 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 1376 - (view) (annotate) - [select for diffs]
Modified Sun Apr 29 17:08:42 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 22292 byte(s)
Diff to previous 1372
- minor cleanups to s_gline, hostmask.c and m_stats.c.
  remove useless NULL assignment of dlink_node pointers.
  the DLINK_FOREACH macros already take care of this.

Revision 1372 - (view) (annotate) - [select for diffs]
Modified Thu Apr 26 19:04:51 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 22348 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 26638 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 26439 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25125 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25054 byte(s)
Diff to previous 1309
- hostmask.c, rng_mt.c: avoid use of long int types

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/src/hostmask.c
File length: 25101 byte(s)
Diff to previous 1298
- 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 1298 - (view) (annotate) - [select for diffs]
Modified Tue Feb 28 18:51:13 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25103 byte(s)
Diff to previous 1219
- fixed style in some places

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/src/hostmask.c
File length: 25053 byte(s)
Diff to previous 1176
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25039 byte(s)
Diff to previous 1156
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself


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/src/hostmask.c
File length: 25110 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/src/hostmask.c
File length: 25110 byte(s)
Diff to previous 1029
- recreate "trunk"

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/src/hostmask.c
File length: 25110 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/src/hostmask.c
File length: 25110 byte(s)
Diff to previous 1014
- move ircd-hybrid-7.2 to trunk

Revision 1014 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 15:17:32 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25110 byte(s)
Diff to previous 1011
- show_iline_prefix(): fixed an off-by-one when copying aconf->user.
  strlcpy really isn't hard to understand, is it?

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25108 byte(s)
Diff to previous 723
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 723 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 19:41:33 2006 UTC (19 years, 1 month ago) by adx
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25109 byte(s)
Diff to previous 300
+ fixed a bug where auths/klines/glines with digit wildcards (#)
  were not handled correctly

Revision 300 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 23:13:58 2005 UTC (19 years, 8 months ago) by db
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25116 byte(s)
Diff to previous 34
- fixed infinite loop spotted and fixed by
  *runedude* Jeremy Sayres and my email is runedude@runedude.net


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/src/hostmask.c
File length: 25116 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/src/hostmask.c
File length: 25116 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/src/hostmask.c
File length: 25116 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/src/hostmask.c
File length: 25116 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/src/hostmask.c
File length: 25171 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