]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update configure, remove a bunch of deprecated makefiles that have been just a #warni...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 31 Oct 2006 17:42:09 +0000 (17:42 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 31 Oct 2006 17:42:09 +0000 (17:42 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5600 e03df62e-2008-0410-955e-edbf42e46eb7

configure
include/commands.h [deleted file]
include/ctables.h
include/helperfuncs.h [deleted file]
include/message.h [deleted file]
include/userprocess.h [deleted file]

index 218a2996b1253b20e2cf9bd4da5d66a1acbef05a..044fc30d6bd9fc6eaad3afa56d4172a3080fd0d0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1668,7 +1668,7 @@ base.o: base.cpp ../include/base.h ../include/globals.h ../include/inspircd_conf
 configreader.o: configreader.cpp ../include/base.h ../include/configreader.h ../include/inspircd.h ../include/channels.h ../include/users.h ../include/globals.h ../include/inspircd_config.h
        \$(CC) -pipe -I../include \$(FLAGS) -export-dynamic -c configreader.cpp
 
-commands.o: commands.cpp ../include/base.h ../include/commands.h ../include/inspircd.h ../include/channels.h ../include/users.h ../include/globals.h ../include/inspircd_config.h $srcobjs
+commands.o: commands.cpp ../include/base.h ../include/inspircd.h ../include/channels.h ../include/users.h ../include/globals.h ../include/inspircd_config.h $srcobjs
        \$(CC) -pipe -I../include \$(FLAGS) -export-dynamic -c commands.cpp $cmdobjs
 
 dynamic.o: dynamic.cpp ../include/base.h ../include/dynamic.h ../include/inspircd.h ../include/channels.h ../include/users.h ../include/globals.h ../include/inspircd_config.h
@@ -1809,7 +1809,7 @@ libIRCDconfigreader.so: configreader.cpp ../include/base.h ../include/configread
        \$(CC) -pipe -I../include \$(FLAGS) -export-dynamic -c configreader.cpp
        \$(CC) -Wl,--rpath -Wl,$config{LIBRARY_DIR} -shared -o libIRCDconfigreader.so configreader.o
 
-libIRCDcommands.so: commands.cpp ../include/base.h ../include/commands.h ../include/inspircd.h ../include/channels.h ../include/users.h ../include/globals.h ../include/inspircd_config.h
+libIRCDcommands.so: commands.cpp ../include/base.h ../include/inspircd.h ../include/channels.h ../include/users.h ../include/globals.h ../include/inspircd_config.h
        \$(CC) -pipe -I../include \$(FLAGS) -export-dynamic -c commands.cpp
        \$(CC) -Wl,--rpath -Wl,$config{LIBRARY_DIR} -shared -o libIRCDcommands.so commands.o
 
diff --git a/include/commands.h b/include/commands.h
deleted file mode 100644 (file)
index ac88278..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*       +------------------------------------+
- *       | Inspire Internet Relay Chat Daemon |
- *       +------------------------------------+
- *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *               <Craig@chatspike.net>
- *     
- * Written by Craig Edwards, Craig McLure, and others.
- * This program is free but copyrighted software; see
- *            the file COPYING for details.
- *
- * ---------------------------------------------------
- */
-
index ca2ef074b8758ddc5239001acadd948dc060a747..003d512e8d79ed2fa894af165e5ca9958890e7ec 100644 (file)
@@ -80,6 +80,11 @@ class command_t : public Extensible
 
        virtual CmdResult Handle(const char** parameters, int pcnt, userrec* user) = 0;
 
+       virtual CmdResult HandleServer(const char** parameters, int pcnt, const std::string &servername)
+       {
+               return CMD_INVALID;
+       }
+
        void Disable(bool setting)
        {
                disabled = setting;
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
deleted file mode 100644 (file)
index ce169c3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*       +------------------------------------+
- *       | Inspire Internet Relay Chat Daemon |
- *       +------------------------------------+
- *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
- *
- * Written by Craig Edwards, Craig McLure, and others.
- * This program is free but copyrighted software; see
- *            the file COPYING for details.
- *
- * ---------------------------------------------------
- */
-
diff --git a/include/message.h b/include/message.h
deleted file mode 100644 (file)
index aab2f69..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*       +------------------------------------+
- *       | Inspire Internet Relay Chat Daemon |
- *       +------------------------------------+
- *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *               <Craig@chatspike.net>
- *     
- * Written by Craig Edwards, Craig McLure, and others.
- * This program is free but copyrighted software; see
- *            the file COPYING for details.
- *
- * ---------------------------------------------------
- */
-
-#warning "message.h is deprecated and may be removed from a future version"
-
diff --git a/include/userprocess.h b/include/userprocess.h
deleted file mode 100644 (file)
index 0e1b119..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __USERPROCESS_H__
-#define __USERPROCESS_H__
-
-#include "users.h"
-#include "inspircd.h"
-
-void CheckDie();
-void LoadAllModules(InspIRCd* ServerInstance);
-void CheckRoot();
-void OpenLog(char** argv, int argc);
-/*void DoBackgroundUserStuff(time_t TIME);
-void ProcessUser(userrec* cu);
-void DoSocketTimeouts(time_t TIME, InspIRCd* SI);*/
-
-#endif