ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/modules/m_testline.c
Revision 1822 - (view) (annotate) - [select for diffs]
Modified Sun Apr 14 12:36:55 2013 UTC (13 years, 3 months ago) by michael
File length: 7403 byte(s)
Diff to previous 1705
- Added preliminary support for ISO 3166 alpha-2 two letter country code
  enabled auth{} blocks. Requires libGeoIP.
- Added no_join to auth::flags

Revision 1705 - (view) (annotate) - [select for diffs]
Modified Sun Dec 23 14:50:38 2012 UTC (13 years, 7 months ago) by michael
File length: 7414 byte(s)
Diff to previous 1593
- XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason
  if a reason hasn't been specified

Revision 1593 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:09:19 2012 UTC (13 years, 8 months ago) by michael
File length: 7408 byte(s)
Diff to previous 1592
- Create 8.0.x branch

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

Revision 1576 - (view) (annotate) - [select for diffs]
Modified Thu Oct 18 14:41:13 2012 UTC (13 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_testline.c
File length: 7408 byte(s)
Diff to previous 1369
- Fixed bug in stats_klines() showing oper_reason to unopered clients
- Fixed /stats d|D showing "(null)" if there's no oper_reason

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

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_testline.c
File length: 7362 byte(s)
Diff to previous 1243
- 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 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_testline.c
File length: 7364 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 (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_testline.c
File length: 7423 byte(s)
Diff to previous 1178
- cleanup module loader. Make module api more flexible

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_testline.c
File length: 7385 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 (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_testline.c
File length: 7373 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/modules/m_testline.c
File length: 7373 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_testline.c
File length: 7373 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 (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_testline.c
File length: 7403 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/modules/m_testline.c
File length: 7403 byte(s)
Diff to previous 808
- move ircd-hybrid-7.2 to trunk

Revision 808 - (view) (annotate) - [select for diffs]
Modified Sun Sep 3 18:58:00 2006 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_testline.c
File length: 7403 byte(s)
Diff to previous 593
- Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap
  - Prevent TESTLINE from reporting k-lines twice
  - Show the actual k-line reason when reporting k-lines
  - Test the host part of a u@h mask against the client's sockhost field in TESTMASK
  - Added support for nick masks to TESTMASK
  - CIDR is to come in 7.3

Revision 593 - (view) (annotate) - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (20 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_testline.c
File length: 8194 byte(s)
Diff to previous 150
- Backported RKLINE fix so the user and host portion of a banmask don't get
  cut off after 10 and 63 chars, respectively.
  A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function

Revision 150 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 18:14:43 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_testline.c
File length: 7645 byte(s)
Diff to previous 148
 - backport fix from HEAD to fix m_testline.c on 7.2
   This bug is old. The code was missing a test for a kline conf and the
   sendto to print that kline out, in the case where it was a kline against
   and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was
   a kline against a dns.


Revision 148 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 16:18:18 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_testline.c
File length: 7278 byte(s)
Diff to previous 138
- backport fix for memory leak and parv1 from HEAD


Revision 138 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 01:20:07 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_testline.c
File length: 7155 byte(s)
Diff to previous 136
- fix compile warning


Revision 136 - (view) (annotate) - [select for diffs]
Modified Sat Oct 15 23:39:54 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_testline.c
File length: 7161 byte(s)
Diff to previous 34
- backport fixes from 7.3 (HEAD) for testline and ~ flags


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/modules/m_testline.c
File length: 7227 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/modules/m_testline.c
File length: 7227 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_testline.c
File length: 7227 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_testline.c
File length: 7227 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_testline.c
File length: 7288 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