mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-15 10:05:40 +00:00
- Includes fuer einige Header bereinigt.
This commit is contained in:
parent
a22a3d5f29
commit
ff54198f43
@ -9,11 +9,14 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* 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
|
* channel.c: Management der Channels
|
||||||
*
|
*
|
||||||
* $Log: channel.c,v $
|
* $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
|
* Revision 1.15 2002/02/27 20:32:10 alex
|
||||||
* - neue Funktionen Channel_Topic() und Channel_SetTopic().
|
* - neue Funktionen Channel_Topic() und Channel_SetTopic().
|
||||||
*
|
*
|
||||||
@ -79,7 +82,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include "irc.h"
|
#include "irc-write.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* 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
|
* client.c: Management aller Clients
|
||||||
*
|
*
|
||||||
@ -21,6 +21,9 @@
|
|||||||
* Server gewesen, so existiert eine entsprechende CONNECTION-Struktur.
|
* Server gewesen, so existiert eine entsprechende CONNECTION-Struktur.
|
||||||
*
|
*
|
||||||
* $Log: client.c,v $
|
* $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
|
* Revision 1.39 2002/02/27 18:22:09 alex
|
||||||
* - neue Funktion Client_SetAway() und Client_Away() implementiert.
|
* - neue Funktion Client_SetAway() und Client_Away() implementiert.
|
||||||
*
|
*
|
||||||
@ -169,7 +172,7 @@
|
|||||||
#include "channel.h"
|
#include "channel.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "conn.h"
|
#include "conn.h"
|
||||||
#include "irc.h"
|
#include "irc-write.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
|
||||||
|
@ -9,11 +9,14 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* 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)
|
* conf.h: Konfiguration des ngircd (Header)
|
||||||
*
|
*
|
||||||
* $Log: conf.h,v $
|
* $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
|
* Revision 1.9 2002/01/03 02:27:20 alex
|
||||||
* - das Server-Passwort kann nun konfiguriert werden.
|
* - das Server-Passwort kann nun konfiguriert werden.
|
||||||
*
|
*
|
||||||
@ -48,6 +51,8 @@
|
|||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
#include "conn.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct _Conf_Oper
|
typedef struct _Conf_Oper
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user