ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/hostmask.c
Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (11 years, 4 months ago) by michael
File length: 21222 byte(s)
Diff to previous 1649 , to selected 1219
- 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
File length: 21289 byte(s)
Diff to previous 1644 , to selected 1219
- minor MaskItem structure cleanup

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (11 years, 4 months ago) by michael
File length: 21286 byte(s)
Diff to previous 1632 , to selected 1219
- More config subsystem cleanups

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

Revision 1628 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 21:08:56 2012 UTC (11 years, 4 months ago) by michael
File length: 21374 byte(s)
Diff to previous 1622 , to selected 1219
- 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
File length: 21538 byte(s)
Diff to previous 1618 , to selected 1219
- 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
File length: 21430 byte(s)
Diff to previous 1592 , to selected 1219
- 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
File length: 21417 byte(s)
Diff to previous 1455 , to selected 1219
- 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 (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 21417 byte(s)
Diff to previous 1426 , to selected 1219
- Minor constification changes

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

Revision 1393 - (view) (annotate) - [select for diffs]
Modified Wed May 2 19:17:37 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 21319 byte(s)
Diff to previous 1376 , to selected 1219
- 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 22292 byte(s)
Diff to previous 1372 , to selected 1219
- 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 22348 byte(s)
Diff to previous 1371 , to selected 1219
- 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 26638 byte(s)
Diff to previous 1369 , to selected 1219
- "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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 26439 byte(s)
Diff to previous 1367 , to selected 1219
- cleanup temporary k/d/g line code

Revision 1367 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 21:20:54 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25125 byte(s)
Diff to previous 1343 , to selected 1219
- 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25054 byte(s)
Diff to previous 1309 , to selected 1219
- 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25101 byte(s)
Diff to previous 1298 , to selected 1219
- 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 (12 years, 1 month 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) - [selected]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25039 byte(s)
Diff to previous 1156 , to selected 1219
- 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/hostmask.c
File length: 25110 byte(s)
Diff to previous 1155 , to selected 1219
- 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/src/hostmask.c
File length: 25110 byte(s)
Diff to previous 1029 , to selected 1219
- recreate "trunk"

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

Revision 1014 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 15:17:32 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25110 byte(s)
Diff to previous 1011 , to selected 1219
- 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 (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25108 byte(s)
Diff to previous 723 , to selected 1219
- 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 (17 years, 8 months ago) by adx
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25109 byte(s)
Diff to previous 300 , to selected 1219
+ 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 (18 years, 3 months ago) by db
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25116 byte(s)
Diff to previous 34 , to selected 1219
- 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 (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/hostmask.c
File length: 25116 byte(s)
Diff to previous 33 , to selected 1219
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/src/hostmask.c
File length: 25116 byte(s)
Diff to previous 32 , to selected 1219
- 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/src/hostmask.c
File length: 25116 byte(s)
Diff to previous 31 , to selected 1219
- 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/src/hostmask.c
File length: 25116 byte(s)
Diff to previous 30 , to selected 1219
- 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/src/hostmask.c
File length: 25171 byte(s)
Diff to selected 1219
- 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