Commit Diff


commit - 7281b8dd4d917f8b7f7c36460b78b686427ce973
commit + 9f9576ce31c7b84638b34a49e4779829fa7cb3da
blob - 6cca6cb4689e0e00071ce4859a0d522a2446d682
blob + 58d756e71d276780f01ee35989e21a147e9dc93e
--- AUTHORS
+++ AUTHORS
@@ -31,4 +31,4 @@ Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functio
 
 
 -- 
-$Id: AUTHORS,v 1.9 2004/05/07 11:19:20 alex Exp $
+$Id: AUTHORS,v 1.8.2.1 2004/05/07 11:24:17 alex Exp $
blob - 3226ece1115d805fb67be038f8eec91a1abb2666
blob + 74414a0dea7e5f028b8b94b96c9edbefc92ccfd7
--- ChangeLog
+++ ChangeLog
@@ -521,4 +521,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.234 2004/05/07 11:19:20 alex Exp $
+$Id: ChangeLog,v 1.233.2.1 2004/05/07 11:24:17 alex Exp $
blob - 6df155fdd784e6bc6754d6bbeaf37848a81bcdbf
blob + dc6d102b317a61157ea7fe0bf73ec4fa7abaaa51
--- INSTALL
+++ INSTALL
@@ -163,4 +163,4 @@ number. In both cases the server exits after the outpu
 
 
 -- 
-$Id: INSTALL,v 1.19 2004/05/07 11:19:20 alex Exp $
+$Id: INSTALL,v 1.18.2.1 2004/05/07 11:24:17 alex Exp $
blob - fdf928d4ec4f237d92febf84fee0c771f82c2540
blob + 9ea8d09ca5319fabc731bd454993a01033c39ce2
--- NEWS
+++ NEWS
@@ -189,4 +189,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: NEWS,v 1.65 2004/05/07 11:19:20 alex Exp $
+$Id: NEWS,v 1.64.2.1 2004/05/07 11:24:17 alex Exp $
blob - ee4ce5cf38838481f13bcd95b1044d5eb22239e7
blob + 3a005f792bded65cb26960c45c2d5a6a66e891a0
--- README
+++ README
@@ -84,4 +84,4 @@ mail to: <alex@barton.de> or <alex@arthur.ath.cx>
 
 
 -- 
-$Id: README,v 1.19 2004/05/07 11:19:20 alex Exp $
+$Id: README,v 1.18.2.1 2004/05/07 11:24:17 alex Exp $
blob - e8178a5a7483f6c010604d66b1c40b119f4c1992
blob + 7990cfe3417c73571e4a408960880261a6668781
--- doc/sample-ngircd.conf
+++ doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.26 2004/05/07 11:19:20 alex Exp $
+# $Id: sample-ngircd.conf,v 1.25.2.1 2004/05/07 11:24:17 alex Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
blob - 97d77c6d1b35e8142a08bbcfce34d10a291c95ca
blob + c75655594f9f631e8d45d88174b9f19930ea86c3
--- man/ngircd.conf.5
+++ man/ngircd.conf.5
@@ -1,5 +1,5 @@
 .\"
-.\" $Id: ngircd.conf.5,v 1.13 2004/05/07 11:19:20 alex Exp $
+.\" $Id: ngircd.conf.5,v 1.12.2.1 2004/05/07 11:24:18 alex Exp $
 .\"
 .TH ngircd.conf 5 "Mai 2003" ngircd "ngIRCd Manual"
 .SH NAME
blob - 1ea1fe741ef3397c35a6d151c1bac575c4c1eec7
blob + 0585de643473ec76f3b6f39f702c79f9878fd79c
--- src/ngircd/conf.c
+++ src/ngircd/conf.c
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conf.c,v 1.64 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: conf.c,v 1.63.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
blob - 4fbf2d68597c4d8a69f990d5244570ff69d11104
blob + 84dac98689f116a0bcf50fc03586313b02babf3d
--- src/ngircd/conf.h
+++ src/ngircd/conf.h
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: conf.h,v 1.29 2004/05/07 11:19:21 alex Exp $
+ * $Id: conf.h,v 1.28.2.1 2004/05/07 11:24:18 alex Exp $
  *
  * Configuration management (header)
  */
blob - 34951aeef8757d41a6837b996cd4ec45ef314714
blob + 967150a8a0e055a373bd2163c9304ded488dd260
--- src/ngircd/defines.h
+++ src/ngircd/defines.h
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.46 2004/05/07 11:19:21 alex Exp $
+ * $Id: defines.h,v 1.45.2.1 2004/05/07 11:24:18 alex Exp $
  *
  * Global defines of ngIRCd.
  */
blob - 26306949ed865ecc014d0299770c73e5ee4ab790
blob + 7270c01420832ff7d5c01577f57261adf478d407
--- src/ngircd/irc-info.c
+++ src/ngircd/irc-info.c
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: irc-info.c,v 1.22 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: irc-info.c,v 1.21.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
blob - cb149939b789db792419481e2c74545ba3897f51
blob + 171f1fba3b15176f399d29c6df339a2abc5b5713
--- src/ngircd/log.c
+++ src/ngircd/log.c
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: log.c,v 1.45 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: log.c,v 1.44.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
blob - 8ced6e3f8903c8698e2aa505c8c558a15798b539
blob + 85111b7f0ce6a2bb4ae7716ed2320b1a7cf6d519
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.84 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.83.2.1 2004/05/07 11:24:18 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>