ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/modules/m_trace.c
Revision 751 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 20:51:14 2006 UTC (20 years ago) by adx
File length: 12098 byte(s)
Diff to previous 746
+ implemented RESV hashing where it's possible (i.e. no wildcards)
+ ok, all this list/hash manipulation should be moved to src/conf

Revision 746 - (view) (annotate) - [select for diffs]
Modified Mon Jul 24 18:47:50 2006 UTC (20 years ago) by adx
File length: 12094 byte(s)
Diff to previous 741
+ make most modules compile, except a few ones which need deeper changes

Revision 741 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 13:49:20 2006 UTC (20 years ago) by adx
File length: 12154 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: 12174 byte(s)
Diff to previous 663
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks

Revision 663 - (view) (annotate) - [select for diffs]
Modified Sat Jun 10 14:32:32 2006 UTC (20 years, 1 month ago) by michael
File length: 12177 byte(s)
Diff to previous 655
- Fixed several compile errors

Revision 655 - (view) (annotate) - [select for diffs]
Modified Fri Jun 9 13:30:21 2006 UTC (20 years, 1 month ago) by michael
File length: 12176 byte(s)
Diff to previous 654
- Fixed function naming convention in some places
- Moved win32 uname() to libio

Revision 654 - (view) (annotate) - [select for diffs]
Modified Thu Jun 8 09:02:45 2006 UTC (20 years, 1 month ago) by michael
File length: 12176 byte(s)
Diff to previous 613
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
  lists to client_list and server_list

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: 11871 byte(s)
Diff to previous 609
- 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 609 - (view) (annotate) - [select for diffs]
Modified Tue May 16 10:42:05 2006 UTC (20 years, 2 months ago) by michael
File length: 12345 byte(s)
Diff to previous 470
- Killed the client_p parameter of hunt_server() as suggested
  by adx some time ago.

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: 12375 byte(s)
Diff to previous 444
- fix compile errors with moved modules.h
- fix a few missing includes, msg.h and parse.h


Revision 444 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 00:15:24 2006 UTC (20 years, 5 months ago) by adx
File length: 12370 byte(s)
Diff to previous 442
+ STATIC_MODULES is no longer meaningful so byebye

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: 12591 byte(s)
Diff to previous 290
+ 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 290 - (view) (annotate) - [select for diffs]
Modified Sun Dec 4 13:31:27 2005 UTC (20 years, 7 months ago) by michael
File length: 12650 byte(s)
Diff to previous 139
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

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: 12670 byte(s)
Diff to previous 128
- get rid of map_conf_item and unmap_conf_item
- Use an union in struct ConfItem, but only allocate memory needed


Revision 128 - (view) (annotate) - [select for diffs]
Modified Fri Oct 14 19:29:26 2005 UTC (20 years, 9 months ago) by db
File length: 12686 byte(s)
Diff to previous 69
- still need a temporary copy of the client auth block
  for much the same reasons as a copy of the passwd is needed.
- need a copy of the oper conf for get_oper_name() so reuse no longer
  needed temporary spot for client auth block


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: 12678 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: 12807 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: 12807 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: 12807 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: 12861 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