mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Added contact info
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@752 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "Buffer.h"
|
||||
|
||||
CBufLine::CBufLine(const CString& sPre, const CString& sPost) {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _BUFFER_H
|
||||
#define _BUFFER_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "Chan.h"
|
||||
#include "znc.h"
|
||||
#include "User.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _CHAN_H
|
||||
#define _CHAN_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "main.h"
|
||||
#include "Client.h"
|
||||
#include "znc.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _CLIENT_H
|
||||
#define _CLIENT_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "DCCBounce.h"
|
||||
|
||||
void CDCCBounce::ReadLine(const CString& sData) {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _DCCBOUNCE_H
|
||||
#define _DCCBOUNCE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "DCCSock.h"
|
||||
|
||||
void CDCCSock::ReadData(const char* data, int len) {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _DCCSOCK_H
|
||||
#define _DCCSOCK_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "FileUtils.h"
|
||||
#include <iostream>
|
||||
#include <sys/wait.h>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _FILEUTILS_H
|
||||
#define _FILEUTILS_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "HTTPSock.h"
|
||||
#include "znc.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _HTTPSOCK_H
|
||||
#define _HTTPSOCK_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "znc.h"
|
||||
#include "IRCSock.h"
|
||||
#include "DCCBounce.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _IRCSOCK_H
|
||||
#define _IRCSOCK_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "main.h"
|
||||
#include "Modules.h"
|
||||
#include "znc.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _MODULES_H
|
||||
#define _MODULES_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "Chan.h"
|
||||
#include "Nick.h"
|
||||
#include "User.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _NICK_H
|
||||
#define _NICK_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "main.h"
|
||||
#include "Server.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _SERVER_H
|
||||
#define _SERVER_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include <string.h>
|
||||
#include "String.h"
|
||||
#include "FileUtils.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef X_STRING_H
|
||||
#define X_STRING_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "Template.h"
|
||||
|
||||
using std::cerr;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _TEMPLATE_H
|
||||
#define _TEMPLATE_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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "main.h"
|
||||
#include "znc.h"
|
||||
#include "User.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _USER_H
|
||||
#define _USER_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "Utils.h"
|
||||
#include "MD5.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _UTILS_H
|
||||
#define _UTILS_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#ifndef _MAIN_H
|
||||
#define _MAIN_H
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//! @author prozac@rottenboy.com
|
||||
|
||||
#include "znc.h"
|
||||
#include "User.h"
|
||||
#include "Server.h"
|
||||
|
||||
Reference in New Issue
Block a user