1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-11-02 06:53:00 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Barton
4d656d12e9 Updated documentation. 2003-04-21 23:31:39 +00:00
Alexander Barton
da78dc4785 Updated documentation. 2003-04-21 22:52:18 +00:00
3 changed files with 12 additions and 3 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 $

View File

@@ -93,6 +93,7 @@ This files will be installed by default:
- /usr/local/sbin/ngircd: executable server
- /usr/local/etc/ngircd.conf: sample configuration (if not already present)
- /usr/local/share/doc/ngircd/: documentation
II. Useful make-targets
@@ -157,4 +158,4 @@ number. In both cases the server exits after the output.
--
$Id: INSTALL,v 1.15 2003/03/23 23:13:15 alex Exp $
$Id: INSTALL,v 1.16 2003/04/21 23:31:39 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 $