mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-08 06:40:28 +00:00
- Updated documentation.
This commit is contained in:
parent
c755b82dd9
commit
1a1ff404a8
@ -30,7 +30,8 @@ ngIRCd CVS-HEAD
|
|||||||
configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
|
configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
|
||||||
to add a new server (ngIRCd tries to connect new servers only once!).
|
to add a new server (ngIRCd tries to connect new servers only once!).
|
||||||
- Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
|
- Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
|
||||||
- Restructured the documentation: Now the main language is English.
|
- Restructured the documentation: Now the main language is English. The
|
||||||
|
german documentation has been removed (until there is a maintainer).
|
||||||
- Enhanced killing of users caused by a nickname collision.
|
- Enhanced killing of users caused by a nickname collision.
|
||||||
- Better error detection for status code ("numerics") forwarding.
|
- Better error detection for status code ("numerics") forwarding.
|
||||||
- Moved tool functions to own library: "libngtool".
|
- Moved tool functions to own library: "libngtool".
|
||||||
@ -430,4 +431,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.184 2003/03/10 01:00:00 alex Exp $
|
$Id: ChangeLog,v 1.185 2003/03/15 11:00:31 alex Exp $
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: configure.in,v 1.82 2003/03/07 14:37:30 alex Exp $
|
# $Id: configure.in,v 1.83 2003/03/15 11:00:31 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisierung --
|
# -- Initialisierung --
|
||||||
@ -267,7 +267,6 @@ CFLAGS="$the_CFLAGS $add_CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'"
|
|||||||
AC_OUTPUT([ \
|
AC_OUTPUT([ \
|
||||||
Makefile \
|
Makefile \
|
||||||
doc/Makefile \
|
doc/Makefile \
|
||||||
doc/de/Makefile \
|
|
||||||
MacOSX/Makefile \
|
MacOSX/Makefile \
|
||||||
MacOSX/ngircd.pbproj/Makefile \
|
MacOSX/ngircd.pbproj/Makefile \
|
||||||
src/Makefile \
|
src/Makefile \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# ngIRCd -- The Next Generation IRC Daemon
|
# ngIRCd -- The Next Generation IRC Daemon
|
||||||
# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
|
# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
|
||||||
#
|
#
|
||||||
# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
|
# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
|
||||||
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
||||||
@ -9,11 +9,9 @@
|
|||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
#
|
#
|
||||||
# $Id: Makefile.am,v 1.11 2003/01/04 13:07:54 alex Exp $
|
# $Id: Makefile.am,v 1.12 2003/03/15 11:00:31 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
SUBDIRS = de
|
|
||||||
|
|
||||||
EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \
|
EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \
|
||||||
README-BeOS.txt RFC.txt sample-ngircd.conf
|
README-BeOS.txt RFC.txt sample-ngircd.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user