about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conf.c7
-rw-r--r--src/ngircd/conf.h7
-rw-r--r--src/ngircd/conn.c7
3 files changed, 15 insertions, 6 deletions
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index 7739cf36..6abad003 100644
--- a/src/ngircd/conf.c
+++ b/src/ngircd/conf.c
@@ -9,13 +9,16 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conf.c,v 1.16 2002/03/10 17:50:48 alex Exp $
+ * $Id: conf.c,v 1.17 2002/03/10 18:47:02 alex Exp $
  *
  * conf.h: Konfiguration des ngircd
  *
  * $Log: conf.c,v $
+ * Revision 1.17  2002/03/10 18:47:02  alex
+ * *** empty log message ***
+ *
  * Revision 1.16  2002/03/10 17:50:48  alex
- * - Handling von "--version" und "--help" nochmal geaendert ...
+ * - Server-Gruppen implementiert.
  *
  * Revision 1.15  2002/03/06 15:35:19  alex
  * - Dateinamen und Pfad sind nun in Konstanten definiert.
diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h
index 3e507b39..a54ec2f6 100644
--- a/src/ngircd/conf.h
+++ b/src/ngircd/conf.h
@@ -9,13 +9,16 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conf.h,v 1.11 2002/03/10 17:50:48 alex Exp $
+ * $Id: conf.h,v 1.12 2002/03/10 18:47:02 alex Exp $
  *
  * conf.h: Konfiguration des ngircd (Header)
  *
  * $Log: conf.h,v $
+ * Revision 1.12  2002/03/10 18:47:02  alex
+ * *** empty log message ***
+ *
  * Revision 1.11  2002/03/10 17:50:48  alex
- * - Handling von "--version" und "--help" nochmal geaendert ...
+ * - Server-Gruppen implementiert.
  *
  * Revision 1.10  2002/02/27 23:23:53  alex
  * - Includes fuer einige Header bereinigt.
diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c
index d19e0030..1d80481a 100644
--- a/src/ngircd/conn.c
+++ b/src/ngircd/conn.c
@@ -9,13 +9,16 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conn.c,v 1.48 2002/03/10 17:50:48 alex Exp $
+ * $Id: conn.c,v 1.49 2002/03/10 18:47:02 alex Exp $
  *
  * connect.h: Verwaltung aller Netz-Verbindungen ("connections")
  *
  * $Log: conn.c,v $
+ * Revision 1.49  2002/03/10 18:47:02  alex
+ * *** empty log message ***
+ *
  * Revision 1.48  2002/03/10 17:50:48  alex
- * - Handling von "--version" und "--help" nochmal geaendert ...
+ * - Server-Gruppen implementiert.
  *
  * Revision 1.47  2002/03/04 23:16:23  alex
  * - Logging geaendert: detaillierter im Syslog, "allgemeiner" fuer Clients.