commit ff54198f43eda3251eb117982728dd0cb145a921 from: Alexander Barton date: Wed Feb 27 23:23:53 2002 UTC - Includes fuer einige Header bereinigt. commit - a22a3d5f290a17b7455461afdaf6dfc010f5ddeb commit + ff54198f43eda3251eb117982728dd0cb145a921 blob - 561d9aa0958a7c658c4f02cece2f9c138ba09451 blob + 23d807d92da62f508d42ae4aa78f711da208540b --- src/ngircd/channel.c +++ src/ngircd/channel.c @@ -9,11 +9,14 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: channel.c,v 1.15 2002/02/27 20:32:10 alex Exp $ + * $Id: channel.c,v 1.16 2002/02/27 23:23:53 alex Exp $ * * channel.c: Management der Channels * * $Log: channel.c,v $ + * Revision 1.16 2002/02/27 23:23:53 alex + * - Includes fuer einige Header bereinigt. + * * Revision 1.15 2002/02/27 20:32:10 alex * - neue Funktionen Channel_Topic() und Channel_SetTopic(). * @@ -79,7 +82,7 @@ #include #include "client.h" -#include "irc.h" +#include "irc-write.h" #include "log.h" #include "messages.h" blob - 07fd6481bb3a55c3f5848bd12294ce0385095075 blob + cdb4f185a9744458a7c428bcdb4a66d2f706e49d --- src/ngircd/client.c +++ src/ngircd/client.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: client.c,v 1.39 2002/02/27 18:22:09 alex Exp $ + * $Id: client.c,v 1.40 2002/02/27 23:23:53 alex Exp $ * * client.c: Management aller Clients * @@ -21,6 +21,9 @@ * Server gewesen, so existiert eine entsprechende CONNECTION-Struktur. * * $Log: client.c,v $ + * Revision 1.40 2002/02/27 23:23:53 alex + * - Includes fuer einige Header bereinigt. + * * Revision 1.39 2002/02/27 18:22:09 alex * - neue Funktion Client_SetAway() und Client_Away() implementiert. * @@ -169,7 +172,7 @@ #include "channel.h" #include "conf.h" #include "conn.h" -#include "irc.h" +#include "irc-write.h" #include "log.h" #include "messages.h" blob - 3c9cd2130c77cfa2860b840d6ce9cc546d027c6f blob + 0dbcc3fbfa0dd713a086ccd5db6106667dff9bdd --- src/ngircd/conf.h +++ src/ngircd/conf.h @@ -9,11 +9,14 @@ * 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.9 2002/01/03 02:27:20 alex Exp $ + * $Id: conf.h,v 1.10 2002/02/27 23:23:53 alex Exp $ * * conf.h: Konfiguration des ngircd (Header) * * $Log: conf.h,v $ + * Revision 1.10 2002/02/27 23:23:53 alex + * - Includes fuer einige Header bereinigt. + * * Revision 1.9 2002/01/03 02:27:20 alex * - das Server-Passwort kann nun konfiguriert werden. * @@ -48,7 +51,9 @@ #include +#include "conn.h" + typedef struct _Conf_Oper { CHAR name[CLIENT_PASS_LEN];