ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/modules/m_kline.c
Revision 766 - (view) (annotate) - [select for diffs]
Modified Sun Aug 20 11:18:36 2006 UTC (19 years, 11 months ago) by michael
File length: 25793 byte(s)
Diff to previous 749
- 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 749 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 19:45:47 2006 UTC (20 years ago) by adx
File length: 24945 byte(s)
Diff to previous 747
+ make everything compile, but not yet link

Revision 747 - (view) (annotate) - [select for diffs]
Modified Mon Jul 24 22:14:17 2006 UTC (20 years ago) by adx
File length: 24863 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 (20 years ago) by adx
File length: 26669 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 (20 years ago) by adx
File length: 26689 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 (20 years, 2 months ago) by michael
File length: 26692 byte(s)
Diff to previous 613
- Moved logging and announcement of *LINES out of csvlib into their
  specific modules where they belong to.


Revision 613 - (view) (annotate) - [select for diffs]
Modified Fri May 19 09:23:10 2006 UTC (20 years, 2 months ago) by michael
File length: 25272 byte(s)
Diff to previous 612
- Got rid of several pointless irc_getnameinfo() calls in places where we
  can simply use client->sockhost.
- Removed contrib/m_ltrace.c.  Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c

Revision 612 - (view) (annotate) - [select for diffs]
Modified Thu May 18 11:51:01 2006 UTC (20 years, 2 months ago) by michael
File length: 25406 byte(s)
Diff to previous 610
- Properly fixed /dline nick and removed inetntoa()

Revision 610 - (view) (annotate) - [select for diffs]
Modified Thu May 18 08:05:21 2006 UTC (20 years, 2 months ago) by michael
File length: 25307 byte(s)
Diff to previous 605
- Fixed /dline nick for ipv6 servers

Revision 605 - (view) (annotate) - [select for diffs]
Modified Tue May 16 07:05:34 2006 UTC (20 years, 2 months ago) by michael
File length: 25829 byte(s)
Diff to previous 603
- Made find_chasing() only take 3 arguments
- Cleaned up find_person()

Revision 603 - (view) (annotate) - [select for diffs]
Modified Sun May 14 10:32:26 2006 UTC (20 years, 2 months ago) by michael
File length: 25793 byte(s)
Diff to previous 513
- 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 513 - (view) (annotate) - [select for diffs]
Modified Sun Mar 5 08:28:01 2006 UTC (20 years, 4 months ago) by michael
File length: 25835 byte(s)
Diff to previous 470
- Moved m_error to core modules and made remaining command handlers use
  m_ignore instead of m_error

Revision 470 - (view) (annotate) - [select for diffs]
Modified Fri Feb 17 05:07:43 2006 UTC (20 years, 5 months ago) by db
File length: 25825 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 (20 years, 5 months ago) by adx
File length: 25820 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 (20 years, 5 months ago) by michael
File length: 25880 byte(s)
Diff to previous 351
- Removed now unused llflags parameter from sendto_server()


Revision 351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 1 09:35:12 2006 UTC (20 years, 6 months ago) by michael
File length: 25916 byte(s)
Diff to previous 350
- Don't allow shared (remote) k-lines to be set without a valid reason

Revision 350 - (view) (annotate) - [select for diffs]
Modified Sun Jan 1 09:29:42 2006 UTC (20 years, 6 months ago) by michael
File length: 25868 byte(s)
Diff to previous 139
- documentings

Revision 139 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 06:01:13 2005 UTC (20 years, 9 months ago) by db
File length: 24355 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 (20 years, 9 months ago) by db
File length: 24290 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 (20 years, 9 months ago) by adx
File length: 24265 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 (20 years, 9 months ago) by knight
File length: 24448 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
File length: 24448 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
File length: 24448 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
File length: 24503 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1586)

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