- Updated documentation.
This commit is contained in:
parent
aa15257936
commit
f349b18949
|
@ -40,6 +40,8 @@ ngIRCd CVS-HEAD
|
|||
if an outgoing server link can't be established.
|
||||
- Added AC_PREREQ(2.50) to configure.in for better autoconf compatibility.
|
||||
- Conn_Close() now handles recurisive calls for the same link correctly.
|
||||
- ngIRCd can register itself with Rendezvous: to enable support pass the
|
||||
new switch "--enable-rendezvous" to configure.
|
||||
|
||||
ngIRCd 0.6.1, 2003-01-21
|
||||
|
||||
|
@ -421,4 +423,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||
|
||||
|
||||
--
|
||||
$Id: ChangeLog,v 1.177 2003/02/21 19:44:00 alex Exp $
|
||||
$Id: ChangeLog,v 1.178 2003/02/23 12:02:39 alex Exp $
|
||||
|
|
4
NEWS
4
NEWS
|
@ -17,6 +17,8 @@ ngIRCd CVS-HEAD
|
|||
configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
|
||||
to add a new server (ngIRCd tries to connect new servers only once!).
|
||||
- Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
|
||||
- ngIRCd can register itself with Rendezvous: to enable support pass the
|
||||
new switch "--enable-rendezvous" to configure.
|
||||
|
||||
|
||||
Older news (sorry, only available in german language):
|
||||
|
@ -150,4 +152,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||
|
||||
|
||||
--
|
||||
$Id: NEWS,v 1.49 2002/12/31 16:18:07 alex Exp $
|
||||
$Id: NEWS,v 1.50 2003/02/23 12:02:39 alex Exp $
|
||||
|
|
Loading…
Reference in New Issue