From c7f075236b5930f191e784a69c782e7a9d24bc58 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 12 Dec 2002 12:23:43 +0000 Subject: [PATCH] - new file header format (in english). --- src/ngircd/channel.h | 15 +++++----- src/ngircd/client.h | 65 ++++++++++++++++++++-------------------- src/ngircd/conn.h | 15 +++++----- src/ngircd/defines.h | 15 +++++----- src/ngircd/hash.h | 15 +++++----- src/ngircd/irc-channel.h | 15 +++++----- src/ngircd/irc-info.h | 15 +++++----- src/ngircd/irc-login.h | 15 +++++----- src/ngircd/irc-mode.h | 15 +++++----- src/ngircd/irc-op.h | 15 +++++----- src/ngircd/irc-oper.h | 15 +++++----- src/ngircd/irc-server.h | 15 +++++----- src/ngircd/irc-write.h | 15 +++++----- src/ngircd/irc.h | 15 +++++----- src/ngircd/lists.h | 15 +++++----- src/ngircd/log.h | 15 +++++----- src/ngircd/match.h | 15 +++++----- src/ngircd/messages.h | 15 +++++----- src/ngircd/parse.h | 15 +++++----- src/ngircd/resolve.h | 15 +++++----- src/ngircd/tool.h | 15 +++++----- 21 files changed, 172 insertions(+), 193 deletions(-) diff --git a/src/ngircd/channel.h b/src/ngircd/channel.h index 4ba1ef53..30aed645 100644 --- a/src/ngircd/channel.h +++ b/src/ngircd/channel.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: channel.h,v 1.22 2002/10/09 16:53:02 alex Exp $ + * $Id: channel.h,v 1.23 2002/12/12 12:23:43 alex Exp $ * - * channel.h: Management der Channels (Header) + * Channel management (header) */ diff --git a/src/ngircd/client.h b/src/ngircd/client.h index c1dfc28c..edee38e4 100644 --- a/src/ngircd/client.h +++ b/src/ngircd/client.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: client.h,v 1.31 2002/11/30 15:04:57 alex Exp $ + * $Id: client.h,v 1.32 2002/12/12 12:23:43 alex Exp $ * - * client.h: Konfiguration des ngircd (Header) + * Client management (header) */ @@ -19,15 +18,15 @@ #define __client_h__ -#define CLIENT_UNKNOWN 1 /* Verbindung mit (noch) unbekanntem Typ */ -#define CLIENT_GOTPASS 2 /* Client hat PASS gesendet */ -#define CLIENT_GOTNICK 4 /* Client hat NICK gesendet */ -#define CLIENT_GOTUSER 8 /* Client hat USER gesendet */ -#define CLIENT_USER 16 /* Client ist ein Benutzer (USER wurde gesendet) */ -#define CLIENT_UNKNOWNSERVER 32 /* unregistrierte Server-Verbindung */ -#define CLIENT_GOTPASSSERVER 64 /* Client hat PASS nach "Server-Art" gesendet */ -#define CLIENT_SERVER 128 /* Client ist ein Server */ -#define CLIENT_SERVICE 256 /* Client ist ein Service */ +#define CLIENT_UNKNOWN 1 /* connection of unknown type */ +#define CLIENT_GOTPASS 2 /* client did send PASS */ +#define CLIENT_GOTNICK 4 /* client did send NICK */ +#define CLIENT_GOTUSER 8 /* client did send USER */ +#define CLIENT_USER 16 /* client is an IRC user */ +#define CLIENT_UNKNOWNSERVER 32 /* unregistered server connection */ +#define CLIENT_GOTPASSSERVER 64 /* client did send PASS in "server style" */ +#define CLIENT_SERVER 128 /* client is a server */ +#define CLIENT_SERVICE 256 /* client is a service */ #define CLIENT_TYPE INT @@ -38,22 +37,22 @@ typedef struct _CLIENT { - CHAR id[CLIENT_ID_LEN]; /* Nick (User) bzw. ID (Server) */ - UINT32 hash; /* Hash ueber die (kleingeschriebene) ID */ - POINTER *next; /* Zeiger auf naechste Client-Struktur */ - CLIENT_TYPE type; /* Typ des Client, vgl. CLIENT_TYPE */ - CONN_ID conn_id; /* ID der Connection (wenn lokal) bzw. NONE (remote) */ - struct _CLIENT *introducer; /* ID des Servers, der die Verbindung hat */ - struct _CLIENT *topserver; /* Toplevel-Servers (nur gueltig, wenn Client ein Server ist) */ - CHAR pwd[CLIENT_PASS_LEN]; /* Passwort, welches der Client angegeben hat */ - CHAR host[CLIENT_HOST_LEN]; /* Hostname des Client */ - CHAR user[CLIENT_USER_LEN]; /* Benutzername ("Login") */ - CHAR info[CLIENT_INFO_LEN]; /* Langer Benutzername (User) bzw. Infotext (Server) */ - CHAR modes[CLIENT_MODE_LEN]; /* Client Modes */ - INT hops, token, mytoken; /* "Hops" und "Token" (-> SERVER-Befehl) */ - BOOLEAN oper_by_me; /* IRC-Operator-Status durch diesen Server? */ - CHAR away[CLIENT_AWAY_LEN]; /* AWAY-Text, wenn Mode 'a' gesetzt */ - CHAR flags[CLIENT_FLAGS_LEN]; /* Flags des Client (aktuell nur bei Servern) */ + CHAR id[CLIENT_ID_LEN]; /* nick (user) / ID (server) */ + UINT32 hash; /* hash of lower-case ID */ + POINTER *next; /* pointer to next client structure */ + CLIENT_TYPE type; /* type of client, see CLIENT_xxx */ + CONN_ID conn_id; /* ID of the connection (if local) or NONE (remote) */ + struct _CLIENT *introducer; /* ID of the servers which the client is connected to */ + struct _CLIENT *topserver; /* toplevel servers (only valid if client is a server) */ + CHAR pwd[CLIENT_PASS_LEN]; /* password received of the client */ + CHAR host[CLIENT_HOST_LEN]; /* hostname of the client */ + CHAR user[CLIENT_USER_LEN]; /* user name ("login") */ + CHAR info[CLIENT_INFO_LEN]; /* long user name (user) / info text (server) */ + CHAR modes[CLIENT_MODE_LEN]; /* client modes */ + INT hops, token, mytoken; /* "hops" and "Token" (see SERVER command) */ + BOOLEAN oper_by_me; /* client is local IRC operator on this server? */ + CHAR away[CLIENT_AWAY_LEN]; /* AWAY text (valid if mode 'a' is set) */ + CHAR flags[CLIENT_FLAGS_LEN]; /* flags of the client */ } CLIENT; #else diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index 29801577..f553277d 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conn.h,v 1.24 2002/12/02 13:19:37 alex Exp $ + * $Id: conn.h,v 1.25 2002/12/12 12:23:43 alex Exp $ * - * conn.h: Verwaltung aller Netz-Verbindungen ("connections") (Header) + * Connection management (header) */ diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 76f974ec..a6da7d49 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: defines.h,v 1.38 2002/11/29 17:38:17 alex Exp $ + * $Id: defines.h,v 1.39 2002/12/12 12:23:43 alex Exp $ * - * defines.h: (globale) Konstanten + * Global defines of ngIRCd. */ #ifndef __defines_h__ diff --git a/src/ngircd/hash.h b/src/ngircd/hash.h index c4da11ad..aa5da369 100644 --- a/src/ngircd/hash.h +++ b/src/ngircd/hash.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: hash.h,v 1.3 2002/05/27 12:54:07 alex Exp $ + * $Id: hash.h,v 1.4 2002/12/12 12:23:43 alex Exp $ * - * hash.h: Hash-Werte berechnen (Header) + * Hash calculation (header) */ diff --git a/src/ngircd/irc-channel.h b/src/ngircd/irc-channel.h index b67b3bc6..5a7ffd5c 100644 --- a/src/ngircd/irc-channel.h +++ b/src/ngircd/irc-channel.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-channel.h,v 1.5 2002/09/03 23:56:55 alex Exp $ + * $Id: irc-channel.h,v 1.6 2002/12/12 12:23:43 alex Exp $ * - * irc-channel.h: IRC-Channel-Befehle (Header) + * IRC channel commands (header) */ diff --git a/src/ngircd/irc-info.h b/src/ngircd/irc-info.h index b087cd08..82d55f9e 100644 --- a/src/ngircd/irc-info.h +++ b/src/ngircd/irc-info.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-info.h,v 1.1 2002/11/30 17:39:56 alex Exp $ + * $Id: irc-info.h,v 1.2 2002/12/12 12:23:43 alex Exp $ * - * irc-info.h: IRC-Info-Befehle (Header) + * IRC info commands (header) */ diff --git a/src/ngircd/irc-login.h b/src/ngircd/irc-login.h index 405d540e..e7ac327a 100644 --- a/src/ngircd/irc-login.h +++ b/src/ngircd/irc-login.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-login.h,v 1.4 2002/05/27 13:09:27 alex Exp $ + * $Id: irc-login.h,v 1.5 2002/12/12 12:23:43 alex Exp $ * - * irc-login.h: Anmeldung und Abmeldung im IRC (Header) + * Login and logout (header) */ diff --git a/src/ngircd/irc-mode.h b/src/ngircd/irc-mode.h index 028b33a0..bede5423 100644 --- a/src/ngircd/irc-mode.h +++ b/src/ngircd/irc-mode.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-mode.h,v 1.4 2002/05/27 13:09:27 alex Exp $ + * $Id: irc-mode.h,v 1.5 2002/12/12 12:23:43 alex Exp $ * - * irc-mode.h: IRC-Befehle zur Mode-Aenderung (MODE, AWAY, ...) (Header) + * IRC commands for mode changes (header) */ diff --git a/src/ngircd/irc-op.h b/src/ngircd/irc-op.h index 21622db4..06184447 100644 --- a/src/ngircd/irc-op.h +++ b/src/ngircd/irc-op.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-op.h,v 1.2 2002/09/08 00:52:55 alex Exp $ + * $Id: irc-op.h,v 1.3 2002/12/12 12:23:43 alex Exp $ * - * irc-op.h: Befehle zur Channel-Verwaltung (Header) + * Channel operator commands (header) */ diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index 594272fa..acff64e9 100644 --- a/src/ngircd/irc-oper.h +++ b/src/ngircd/irc-oper.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-oper.h,v 1.8 2002/11/22 23:32:29 alex Exp $ + * $Id: irc-oper.h,v 1.9 2002/12/12 12:23:43 alex Exp $ * - * irc-oper.h: IRC-Operator-Befehle (Header) + * IRC operator commands (header) */ diff --git a/src/ngircd/irc-server.h b/src/ngircd/irc-server.h index fcb0b98a..413aa90c 100644 --- a/src/ngircd/irc-server.h +++ b/src/ngircd/irc-server.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-server.h,v 1.3 2002/05/27 13:09:27 alex Exp $ + * $Id: irc-server.h,v 1.4 2002/12/12 12:23:43 alex Exp $ * - * irc-server.h: IRC-Befehle fuer Server-Links (Header) + * IRC commands for server links (header) */ diff --git a/src/ngircd/irc-write.h b/src/ngircd/irc-write.h index df78882d..7d70d696 100644 --- a/src/ngircd/irc-write.h +++ b/src/ngircd/irc-write.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-write.h,v 1.4 2002/09/03 23:56:06 alex Exp $ + * $Id: irc-write.h,v 1.5 2002/12/12 12:23:43 alex Exp $ * - * irc-write.h: IRC-Texte und Befehle ueber Netzwerk versenden (Header) + * Sending IRC commands over the network (header) */ diff --git a/src/ngircd/irc.h b/src/ngircd/irc.h index 23ae7be7..6be74bb1 100644 --- a/src/ngircd/irc.h +++ b/src/ngircd/irc.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc.h,v 1.35 2002/11/30 17:39:56 alex Exp $ + * $Id: irc.h,v 1.36 2002/12/12 12:23:43 alex Exp $ * - * irc.h: IRC-Befehle (Header) + * IRC commands (header) */ diff --git a/src/ngircd/lists.h b/src/ngircd/lists.h index 5d500a5a..d71698d2 100644 --- a/src/ngircd/lists.h +++ b/src/ngircd/lists.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: lists.h,v 1.8 2002/09/08 17:05:25 alex Exp $ + * $Id: lists.h,v 1.9 2002/12/12 12:23:43 alex Exp $ * - * lists.h: Verwaltung der "IRC-Listen": Ban, Invite, ... (Header) + * Management of IRC lists: ban, invite, ... (header) */ diff --git a/src/ngircd/log.h b/src/ngircd/log.h index 85f0640c..bc22c200 100644 --- a/src/ngircd/log.h +++ b/src/ngircd/log.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: log.h,v 1.12 2002/05/27 13:09:27 alex Exp $ + * $Id: log.h,v 1.13 2002/12/12 12:23:43 alex Exp $ * - * log.h: Logging-Funktionen (Header) + * Logging functions (header) */ diff --git a/src/ngircd/match.h b/src/ngircd/match.h index b96456d6..3c83427e 100644 --- a/src/ngircd/match.h +++ b/src/ngircd/match.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: match.h,v 1.1 2002/06/26 15:42:58 alex Exp $ + * $Id: match.h,v 1.2 2002/12/12 12:23:43 alex Exp $ * - * match.h: Wildcard Pattern Matching (Header) + * Wildcard pattern matching (header) */ diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index c181cb0c..beefeb2b 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: messages.h,v 1.55 2002/12/02 13:17:46 alex Exp $ + * $Id: messages.h,v 1.56 2002/12/12 12:23:43 alex Exp $ * - * irc.h: IRC-Befehle (Header) + * IRC numerics (Header) */ diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index 0b9e6493..6c252b15 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: parse.h,v 1.7 2002/05/27 13:09:27 alex Exp $ + * $Id: parse.h,v 1.8 2002/12/12 12:23:43 alex Exp $ * - * parse.h: Parsen der Client-Anfragen (Header) + * IRC command parser and validator (header) */ diff --git a/src/ngircd/resolve.h b/src/ngircd/resolve.h index 4524096d..cce5d02c 100644 --- a/src/ngircd/resolve.h +++ b/src/ngircd/resolve.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: resolve.h,v 1.2 2002/09/16 09:22:41 alex Exp $ + * $Id: resolve.h,v 1.3 2002/12/12 12:23:43 alex Exp $ * - * resolve.h: asyncroner Resolver (Header) + * Asynchronous resolver (header) */ diff --git a/src/ngircd/tool.h b/src/ngircd/tool.h index 152e94eb..f094eb35 100644 --- a/src/ngircd/tool.h +++ b/src/ngircd/tool.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: tool.h,v 1.8 2002/05/27 13:09:27 alex Exp $ + * $Id: tool.h,v 1.9 2002/12/12 12:23:43 alex Exp $ * - * log.h: Hilfsfunktionen (Header) + * Tool functions (Header) */ -- 2.39.2