ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/modules/m_xline.c
Revision 2337 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 13:00:46 2013 UTC (10 years, 8 months ago) by michael
File length: 11745 byte(s)
Diff to previous 2114 , to selected 1644
- Added XLINE and RESV logging types

Revision 2114 - (view) (annotate) - [select for diffs]
Modified Sun May 26 11:12:44 2013 UTC (10 years, 10 months ago) by michael
File length: 11744 byte(s)
Diff to previous 1867 , to selected 1644
- Remove temporary xline kludge that was required for better
  interoperability with 7.0 servers

Revision 1867 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 18:01:53 2013 UTC (10 years, 11 months ago) by michael
File length: 11796 byte(s)
Diff to previous 1845 , to selected 1644
- Create 8.1.x branch

Revision 1845 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 18:33:02 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11796 byte(s)
Diff to previous 1834 , to selected 1644
- Fixed some compile warnings

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11916 byte(s)
Diff to previous 1832 , to selected 1644
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11886 byte(s)
Diff to previous 1793 , to selected 1644
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

Revision 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11916 byte(s)
Diff to previous 1666 , to selected 1644
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1666 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:03:18 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11941 byte(s)
Diff to previous 1652 , to selected 1644
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c

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_xline.c
File length: 11921 byte(s)
Diff to previous 1649 , to selected 1644
- 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_xline.c
File length: 11925 byte(s)
Diff to previous 1646 , to selected 1644
- minor MaskItem structure cleanup

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11924 byte(s)
Diff to previous 1644
- First pass of conf parser stabilization/cleanup

Revision 1644 - (view) (annotate) - [selected]
Modified Tue Nov 6 22:20:16 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11926 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 11960 byte(s)
Diff to previous 1628 , to selected 1644
- 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
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12254 byte(s)
Diff to previous 1625 , to selected 1644
- flesh out new *line database handling
- simplify temporary bans

Revision 1625 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:49:25 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_xline.c
File length: 12228 byte(s)
Diff to previous 1622 , to selected 1644
- dbs are now periodically flushed on disc every 5 minutes

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_xline.c
File length: 12280 byte(s)
Diff to previous 1618 , to selected 1644
- 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_xline.c
File length: 12445 byte(s)
Diff to previous 1592 , to selected 1644
- 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_xline.c
File length: 12406 byte(s)
Diff to previous 1309 , to selected 1644
- 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_xline.c
File length: 12406 byte(s)
Diff to previous 1276 , to selected 1644
- 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 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_xline.c
File length: 12410 byte(s)
Diff to previous 1275 , to selected 1644
- 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_xline.c
File length: 12412 byte(s)
Diff to previous 1247 , to selected 1644
- 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_xline.c
File length: 12338 byte(s)
Diff to previous 1243 , to selected 1644
- 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_xline.c
File length: 12319 byte(s)
Diff to previous 1230 , to selected 1644
- 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_xline.c
File length: 12378 byte(s)
Diff to previous 1219 , to selected 1644
- 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_xline.c
File length: 12543 byte(s)
Diff to previous 1178 , to selected 1644
- 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_xline.c
File length: 12515 byte(s)
Diff to previous 1156 , to selected 1644
- 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_xline.c
File length: 12503 byte(s)
Diff to previous 1155 , to selected 1644
- 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_xline.c
File length: 12503 byte(s)
Diff to previous 1121 , to selected 1644
- 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_xline.c
File length: 12503 byte(s)
Diff to previous 1029 , to selected 1644
- 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_xline.c
File length: 12533 byte(s)
Diff to previous 1028 , to selected 1644
- 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_xline.c
File length: 12533 byte(s)
Diff to previous 1011 , to selected 1644
- move ircd-hybrid-7.2 to trunk

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/modules/m_xline.c
File length: 12533 byte(s)
Diff to previous 382 , to selected 1644
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 382 - (view) (annotate) - [select for diffs]
Modified Tue Jan 31 12:13:42 2006 UTC (18 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_xline.c
File length: 12552 byte(s)
Diff to previous 34 , to selected 1644
- Fixed incorrect match handling in relay_xline as reported by ThaPrince.
  Damnit match() really shouldn't return 1 on match.  This will be changed
  sooner or later.

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_xline.c
File length: 12551 byte(s)
Diff to previous 33 , to selected 1644
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_xline.c
File length: 12551 byte(s)
Diff to previous 32 , to selected 1644
- 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_xline.c
File length: 12551 byte(s)
Diff to previous 31 , to selected 1644
- 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_xline.c
File length: 12551 byte(s)
Diff to previous 30 , to selected 1644
- 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_xline.c
File length: 12609 byte(s)
Diff to selected 1644
- 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