ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/ircd-hybrid-newconf/modules/m_rkline.c
Revision 1027 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:01:13 2009 UTC (15 years, 9 months ago) by michael
File length: 16304 byte(s)
Diff to previous 801
- Move old 7.3 sources to branches/ircd-hybrid-newconf

Revision 801 - (view) (annotate) - [select for diffs]
Modified Wed Aug 30 16:54:25 2006 UTC (18 years, 11 months ago) by adx
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 16304 byte(s)
Diff to previous 766
+ only filename changes

Revision 766 - (view) (annotate) - [select for diffs]
Modified Sun Aug 20 11:18:36 2006 UTC (19 years ago) by michael
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 16306 byte(s)
Diff to previous 747
- Fixed src/Makefile.in
- Have KLINE and friends deal properly with write_csv_line().  It's currently
  kinda ugly, but the whole csvlib crap will have to be rewritten to use some
  proper database anyways.

  /UN*LINE may core for now.


Revision 747 - (view) (annotate) - [select for diffs]
Modified Mon Jul 24 22:14:17 2006 UTC (19 years, 1 month ago) by adx
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15866 byte(s)
Diff to previous 741
+ fixed everything except m_gline and m_spoof.
+ still to do: ban storage, limits, iphash, parser, conf_connect_allowed

Revision 741 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 13:49:20 2006 UTC (19 years, 1 month ago) by adx
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 16676 byte(s)
Diff to previous 719
+ removed s_conf.h and superseded parts of s_conf.c

Revision 719 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 16:56:58 2006 UTC (19 years, 1 month ago) by adx
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 16696 byte(s)
Diff to previous 615
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks

Revision 615 - (view) (annotate) - [select for diffs]
Modified Sun May 21 12:44:31 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 16699 byte(s)
Diff to previous 614
- Moved logging and announcement of *LINES out of csvlib into their
  specific modules where they belong to.


Revision 614 - (view) (annotate) - [select for diffs]
Modified Sat May 20 15:06:23 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15941 byte(s)
Diff to previous 603
- Use get_oper_name() in each place an oper action is logged.
  (KLINE/XLINE/DLINE, etc.)

Revision 603 - (view) (annotate) - [select for diffs]
Modified Sun May 14 10:32:26 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15900 byte(s)
Diff to previous 470
- Made cleanup_pending_glines() an event started off when loading
  the m_gline module
- Removed s_gline.c, s_gline.h and metadata.c

Revision 470 - (view) (annotate) - [select for diffs]
Modified Fri Feb 17 05:07:43 2006 UTC (19 years, 6 months ago) by db
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15942 byte(s)
Diff to previous 442
- fix compile errors with moved modules.h
- fix a few missing includes, msg.h and parse.h


Revision 442 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 23:14:21 2006 UTC (19 years, 6 months ago) by adx
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15937 byte(s)
Diff to previous 405
+ massive rewrite of module init/deinit/version headers,
  we are introducing a new module manager which deals with static
  and dynamic modules exactly the same way. (New possibilities
  include loading/unloading statically compiled modules and
  mixing static/dynamic ones in one build.)

Revision 405 - (view) (annotate) - [select for diffs]
Modified Tue Feb 7 19:38:35 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15996 byte(s)
Diff to previous 139
- Removed now unused llflags parameter from sendto_server()


Revision 139 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 06:01:13 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 16032 byte(s)
Diff to previous 91
- get rid of map_conf_item and unmap_conf_item
- Use an union in struct ConfItem, but only allocate memory needed


Revision 91 - (view) (annotate) - [select for diffs]
Modified Sat Oct 8 03:46:09 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15989 byte(s)
Diff to previous 69
- Split out most of the *line *resv stuff into separate file
  parse_aline.c should go eventually into the subdir conf
- removed double -o in Makefile.in in src, this caused compile to fail for me


Revision 69 - (view) (annotate) - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/modules/m_rkline.c
File length: 15964 byte(s)
Diff to previous 33
- splitted ircd/libio, all headers connected with libio sources have been
  moved for internal use only. To use libio interface, include "libio.h"
  (which is already done in "stdinc.h")


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/modules/m_rkline.c
File length: 16165 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/modules/m_rkline.c
File length: 16165 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/modules/m_rkline.c
File length: 16165 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/modules/m_rkline.c
File length: 16224 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