Sync up NeoIRCd Changes.
This commit is contained in:
parent
f95e6db9bf
commit
637c4874eb
325 changed files with 1738 additions and 1603 deletions
2
.indent.pro
vendored
2
.indent.pro
vendored
|
@ -1,4 +1,4 @@
|
|||
/* $Id: .indent.pro,v 1.1 2002/08/13 14:34:26 fishwaldo Exp $ */
|
||||
/* $Id: .indent.pro,v 1.2 2002/08/13 14:44:58 fishwaldo Exp $ */
|
||||
/* copy this file to the source dir then run indent file.c */
|
||||
|
||||
--gnu-style
|
||||
|
|
2
BUGS
2
BUGS
|
@ -60,4 +60,4 @@ BUG REPORTS: If you run this code and encounter problems, you must report
|
|||
with any report (with passwords and other sensitive information masked).
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
$Id: BUGS,v 1.1 2002/08/13 14:34:26 fishwaldo Exp $
|
||||
$Id: BUGS,v 1.2 2002/08/13 14:44:58 fishwaldo Exp $
|
||||
|
|
|
@ -29953,4 +29953,4 @@ version hybrid-7-current 1999-08-01 to present
|
|||
* Restarted changelog
|
||||
-Rodder
|
||||
|
||||
$Id: ChangeLog,v 1.1 2002/08/13 14:34:54 fishwaldo Exp $
|
||||
$Id: ChangeLog,v 1.2 2002/08/13 14:44:58 fishwaldo Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$Id: Hybrid-team,v 1.1 2002/08/13 14:34:54 fishwaldo Exp $
|
||||
$Id: Hybrid-team,v 1.2 2002/08/13 14:44:58 fishwaldo Exp $
|
||||
|
||||
The hybrid team is a group of ircd coders who were frustrated
|
||||
with the instability and all-out "dirtiness" of the EFnet ircd's
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -1,6 +1,6 @@
|
|||
Hybrid INSTALL Document
|
||||
|
||||
$Id: INSTALL,v 1.1 2002/08/13 14:34:55 fishwaldo Exp $
|
||||
$Id: INSTALL,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
|
||||
Copyright (c) 2001 by ircd-hybrid team
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
# $Id: LICENSE,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
# $Id: LICENSE,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#* along with this program; if not, write to the Free Software
|
||||
#* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#*
|
||||
#* $Id: Makefile.in,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
#* $Id: Makefile.in,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
#*/
|
||||
|
||||
RM=@RM@
|
||||
|
|
|
@ -112,4 +112,4 @@ Feature Specific Requirements:
|
|||
- Other files recommended for reading: BUGS, INSTALL
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
$Id: README.FIRST,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
$Id: README.FIRST,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
|
|
|
@ -33,4 +33,4 @@ x86 NeXTGCC NEXTSTEP Juli Mallett <jmallett@FreeBSD.org>
|
|||
SPARC NeXTGCC NEXTSTEP Juli Mallett <jmallett@FreeBSD.org>
|
||||
m68k NeXTGCC NEXTSTEP Juli Mallett <jmallett@FreeBSD.org>
|
||||
|
||||
$Id: README.PLATFORMS,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
$Id: README.PLATFORMS,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
|
|
|
@ -44,4 +44,4 @@ If you have problem compiling from source, or are on a slow system
|
|||
binary distributions are available on the FTP site.
|
||||
(actually, they aren't yet, but at some time in the future they should be)
|
||||
|
||||
$Id: README.VMS,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
$Id: README.VMS,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
|
|
2
RELNOTES
2
RELNOTES
|
@ -53,4 +53,4 @@ Please read doc/whats-new.txt for information about what is in this release
|
|||
Other files recommended for reading: BUGS, README.FIRST, INSTALL
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
$Id: RELNOTES,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
$Id: RELNOTES,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
|
|
2
TODO
2
TODO
|
@ -1,4 +1,4 @@
|
|||
$Id: TODO,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
$Id: TODO,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
|
||||
- add more stderr debugging (ircd -s)... one for every place we syslog()
|
||||
- ircd -s doesn't work through a restart
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Makefile.in for ircd/src
|
||||
#
|
||||
# $Id: Makefile.in,v 1.1 2002/08/13 14:35:02 fishwaldo Exp $
|
||||
# $Id: Makefile.in,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
#
|
||||
CC = @CC@
|
||||
INSTALL = @INSTALL@
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*
|
||||
* $Id: adns.h,v 1.1 2002/08/13 14:35:04 fishwaldo Exp $
|
||||
* $Id: adns.h,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef ADNS_H_INCLUDED
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: check.c,v 1.1 2002/08/13 14:35:04 fishwaldo Exp $
|
||||
* $Id: check.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# $ COPY [.include]setup.h_vms [.include]setup.h
|
||||
# $ MMS IRCD.EXE
|
||||
#
|
||||
# $Id: descrip.mms,v 1.1 2002/08/13 14:35:04 fishwaldo Exp $
|
||||
# $Id: descrip.mms,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
|
||||
CC= CC
|
||||
CFLAGS= /INCLUDE_DIRECTORY=([-.INCLUDE],[])/STANDARD=ISOC94
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: dlist.h,v 1.1 2002/08/13 14:35:04 fishwaldo Exp $
|
||||
* $Id: dlist.h,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef ADNS_DLIST_H_INCLUDED
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: event.c,v 1.1 2002/08/13 14:35:05 fishwaldo Exp $
|
||||
* $Id: event.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: general.c,v 1.1 2002/08/13 14:35:05 fishwaldo Exp $
|
||||
* $Id: general.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: internal.h,v 1.1 2002/08/13 14:35:06 fishwaldo Exp $
|
||||
* $Id: internal.h,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef ADNS_INTERNAL_H_INCLUDED
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: parse.c,v 1.1 2002/08/13 14:35:06 fishwaldo Exp $
|
||||
* $Id: parse.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: query.c,v 1.1 2002/08/13 14:35:07 fishwaldo Exp $
|
||||
* $Id: query.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: reply.c,v 1.1 2002/08/13 14:35:07 fishwaldo Exp $
|
||||
* $Id: reply.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: setup.c,v 1.1 2002/08/13 14:35:07 fishwaldo Exp $
|
||||
* $Id: setup.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: transmit.c,v 1.1 2002/08/13 14:35:08 fishwaldo Exp $
|
||||
* $Id: transmit.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: tvarith.h,v 1.1 2002/08/13 14:35:08 fishwaldo Exp $
|
||||
* $Id: tvarith.h,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef ADNS_TVARITH_H_INCLUDED
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: types.c,v 1.1 2002/08/13 14:35:09 fishwaldo Exp $
|
||||
* $Id: types.c,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $Id: acconfig.h,v 1.1 2002/08/13 14:35:09 fishwaldo Exp $
|
||||
* $Id: acconfig.h,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* Define if you have the poll() system call. */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dnl $Id: configure.in,v 1.1 2002/08/13 14:35:10 fishwaldo Exp $
|
||||
dnl $Id: configure.in,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl AC_INIT(include/class.h) <- what is this ? -TimeMr14C
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# $Id: install-sh,v 1.1 2002/08/13 14:35:10 fishwaldo Exp $
|
||||
# $Id: install-sh,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
# install - install a program, script, or datafile
|
||||
# This comes from X11R5 (mit/util/scripts/install.sh).
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$! $Id: clean.com,v 1.1 2002/08/13 14:34:56 fishwaldo Exp $
|
||||
$! $Id: clean.com,v 1.2 2002/08/13 14:44:59 fishwaldo Exp $
|
||||
$! yes, its a hack. this needs to be merged into make.com.
|
||||
$! (well, really, into a top-level descrip.mms.. one day).
|
||||
$
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Makefile.in for ircd/contrib
|
||||
#
|
||||
# $Id: Makefile.in,v 1.1 2002/08/13 14:35:10 fishwaldo Exp $
|
||||
# $Id: Makefile.in,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
#
|
||||
CC = @CC@
|
||||
RM = @RM@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$Id: README,v 1.1 2002/08/13 14:35:10 fishwaldo Exp $
|
||||
$Id: README,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
|
||||
This directory contains modules and patches that have been contributed
|
||||
by other people, or aren't suitable for including into the
|
||||
|
|
|
@ -165,4 +165,4 @@ If you have any problems, questions or find any bugs, find me on irc
|
|||
--
|
||||
Lee H <lee@leeh.co.uk>
|
||||
|
||||
$Id: README.LMH,v 1.1 2002/08/13 14:35:11 fishwaldo Exp $
|
||||
$Id: README.LMH,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: README.disable_identd,v 1.1 2002/08/13 14:35:11 fishwaldo Exp $
|
||||
# $Id: README.disable_identd,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
#
|
||||
This diff adds a config option to the general {} block called disable_auth
|
||||
to hybrid 7. To disable identd requests add something like this to your
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: example_module.c,v 1.1 2002/08/13 14:35:11 fishwaldo Exp $
|
||||
* $Id: example_module.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* List of ircd includes from ../include/ */
|
||||
|
@ -121,7 +121,7 @@ _moddeinit(void)
|
|||
|
||||
/* When we last modified the file (shown in /modlist), this is usually:
|
||||
*/
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -672,7 +672,7 @@ diff -urN --exclude=CVS ircd-hybrid-7/modules/m_unkline.c ircd-hybrid-7+lmh/modu
|
|||
{m_unregistered, m_not_oper, m_error, mo_undline}},
|
||||
{"UNGLINE", 0, 0, 2, 0, MFLG_SLOW, 0,
|
||||
@@ -76,8 +78,10 @@
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
+static void remove_permkline_match(struct Client *, char *, char *);
|
||||
|
@ -971,7 +971,7 @@ diff -urN --exclude=CVS ircd-hybrid-7/modules/m_xline.c ircd-hybrid-7+lmh/module
|
|||
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
+ * POSSIBILITY OF SUCH DAMAGE.
|
||||
+ *
|
||||
+ * $Id: lmh.diff,v 1.1 2002/08/13 14:35:14 fishwaldo Exp $
|
||||
+ * $Id: lmh.diff,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
+ */
|
||||
+
|
||||
+#include "stdinc.h"
|
||||
|
@ -1016,7 +1016,7 @@ diff -urN --exclude=CVS ircd-hybrid-7/modules/m_xline.c ircd-hybrid-7+lmh/module
|
|||
+ mod_del_cmd(&xline_msgtab);
|
||||
+}
|
||||
+
|
||||
+char *_version = "$Revision: 1.1 $";
|
||||
+char *_version = "$Revision: 1.2 $";
|
||||
+
|
||||
+/* m_xline()
|
||||
+ *
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: m_clearchan.c,v 1.1 2002/08/13 14:35:14 fishwaldo Exp $
|
||||
* $Id: m_clearchan.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
|
@ -77,7 +77,7 @@ _moddeinit(void)
|
|||
mod_del_cmd(&clearchan_msgtab);
|
||||
}
|
||||
|
||||
char *_version = "$Revision: 1.1 $";
|
||||
char *_version = "$Revision: 1.2 $";
|
||||
|
||||
/*
|
||||
** mo_clearchan
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: m_flags.c,v 1.1 2002/08/13 14:35:15 fishwaldo Exp $
|
||||
* $Id: m_flags.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* List of ircd includes from ../include/ */
|
||||
|
@ -77,7 +77,7 @@ _moddeinit(void)
|
|||
mod_del_cmd(&test_msgtab);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
/* FLAGS requires it's own mini parser, since the last parameter in it can
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: m_force.c,v 1.1 2002/08/13 14:35:15 fishwaldo Exp $
|
||||
* $Id: m_force.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
@ -78,7 +78,7 @@ _moddeinit(void)
|
|||
mod_del_cmd(&forcepart_msgtab);
|
||||
}
|
||||
|
||||
char *_version = "$Revision: 1.1 $";
|
||||
char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: m_jupe.c,v 1.1 2002/08/13 14:35:15 fishwaldo Exp $
|
||||
* $Id: m_jupe.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
@ -71,7 +71,7 @@ _moddeinit(void)
|
|||
mod_del_cmd(&jupe_msgtab);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: m_ltrace.c,v 1.1 2002/08/13 14:35:16 fishwaldo Exp $
|
||||
* $Id: m_ltrace.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
@ -67,7 +67,7 @@ _moddeinit(void)
|
|||
mod_del_cmd(<race_msgtab);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
static int report_this_status(struct Client *source_p, struct Client *target_p,int dow,
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: m_map.c,v 1.1 2002/08/13 14:35:16 fishwaldo Exp $
|
||||
* $Id: m_map.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
@ -54,7 +54,7 @@ void _moddeinit(void)
|
|||
mod_del_cmd(&map_msgtab);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
static char buf[BUFSIZE];
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* You can use this code in any way as long as these names remain.
|
||||
*
|
||||
* $Id: m_mkpasswd.c,v 1.1 2002/08/13 14:35:16 fishwaldo Exp $
|
||||
* $Id: m_mkpasswd.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* List of ircd includes from ../include/ */
|
||||
|
@ -56,7 +56,7 @@ void _moddeinit(void)
|
|||
mod_del_cmd(&test_msgtab);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
static void m_mkpasswd(struct Client *client_p, struct Client *source_p,
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: m_ojoin.c,v 1.1 2002/08/13 14:35:16 fishwaldo Exp $
|
||||
* $Id: m_ojoin.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
@ -58,7 +58,7 @@ _moddeinit(void)
|
|||
mod_del_cmd(&ojoin_msgtab);
|
||||
}
|
||||
|
||||
char *_version = "$Revision: 1.1 $";
|
||||
char *_version = "$Revision: 1.2 $";
|
||||
|
||||
/*
|
||||
** mo_ojoin
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: m_opme.c,v 1.1 2002/08/13 14:35:16 fishwaldo Exp $
|
||||
* $Id: m_opme.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
|
@ -57,7 +57,7 @@ _moddeinit(void)
|
|||
mod_del_cmd(&opme_msgtab);
|
||||
}
|
||||
|
||||
char *_version = "$Revision: 1.1 $";
|
||||
char *_version = "$Revision: 1.2 $";
|
||||
|
||||
static int chan_is_opless(struct Channel *chptr)
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: m_tburst.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: m_tburst.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
|
@ -81,7 +81,7 @@ _moddeinit(void)
|
|||
unset_tburst_capab();
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
#endif
|
||||
|
||||
/* ms_tburst()
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_admin_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_admin_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -42,7 +42,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_admin", (hookfn *)show_admin);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
int show_admin(struct hook_spy_data *data)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_info_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_info_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -42,7 +42,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_info", (hookfn *)show_info);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
int show_info(struct hook_spy_data *data)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_links_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_links_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -43,7 +43,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_links", (hookfn *)show_links);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
int
|
||||
show_links(struct hook_links_data *data)
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_motd_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_motd_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -42,7 +42,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_motd", (hookfn *)show_motd);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
int show_motd(struct hook_spy_data *data)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_stats_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_stats_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -43,7 +43,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_stats", (hookfn *)show_stats);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
/* show a stats request */
|
||||
int
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_stats_p_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_stats_p_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -43,7 +43,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_stats_p", (hookfn *)show_stats_p);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
int show_stats_p(struct hook_stats_data *data)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_trace_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_trace_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -45,7 +45,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_ltrace", (hookfn *)show_ltrace);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
int show_trace(struct hook_spy_data *data)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
*
|
||||
* $Id: spy_whois_notice.c,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
* $Id: spy_whois_notice.c,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "modules.h"
|
||||
|
@ -43,7 +43,7 @@ _moddeinit(void)
|
|||
hook_del_hook("doing_whois", (hookfn *)show_notice);
|
||||
}
|
||||
|
||||
const char *_version = "$Revision: 1.1 $";
|
||||
const char *_version = "$Revision: 1.2 $";
|
||||
|
||||
/* show a whois notice
|
||||
source_p does a /whois on client_p */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$Id: CIDR.txt,v 1.1 2002/08/13 14:35:17 fishwaldo Exp $
|
||||
$Id: CIDR.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
||||
CIDR Information
|
||||
----------------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.1 2002/08/13 14:35:18 fishwaldo Exp $
|
||||
# $Id: Makefile.in,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
CC = @CC@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_BIN = @INSTALL_PROGRAM@
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Oper Challenge and Response System
|
||||
|
||||
$Id: challenge.txt,v 1.1 2002/08/13 14:35:18 fishwaldo Exp $
|
||||
$Id: challenge.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
||||
Copyright (c) 2001 by ircd-hybrid team
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Written by ejb, wcampbel, db, leeh and others
|
||||
*
|
||||
* $Id: convertconf-example.conf,v 1.1 2002/08/13 14:35:19 fishwaldo Exp $
|
||||
* $Id: convertconf-example.conf,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* logging {}: contains information about logfiles. */
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Written by ejb, wcampbel, db, leeh and others
|
||||
*
|
||||
* $Id: example.conf,v 1.1 2002/08/13 14:35:20 fishwaldo Exp $
|
||||
* $Id: example.conf,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* IMPORTANT NOTES:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Modified for EFnet by: Disciple
|
||||
* Based on example.conf written by ejb, wcampbel, db, leeh and others
|
||||
*
|
||||
* $Id: example.efnet.conf,v 1.1 2002/08/13 14:35:21 fishwaldo Exp $
|
||||
* $Id: example.efnet.conf,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* IMPORTANT NOTES:
|
||||
|
|
|
@ -33,4 +33,4 @@ pushed back and pile up.
|
|||
|
||||
8. Don't forget to include a CVS Id.
|
||||
|
||||
# $Id: guidelines.txt,v 1.1 2002/08/13 14:35:21 fishwaldo Exp $
|
||||
# $Id: guidelines.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
|
|
@ -1,38 +1,22 @@
|
|||
Technical Documentation for ircd-hybrid-7
|
||||
|
||||
# $Id: index.txt,v 1.1 2002/08/13 14:35:21 fishwaldo Exp $
|
||||
Here is the overview of the documents in the doc/ directory.
|
||||
Persistent_Clients.txt - A global UID and Persistent client (with cookies)
|
||||
proposal
|
||||
README.TSora - Description of the TS3 protocol
|
||||
README.openssl - Information for users who have problems with
|
||||
Hybrid, OpenSSL, and their operating system
|
||||
cryptlink.txt - Outline of CRYPTLINK protocol
|
||||
event.txt - Outline of the event system
|
||||
fd-management.txt - Outline of the file descriptor management system
|
||||
file-management.txt - Outline of the disk file management system
|
||||
hostmask.txt - Outline of hostmask handling
|
||||
iauth.txt - Outline of the ircd-authd authorization daemon
|
||||
linebuf.txt - Outline of the linebuf system (dbuf replacement)
|
||||
message-customisation.txt - Outline of the message customization procedure
|
||||
for developers and advanced users
|
||||
network.txt - Outline of the network traffic subsystem
|
||||
rfc1459.txt - The IRC RFC
|
||||
send.txt - Document on all of the send_to functions
|
||||
whats-new-code.txt - Whats changed in the code
|
||||
|
||||
CIDR.txt - Description of CIDR in IPv4
|
||||
LazyLinks.txt - The lazylinks leaf concept
|
||||
Tao-of-IRC.940110 - No comment...
|
||||
challenge.txt - Overview of the challenge/response system for
|
||||
obtaining operator status
|
||||
dline.conf - A blank dline.conf file used by make install
|
||||
example.conf - An example ircd.conf file describing most of the
|
||||
user settable options
|
||||
guidelines.txt - Documentation guidelines
|
||||
index.txt - This file
|
||||
ircd.8 - The new revised manpage, read with the following
|
||||
commands in the prefix directory:
|
||||
man -M . ircd
|
||||
ircd.motd - A default ircd.motd used by make install
|
||||
kline.conf - A blank kline.conf file used by make install
|
||||
kline.txt - Outline of the remote K-line protocol for both
|
||||
opers and servers
|
||||
messages.txt - A general help file for users and admins to
|
||||
customize ircd's messages.
|
||||
modeg.txt - An in depth description of the server side silence
|
||||
user mode (+g)
|
||||
modes.txt - A list of all user and channel modes
|
||||
operguide.txt - EFnet operator's guide
|
||||
opermyth.txt - Oper myth's, describes what opers can and cannot do
|
||||
resv.txt - Outline of the RESV command.
|
||||
server-version-info - Overview of the flags shown in /version
|
||||
serverhide.txt - Information about the server hide options
|
||||
simple.conf - A simple ircd.conf useful for beginning admins
|
||||
vchans.txt - The paper describing virtual channels
|
||||
whats-new.txt - What new features are available
|
||||
|
||||
Also in the contrib/ directory you will find:
|
||||
example_module.c - An example module, detailing what the code in a module
|
||||
does. Useful for building your own modules.
|
||||
# $Id: index.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" @(#)ircd.8 7b10 25 Oct 2001
|
||||
.\" $Id: ircd.8,v 1.1 2002/08/13 14:35:21 fishwaldo Exp $
|
||||
.\" $Id: ircd.8,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
.TH IRCD 8 "ircd-hybrid-7 25 Oct 2001
|
||||
.SH NAME
|
||||
ircd \- The Internet Relay Chat Program Server
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* Copyright (C) 2001-2002 Hybrid Development Team
|
||||
*
|
||||
* $Id: kline.txt,v 1.1 2002/08/13 14:35:21 fishwaldo Exp $
|
||||
* $Id: kline.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Message Customization Overview
|
||||
|
||||
$Id: messages.txt,v 1.1 2002/08/13 14:35:21 fishwaldo Exp $
|
||||
$Id: messages.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
||||
Copyright (c) 2001 by ircd-hybrid team
|
||||
|
||||
|
|
|
@ -137,4 +137,4 @@ We hope that these goals are obtained.
|
|||
|
||||
--
|
||||
W. Campbell
|
||||
$Id: modeg.txt,v 1.1 2002/08/13 14:35:21 fishwaldo Exp $
|
||||
$Id: modeg.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
|
|
@ -54,4 +54,4 @@ Currently these are bkloveIh.
|
|||
Note that most of the channel modes can be disabled in the conf file for
|
||||
networks that do not wish to support them.
|
||||
|
||||
# $Id: modes.txt,v 1.1 2002/08/13 14:35:22 fishwaldo Exp $
|
||||
# $Id: modes.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# IRC - Internet Relay Chat, doc/example.conf
|
||||
# Copyright (C) 1992, Bill Wisner
|
||||
#
|
||||
# $Id: example_old.conf,v 1.1 2002/08/13 14:35:25 fishwaldo Exp $
|
||||
# $Id: example_old.conf,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
#
|
||||
# Example of an old style ircd.conf file, which h7 will not parse
|
||||
# but is kept here for historical interest
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# IRC minimal example configuration file
|
||||
#
|
||||
# $Id: simple.conf,v 1.1 2002/08/13 14:35:25 fishwaldo Exp $
|
||||
# $Id: simple.conf,v 1.1 2002/08/13 14:35:25 fishwaldo Exp $
|
||||
# $Id: simple.conf,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
# $Id: simple.conf,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
#
|
||||
# This is a basic ircd.conf that will get you up and running with
|
||||
# little or no modifications. See the example.conf file for more
|
||||
|
|
|
@ -365,4 +365,4 @@ Vuurwerk Internet '|.|' PGP - 0xD68A7AAB
|
|||
|
||||
And on the seventh day, He exited from append mode.
|
||||
|
||||
# $Id: operguide.txt,v 1.1 2002/08/13 14:35:22 fishwaldo Exp $
|
||||
# $Id: operguide.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Copyright (C) 2001 Hybrid Development Team
|
||||
*
|
||||
* $Id: resv.txt,v 1.1 2002/08/13 14:35:23 fishwaldo Exp $
|
||||
* $Id: resv.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
RESV
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Server VERSION Info
|
||||
|
||||
$Id: server-version-info,v 1.1 2002/08/13 14:35:23 fishwaldo Exp $
|
||||
$Id: server-version-info,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
||||
Copyright (c) 2001 by ircd-hybrid team
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Server Hide Reference
|
||||
|
||||
$Id: serverhide.txt,v 1.1 2002/08/13 14:35:23 fishwaldo Exp $
|
||||
$Id: serverhide.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
||||
Copyright (c) 2001 by ircd-hybrid team
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Hybrid 7 minimal example configuration file
|
||||
#
|
||||
# $Id: simple.conf,v 1.1 2002/08/13 14:35:23 fishwaldo Exp $
|
||||
# $Id: simple.conf,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
#
|
||||
# This is a basic ircd.conf that will get your server running with
|
||||
# little modification. See the example.conf for more specific
|
||||
|
|
|
@ -105,6 +105,6 @@ TBD. What to do if a dronebot net is programmed to /suspend as many
|
|||
as possible, in order to eat up memory in a DDoS attempt. One of the
|
||||
same criticisms against vchans actually.
|
||||
|
||||
$Id: Persistent_Clients.txt,v 1.1 2002/08/13 14:35:26 fishwaldo Exp $
|
||||
$Id: Persistent_Clients.txt,v 1.2 2002/08/13 14:45:04 fishwaldo Exp $
|
||||
|
||||
|
||||
|
|
|
@ -336,4 +336,4 @@
|
|||
administrators/IRCops on the server of the key mismatch.
|
||||
14. Server #1 closes the socket.
|
||||
|
||||
$Id: cryptlink.txt,v 1.1 2002/08/13 14:35:27 fishwaldo Exp $
|
||||
$Id: cryptlink.txt,v 1.2 2002/08/13 14:45:05 fishwaldo Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$Id: debug_api.txt,v 1.1 2002/08/13 14:35:27 fishwaldo Exp $
|
||||
$Id: debug_api.txt,v 1.2 2002/08/13 14:45:05 fishwaldo Exp $
|
||||
|
||||
This describes the debug (src/debug.c) debugging system in hybrid.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Overview of the event subsystem
|
||||
Adrian Chadd <adrian@creative.net.au>
|
||||
|
||||
$Id: event.txt,v 1.1 2002/08/13 14:35:27 fishwaldo Exp $
|
||||
$Id: event.txt,v 1.2 2002/08/13 14:45:06 fishwaldo Exp $
|
||||
|
||||
|
||||
One of the things that immediately struck me whilst first looking at the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Overview of the filedescriptor subsystem
|
||||
Adrian Chadd <adrian@creative.net.au>
|
||||
|
||||
$Id: fd-management.txt,v 1.1 2002/08/13 14:35:27 fishwaldo Exp $
|
||||
$Id: fd-management.txt,v 1.2 2002/08/13 14:45:06 fishwaldo Exp $
|
||||
|
||||
|
||||
Filedescriptor lists
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Overview of the file management subsystem
|
||||
Adrian Chadd <adrian@creative.net.au>
|
||||
|
||||
$Id: file-management.txt,v 1.1 2002/08/13 14:35:27 fishwaldo Exp $
|
||||
$Id: file-management.txt,v 1.2 2002/08/13 14:45:06 fishwaldo Exp $
|
||||
|
||||
|
||||
File operations
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The hostmask/netmask system.
|
||||
Copyright(C) 2001 by Andrew Miller(A1kmm)<a1kmm@mware.virtualave.net>
|
||||
$Id: hostmask.txt,v 1.1 2002/08/13 14:35:28 fishwaldo Exp $
|
||||
$Id: hostmask.txt,v 1.2 2002/08/13 14:45:06 fishwaldo Exp $
|
||||
|
||||
Contents
|
||||
========
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$Id: iauth.txt,v 1.1 2002/08/13 14:35:28 fishwaldo Exp $
|
||||
$Id: iauth.txt,v 1.2 2002/08/13 14:45:06 fishwaldo Exp $
|
||||
|
||||
Patrick Alken <wnder@underworld.net>
|
||||
01/09/2000
|
||||
|
|
|
@ -19,4 +19,4 @@ rfc1459.txt - The IRC RFC
|
|||
send.txt - Document on all of the send_to functions
|
||||
whats-new-code.txt - Whats changed in the code
|
||||
|
||||
# $Id: index.txt,v 1.1 2002/08/13 14:35:28 fishwaldo Exp $
|
||||
# $Id: index.txt,v 1.2 2002/08/13 14:45:06 fishwaldo Exp $
|
||||
|
|
|
@ -3,7 +3,7 @@ linebuf - a dbuf replacement for the New World Order(tm)
|
|||
|
||||
By Adrian Chadd <adrian@creative.net.au>
|
||||
|
||||
$Id: linebuf.txt,v 1.1 2002/08/13 14:35:28 fishwaldo Exp $
|
||||
$Id: linebuf.txt,v 1.2 2002/08/13 14:45:07 fishwaldo Exp $
|
||||
|
||||
|
||||
History
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Message customization/localization system
|
||||
David Taylor <davidt@yadt.co.uk>
|
||||
|
||||
$Id: message-customisation.txt,v 1.1 2002/08/13 14:35:28 fishwaldo Exp $
|
||||
$Id: message-customisation.txt,v 1.2 2002/08/13 14:45:07 fishwaldo Exp $
|
||||
|
||||
Please send any comments, questions, flames or suggestions to the
|
||||
above address :)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Overview of the network subsystem
|
||||
Adrian Chadd <adrian@creative.net.au>
|
||||
|
||||
$Id: network.txt,v 1.1 2002/08/13 14:35:28 fishwaldo Exp $
|
||||
$Id: network.txt,v 1.2 2002/08/13 14:45:07 fishwaldo Exp $
|
||||
|
||||
|
||||
This document is an overview of the new and hopefully improved network
|
||||
|
|
|
@ -290,4 +290,4 @@ send_message()
|
|||
|
||||
-- Diane Bruce
|
||||
|
||||
$Id: send.txt,v 1.1 2002/08/13 14:35:34 fishwaldo Exp $
|
||||
$Id: send.txt,v 1.2 2002/08/13 14:45:07 fishwaldo Exp $
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Overview of the TS5 system
|
||||
Lee H <lee@leeh.co.uk>
|
||||
|
||||
$Id: ts5.txt,v 1.1 2002/08/13 14:35:34 fishwaldo Exp $
|
||||
$Id: ts5.txt,v 1.2 2002/08/13 14:45:07 fishwaldo Exp $
|
||||
|
||||
For the purposes of this document, ircd versions:
|
||||
hybrid6.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Whats changed in the codebase
|
||||
|
||||
# $Id: whats-new-code.txt,v 1.1 2002/08/13 14:35:34 fishwaldo Exp $
|
||||
# $Id: whats-new-code.txt,v 1.2 2002/08/13 14:45:08 fishwaldo Exp $
|
||||
|
||||
First, please note one thing - a *LOT* has changed in hybrid-7.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$Id: vchans.txt,v 1.1 2002/08/13 14:35:23 fishwaldo Exp $
|
||||
$Id: vchans.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
||||
"Virtual Channels"
|
||||
======================
|
||||
|
|
|
@ -280,5 +280,5 @@ options that were in config.h, to be changed with a /rehash.
|
|||
PARA - Controls propogation of INVITE notices for +p (paranoid) channels
|
||||
ENC:a - Encrypted link, where 'a' is the cipher being used
|
||||
|
||||
# $Id: whats-new.txt,v 1.1 2002/08/13 14:35:24 fishwaldo Exp $
|
||||
# $Id: whats-new.txt,v 1.2 2002/08/13 14:45:01 fishwaldo Exp $
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Generated automatically from Makefile.in by configure.
|
||||
# $Id: Makefile.in,v 1.1 2002/08/13 14:35:34 fishwaldo Exp $
|
||||
# $Id: Makefile.in,v 1.2 2002/08/13 14:45:08 fishwaldo Exp $
|
||||
# makefile for include/
|
||||
|
||||
INSTALL= @INSTALL@
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# IAuth Makefile (C) Patrick Alken 1999
|
||||
# $Id: Makefile.in,v 1.1 2002/08/13 14:35:35 fishwaldo Exp $
|
||||
# $Id: Makefile.in,v 1.2 2002/08/13 14:45:08 fishwaldo Exp $
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @IRC_CFLAGS@ -DIRCD_PREFIX=\"@prefix@\"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: auth.h,v 1.1 2002/08/13 14:35:35 fishwaldo Exp $
|
||||
* $Id: auth.h,v 1.2 2002/08/13 14:45:08 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_auth_h
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: class.h,v 1.1 2002/08/13 14:35:35 fishwaldo Exp $
|
||||
* $Id: class.h,v 1.2 2002/08/13 14:45:08 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_class_h
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: commands.h,v 1.1 2002/08/13 14:35:35 fishwaldo Exp $
|
||||
* $Id: commands.h,v 1.2 2002/08/13 14:45:09 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_commands_h
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: conf.h,v 1.1 2002/08/13 14:35:35 fishwaldo Exp $
|
||||
* $Id: conf.h,v 1.2 2002/08/13 14:45:09 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_conf_h
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: iauth.h,v 1.1 2002/08/13 14:35:35 fishwaldo Exp $
|
||||
* $Id: iauth.h,v 1.2 2002/08/13 14:45:09 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_iauth_h
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: log.h,v 1.1 2002/08/13 14:35:35 fishwaldo Exp $
|
||||
* $Id: log.h,v 1.2 2002/08/13 14:45:09 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_log_h
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue