diff --git a/Buffer.cpp b/Buffer.cpp index 3759ff84..bb59c0f5 100644 --- a/Buffer.cpp +++ b/Buffer.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "Buffer.h" CBufLine::CBufLine(const CString& sPre, const CString& sPost) { diff --git a/Buffer.h b/Buffer.h index 45fa8300..d05144fa 100644 --- a/Buffer.h +++ b/Buffer.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _BUFFER_H #define _BUFFER_H diff --git a/Chan.cpp b/Chan.cpp index 46a5a8e8..3686d6c9 100644 --- a/Chan.cpp +++ b/Chan.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "Chan.h" #include "znc.h" #include "User.h" diff --git a/Chan.h b/Chan.h index 89a7051e..98b471c4 100644 --- a/Chan.h +++ b/Chan.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _CHAN_H #define _CHAN_H diff --git a/Client.cpp b/Client.cpp index 7fece0c7..a452f132 100644 --- a/Client.cpp +++ b/Client.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "Client.h" #include "znc.h" diff --git a/Client.h b/Client.h index c70dbbe5..563657c7 100644 --- a/Client.h +++ b/Client.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _CLIENT_H #define _CLIENT_H diff --git a/DCCBounce.cpp b/DCCBounce.cpp index 789e0281..ca602b07 100644 --- a/DCCBounce.cpp +++ b/DCCBounce.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "DCCBounce.h" void CDCCBounce::ReadLine(const CString& sData) { diff --git a/DCCBounce.h b/DCCBounce.h index 3e3b3490..40636117 100644 --- a/DCCBounce.h +++ b/DCCBounce.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _DCCBOUNCE_H #define _DCCBOUNCE_H diff --git a/DCCSock.cpp b/DCCSock.cpp index 5531ad51..e2451d4b 100644 --- a/DCCSock.cpp +++ b/DCCSock.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "DCCSock.h" void CDCCSock::ReadData(const char* data, int len) { diff --git a/DCCSock.h b/DCCSock.h index b24e7cc3..96f78f05 100644 --- a/DCCSock.h +++ b/DCCSock.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _DCCSOCK_H #define _DCCSOCK_H diff --git a/FileUtils.cpp b/FileUtils.cpp index a63ec7fd..0e1632af 100644 --- a/FileUtils.cpp +++ b/FileUtils.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "FileUtils.h" #include #include diff --git a/FileUtils.h b/FileUtils.h index cb54d683..f9f17592 100644 --- a/FileUtils.h +++ b/FileUtils.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _FILEUTILS_H #define _FILEUTILS_H diff --git a/HTTPSock.cpp b/HTTPSock.cpp index 645eb724..58af8224 100644 --- a/HTTPSock.cpp +++ b/HTTPSock.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "HTTPSock.h" #include "znc.h" diff --git a/HTTPSock.h b/HTTPSock.h index 5f4c0c77..aa836d6c 100644 --- a/HTTPSock.h +++ b/HTTPSock.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _HTTPSOCK_H #define _HTTPSOCK_H diff --git a/IRCSock.cpp b/IRCSock.cpp index 1eadc273..cfa99ad8 100644 --- a/IRCSock.cpp +++ b/IRCSock.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "znc.h" #include "IRCSock.h" #include "DCCBounce.h" diff --git a/IRCSock.h b/IRCSock.h index 7d278362..fe3f0123 100644 --- a/IRCSock.h +++ b/IRCSock.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _IRCSOCK_H #define _IRCSOCK_H diff --git a/Modules.cpp b/Modules.cpp index bc2223ee..7ec3cc05 100644 --- a/Modules.cpp +++ b/Modules.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "Modules.h" #include "znc.h" diff --git a/Modules.h b/Modules.h index b6da3ac8..259a0481 100644 --- a/Modules.h +++ b/Modules.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _MODULES_H #define _MODULES_H diff --git a/Nick.cpp b/Nick.cpp index 3f44b58f..2e356ede 100644 --- a/Nick.cpp +++ b/Nick.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "Chan.h" #include "Nick.h" #include "User.h" diff --git a/Nick.h b/Nick.h index 0533a2bf..d8d26503 100644 --- a/Nick.h +++ b/Nick.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _NICK_H #define _NICK_H diff --git a/Server.cpp b/Server.cpp index c705c4aa..48eb6007 100644 --- a/Server.cpp +++ b/Server.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "Server.h" diff --git a/Server.h b/Server.h index c03a1922..abfb2fe3 100644 --- a/Server.h +++ b/Server.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _SERVER_H #define _SERVER_H diff --git a/String.cpp b/String.cpp index 8df37e5a..7d25e351 100644 --- a/String.cpp +++ b/String.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include #include "String.h" #include "FileUtils.h" diff --git a/String.h b/String.h index 6b93dd2d..d7af93d1 100644 --- a/String.h +++ b/String.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef X_STRING_H #define X_STRING_H diff --git a/Template.cpp b/Template.cpp index a9651db6..47791e30 100644 --- a/Template.cpp +++ b/Template.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "Template.h" using std::cerr; diff --git a/Template.h b/Template.h index 3340a3e2..ed9012f8 100644 --- a/Template.h +++ b/Template.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _TEMPLATE_H #define _TEMPLATE_H diff --git a/Timers.h b/Timers.h index bcacd73c..02e65fec 100644 --- a/Timers.h +++ b/Timers.h @@ -1,3 +1,8 @@ +//! @author prozac@rottenboy.com + +#ifndef _TIMERS_H +#define _TIMERS_H + #include "main.h" class CKeepNickTimer : public CCron { @@ -138,3 +143,5 @@ protected: CUser* m_pUser; }; + +#endif // !_TIMERS_H diff --git a/User.cpp b/User.cpp index 09007351..420cfbf7 100644 --- a/User.cpp +++ b/User.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "znc.h" #include "User.h" diff --git a/User.h b/User.h index 17eb850f..555c9853 100644 --- a/User.h +++ b/User.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _USER_H #define _USER_H diff --git a/Utils.cpp b/Utils.cpp index 2faa7b4b..01897c4d 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "Utils.h" #include "MD5.h" #include diff --git a/Utils.h b/Utils.h index 28f302df..58dfec43 100644 --- a/Utils.h +++ b/Utils.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _UTILS_H #define _UTILS_H diff --git a/main.cpp b/main.cpp index b14c08b3..c6f89851 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include #include #include diff --git a/main.h b/main.h index eb7ff4b9..74b22986 100644 --- a/main.h +++ b/main.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _MAIN_H #define _MAIN_H diff --git a/znc.cpp b/znc.cpp index 64191fef..fc300cfb 100644 --- a/znc.cpp +++ b/znc.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "znc.h" #include "User.h" #include "Server.h" diff --git a/znc.h b/znc.h index cc4e3e4f..457ea5ee 100644 --- a/znc.h +++ b/znc.h @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #ifndef _ZNC_H #define _ZNC_H