Updated documentation.

This commit is contained in:
Alexander Barton 2003-04-21 22:52:18 +00:00
parent bd52d4e49c
commit da78dc4785
2 changed files with 10 additions and 2 deletions

View File

@ -12,6 +12,10 @@
ngIRCd CVS-HEAD
- (none)
ngIRCd 0.7.0-pre1
- New signal handler (more secure, actions are executed outside).
- GCC: the compiler is now called with more warning options enabled.
- Replaced a lot of str[n]cpy(), str[n]cat() and sprintf() calls with the
@ -433,4 +437,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.188 2003/04/20 23:12:57 alex Exp $
$Id: ChangeLog,v 1.189 2003/04/21 22:52:18 alex Exp $

6
NEWS
View File

@ -12,6 +12,10 @@
ngIRCd CVS-HEAD
- (none)
ngIRCd 0.7.0-pre1
- New command CONNECT to enable and add server links. The syntax is not
RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
@ -161,4 +165,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: NEWS,v 1.53 2003/04/20 23:14:28 alex Exp $
$Id: NEWS,v 1.54 2003/04/21 22:52:18 alex Exp $