diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/base.cpp | 2 | ||||
-rw-r--r-- | src/channels.cpp | 2 | ||||
-rw-r--r-- | src/command_parse.cpp | 2 | ||||
-rw-r--r-- | src/commands.cpp | 2 | ||||
-rw-r--r-- | src/configreader.cpp | 2 | ||||
-rw-r--r-- | src/cull_list.cpp | 2 | ||||
-rw-r--r-- | src/dns.cpp | 2 | ||||
-rw-r--r-- | src/dynamic.cpp | 2 | ||||
-rw-r--r-- | src/filelogger.cpp | 2 | ||||
-rw-r--r-- | src/hashcomp.cpp | 2 | ||||
-rw-r--r-- | src/helperfuncs.cpp | 2 | ||||
-rw-r--r-- | src/inspsocket.cpp | 2 | ||||
-rw-r--r-- | src/inspstring.cpp | 2 | ||||
-rw-r--r-- | src/mode.cpp | 5 | ||||
-rw-r--r-- | src/modules.cpp | 2 | ||||
-rw-r--r-- | src/server.cpp | 2 | ||||
-rw-r--r-- | src/snomasks.cpp | 2 | ||||
-rw-r--r-- | src/socket.cpp | 2 | ||||
-rw-r--r-- | src/socketengine.cpp | 2 | ||||
-rw-r--r-- | src/timer.cpp | 2 | ||||
-rw-r--r-- | src/user_resolver.cpp | 2 | ||||
-rw-r--r-- | src/userprocess.cpp | 2 | ||||
-rw-r--r-- | src/users.cpp | 2 | ||||
-rw-r--r-- | src/wildcard.cpp | 2 | ||||
-rw-r--r-- | src/xline.cpp | 2 |
25 files changed, 53 insertions, 0 deletions
diff --git a/src/base.cpp b/src/base.cpp index 9c002773b..c18b1f49b 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDbase */ + #include "inspircd_config.h" #include "base.h" #include <time.h> diff --git a/src/channels.cpp b/src/channels.cpp index 8f0d2d744..cc5a2d7d5 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDchannels */ + #include "inspircd.h" #include <stdarg.h> #include "wildcard.h" diff --git a/src/command_parse.cpp b/src/command_parse.cpp index fdc36d26c..a10a19fb9 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDcommand_parse */ + #include "inspircd.h" #include "wildcard.h" #include "xline.h" diff --git a/src/commands.cpp b/src/commands.cpp index edb8a529e..4e4400385 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDcommands */ + #include "inspircd.h" #include "wildcard.h" #include "xline.h" diff --git a/src/configreader.cpp b/src/configreader.cpp index 98092f57e..3d60226f1 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDconfigreader */ + #include "inspircd.h" #include <fstream> #include "xline.h" diff --git a/src/cull_list.cpp b/src/cull_list.cpp index a80a5dd56..8dd1f6ae1 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDcull_list */ + #include "inspircd.h" #include "cull_list.h" diff --git a/src/dns.cpp b/src/dns.cpp index ec19ed397..c1f7758b0 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDasyncdns */ + /* dns.cpp - Nonblocking DNS functions. Very very loosely based on the firedns library, diff --git a/src/dynamic.cpp b/src/dynamic.cpp index 2256b38fc..97660a7a3 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDdynamic */ + #include "inspircd.h" #include "dynamic.h" #ifndef WIN32 diff --git a/src/filelogger.cpp b/src/filelogger.cpp index 32a1f882f..57291efe3 100644 --- a/src/filelogger.cpp +++ b/src/filelogger.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDfilelogger */ + #include "inspircd.h" #include <fstream> #include "socketengine.h" diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 49befd634..f672f3fb2 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDhash */ + #include "inspircd.h" #include "hashcomp.h" #ifndef WIN32 diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 4fe1fb3b2..15629cd1f 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDhelper */ + #include "inspircd.h" #include <stdarg.h> #include "wildcard.h" diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 83754741f..f29f23351 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDinspsocket */ + #include "socket.h" #include "inspstring.h" #include "socketengine.h" diff --git a/src/inspstring.cpp b/src/inspstring.cpp index 98e7228d5..b5bf73370 100644 --- a/src/inspstring.cpp +++ b/src/inspstring.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDstring */ + #include "inspstring.h" /* diff --git a/src/mode.cpp b/src/mode.cpp index 1f6cc08b9..4aee282a2 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -11,6 +11,11 @@ * --------------------------------------------------- */ +/* $Core: libIRCDmode */ +/* $ExtraDeps: $(RELCPPFILES) */ +/* $ExtraObjects: modes/modeclasses.a */ +/* $ExtraBuild: ${MAKE} -C "modes" DIRNAME="src/modes" CC="$(CC)" $(MAKEARGS) CPPFILES="$(CPPFILES)" */ + #include "inspircd.h" #include "inspstring.h" diff --git a/src/modules.cpp b/src/modules.cpp index 5639f3088..e8a0babf0 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDmodules */ + #include "inspircd.h" #include "wildcard.h" #include "xline.h" diff --git a/src/server.cpp b/src/server.cpp index 4568c43fd..f163bc733 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDserver */ + #include <signal.h> #include "exitcodes.h" #include "inspircd.h" diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 070d01d73..dea7cc446 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDsnomasks */ + #include "inspircd.h" #include <stdarg.h> #include "snomasks.h" diff --git a/src/socket.cpp b/src/socket.cpp index e4d59716a..324f7633a 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDsocket */ + #include "inspircd.h" #include "socket.h" #include "socketengine.h" diff --git a/src/socketengine.cpp b/src/socketengine.cpp index 3e4fc7815..06e490c42 100644 --- a/src/socketengine.cpp +++ b/src/socketengine.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDsocketengine */ + #include "inspircd.h" #include "socketengine.h" diff --git a/src/timer.cpp b/src/timer.cpp index a79105f52..f9abf8114 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDtimer */ + #include "inspircd.h" #include "timer.h" diff --git a/src/user_resolver.cpp b/src/user_resolver.cpp index f23682b14..5fe2bebb3 100644 --- a/src/user_resolver.cpp +++ b/src/user_resolver.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDuserresolver */ + #include "inspircd.h" UserResolver::UserResolver(InspIRCd* Instance, User* user, std::string to_resolve, QueryType qt, bool &cache) : diff --git a/src/userprocess.cpp b/src/userprocess.cpp index c4ce93d6a..70f0e246f 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDuserprocess */ + #include "inspircd.h" #include "wildcard.h" #include "xline.h" diff --git a/src/users.cpp b/src/users.cpp index f86e18257..fec5694a4 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDusers */ + #include "inspircd.h" #include <stdarg.h> #include "socketengine.h" diff --git a/src/wildcard.cpp b/src/wildcard.cpp index aaa619f2f..434421964 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDwildcard */ + #include "inspircd.h" #include "hashcomp.h" #include "inspstring.h" diff --git a/src/xline.cpp b/src/xline.cpp index 4f9324825..93c9f795d 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDxline */ + #include "inspircd.h" #include "wildcard.h" #include "xline.h" |