Remove $Log$ which was used by CVS

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@887 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-12-02 09:20:45 +00:00
parent 6609143820
commit 89e907efaa
4 changed files with 15 additions and 325 deletions
+3 -84
View File
@@ -4,6 +4,9 @@
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* Quiet Away and message logger
* Author: imaginos <imaginos@imaginos.net>
*/
#define REQUIRESSL
@@ -20,90 +23,6 @@
#define CRYPT_VERIFICATION_TOKEN "::__:AWAY:__::"
/*
* Quiet Away and message logger
* Author: imaginos <imaginos@imaginos.net>
*
*
* $Log$
* Revision 1.25 2006/09/16 18:11:35 prozacx
* Patched using configureable_away_timer.patch by psycho
*
* Revision 1.24 2006/07/23 04:02:53 imaginos
* leave default behavior of not forcing
*
* Revision 1.23 2006/07/23 04:01:44 imaginos
* add back functionality to give an away reason
*
* Revision 1.22 2006/03/28 16:48:23 imaginos
* added a quiet flag
*
* Revision 1.21 2006/02/25 09:43:35 prozacx
* Migrated away from CString::ToString() in favor of explicit constructors
*
* Revision 1.20 2006/02/11 11:55:55 imaginos
* fixed wrong type being used on 64bit
*
* Revision 1.19 2005/09/26 23:09:05 prozacx
* Removed const from args in a bunch of hooks
*
* Revision 1.18 2005/09/26 08:23:30 prozacx
* Removed const from CNick in priv/chan hooks
*
* Revision 1.17 2005/09/06 22:43:02 prozacx
* Added REQUIRESSL
*
* Revision 1.16 2005/06/30 21:51:06 prozacx
* Changed CString::Token() to split on a string rather than char
*
* Revision 1.15 2005/06/12 09:04:39 prozacx
* Changed to new GetSavePath()
*
* Revision 1.14 2005/05/26 20:42:13 prozacx
* Moved GetDescription() into second argument of MODULEDEFS()
*
* Revision 1.13 2005/05/15 08:27:27 prozacx
* Changed return value from bool to EModRet on most hooks
*
* Revision 1.12 2005/05/08 06:42:01 prozacx
* Moved CUtils::ToString() into CString class
*
* Revision 1.11 2005/05/08 04:30:13 prozacx
* Moved CUtils::Trim() into CString class
*
* Revision 1.10 2005/05/07 09:18:49 prozacx
* Moved CUtils::Token() into CString class
*
* Revision 1.9 2005/05/05 18:11:03 prozacx
* Changed all references to std::string over to CString
*
* Revision 1.8 2005/04/18 22:32:24 imaginos
* move password reset into BootStrap
*
* Revision 1.7 2005/04/18 05:41:43 prozacx
* Added OnLoad() and print modname in error msg
*
* Revision 1.6 2005/04/18 04:44:40 imaginos
* fixed bug where attempting to set a bad pass trashes existing buffer
*
* Revision 1.5 2005/04/18 00:18:46 prozacx
* Upgraded output msgs and changed path of file
*
* Revision 1.4 2005/04/02 22:22:24 imaginos
* ability to change pass
*
* Revision 1.3 2005/04/01 08:55:41 imaginos
* keep things in synch
*
* Revision 1.2 2005/04/01 08:49:46 imaginos
* woops actually delete the message
*
* Revision 1.1 2005/04/01 08:30:47 imaginos
* simple away script
*
*
*/
class CAway;
class CAwayJob : public CTimer
+3 -48
View File
@@ -4,6 +4,9 @@
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* Email Monitor / Retrieval
* Author: imaginos <imaginos@imaginos.net>
*/
#include "znc.h"
@@ -18,54 +21,6 @@
#include <pwd.h>
#include <sstream>
/*
* Email Monitor / Retrieval
* Author: imaginos <imaginos@imaginos.net>
*
* $Log$
* Revision 1.12 2006/02/25 09:43:35 prozacx
* Migrated away from CString::ToString() in favor of explicit constructors
*
* Revision 1.11 2006/02/12 21:00:59 prozacx
* Wrapped TSocketManager into CSockManager
*
* Revision 1.10 2006/02/11 11:55:55 imaginos
* fixed wrong type being used on 64bit
*
* Revision 1.9 2005/09/07 05:14:28 prozacx
* Renamed md5.cpp/h to MD5.cpp/h
*
* Revision 1.8 2005/05/26 20:42:13 prozacx
* Moved GetDescription() into second argument of MODULEDEFS()
*
* Revision 1.7 2005/05/08 06:42:02 prozacx
* Moved CUtils::ToString() into CString class
*
* Revision 1.6 2005/05/08 04:30:14 prozacx
* Moved CUtils::Trim() into CString class
*
* Revision 1.5 2005/05/07 09:43:26 prozacx
* Moved CUtils::Ellipsize() into CString class
*
* Revision 1.4 2005/05/05 18:11:04 prozacx
* Changed all references to std::string over to CString
*
* Revision 1.3 2005/05/02 22:34:52 prozacx
* Get CFile from FileUtils.h now
*
* Revision 1.2 2005/04/04 06:35:19 imaginos
* fixed int32's that test against npos to CString::size_type
*
* Revision 1.1 2005/03/30 18:46:35 imaginos
* moving to standard makefile system, and cpp only extension
*
* Revision 1.1.1.1 2004/08/24 00:08:52 prozacx
*
*
*
*/
struct EmailST
{
CString sFrom;
+6 -107
View File
@@ -4,6 +4,12 @@
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* Buffer Saving thing, incase your shit goes out while your out
* Author: imaginos <imaginos@imaginos.net>
*
* Its only as secure as your shell, the encryption only offers a slightly
* better solution then plain text.
*/
#define REQUIRESSL
@@ -24,113 +30,6 @@
#define CRYPT_VERIFICATION_TOKEN "::__:SAVEBUFF:__::"
/*
* Buffer Saving thing, incase your shit goes out while your out
* Author: imaginos <imaginos@imaginos.net>
*
* Its only as secure as your shell, the encryption only offers a slightly
* better solution then plain text.
*
* $Log$
* Revision 1.29 2006/02/25 09:43:35 prozacx
* Migrated away from CString::ToString() in favor of explicit constructors
*
* Revision 1.28 2006/02/11 11:55:55 imaginos
* fixed wrong type being used on 64bit
*
* Revision 1.27 2005/09/06 22:43:02 prozacx
* Added REQUIRESSL
*
* Revision 1.26 2005/06/12 09:04:39 prozacx
* Changed to new GetSavePath()
*
* Revision 1.25 2005/05/26 20:42:13 prozacx
* Moved GetDescription() into second argument of MODULEDEFS()
*
* Revision 1.24 2005/05/17 17:18:35 prozacx
* Changed CChan reference to non-const in all hooks
*
* Revision 1.23 2005/05/15 04:46:48 imaginos
* when i part, save to file before the chan gets haxed. same with quit
*
* Revision 1.22 2005/05/15 04:40:58 imaginos
* onjoin, when its me and the buffer is empty, reload any older buffer for fun
*
* Revision 1.21 2005/05/08 06:42:02 prozacx
* Moved CUtils::ToString() into CString class
*
* Revision 1.20 2005/05/08 04:30:14 prozacx
* Moved CUtils::Trim() into CString class
*
* Revision 1.19 2005/05/05 18:11:04 prozacx
* Changed all references to std::string over to CString
*
* Revision 1.18 2005/04/24 08:05:41 prozacx
* Fixed literal CStrings of 'savebuff' to now use GetModName() and removed redundant prefix from filenames
*
* Revision 1.17 2005/04/23 18:24:38 imaginos
* only work on chans where keepbuffer is true
*
* Revision 1.16 2005/04/23 08:10:34 prozacx
* Changed vChans to a reference in OnNick and OnQuit (oops)
*
* Revision 1.15 2005/04/23 07:24:58 prozacx
* Changed OnNick() and OnQuit() to take a vector<CChan*> of common channels
*
* Revision 1.14 2005/04/23 06:44:19 prozacx
* Changed buffer playback messages to mirror engine behavior
*
* Revision 1.13 2005/04/22 03:35:48 imaginos
* start logging certain events
*
* Revision 1.12 2005/04/19 20:54:38 imaginos
* cut&paste madness
*
* Revision 1.11 2005/04/19 20:50:24 imaginos
* only fill the buffer if its empty
*
* Revision 1.10 2005/04/18 22:56:42 prozacx
* Call OnBoot() in OnLoad() again since closing stdout bug is now fixed
*
* Revision 1.9 2005/04/18 22:32:24 imaginos
* move password reset into BootStrap
*
* Revision 1.8 2005/04/18 17:26:23 imaginos
* ditch warning message
*
* Revision 1.7 2005/04/18 05:39:19 prozacx
* Don't call OnBoot() in OnLoad() and print modname in error msg
*
* Revision 1.6 2005/04/18 04:44:40 imaginos
* fixed bug where attempting to set a bad pass trashes existing buffer
*
* Revision 1.5 2005/04/17 23:58:26 prozacx
* Added OnLoad() for setting pass from config
*
* Revision 1.4 2005/04/17 23:46:06 prozacx
* Upgraded output print msgs to new schema
*
* Revision 1.3 2005/04/12 07:33:45 prozacx
* Changed path to DataPath
*
* Revision 1.2 2005/04/04 06:35:19 imaginos
* fixed int32's that test against npos to CString::size_type
*
* Revision 1.1 2005/03/30 19:36:20 imaginos
* rename files
*
* Revision 1.3 2005/01/28 04:37:47 imaginos
* force requirements on main class to so savebuff can be sure to save all data needed. added todo list
*
* Revision 1.2 2004/11/07 02:53:32 imaginos
* added replay to savebuff so one can 'replay' a channel
*
* Revision 1.1.1.1 2004/08/24 00:08:52 prozacx
*
*
*
*/
class CSaveBuff;
class CSaveBuffJob : public CTimer
+3 -86
View File
@@ -4,6 +4,9 @@
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* Secure chat system
* Author: imaginos <imaginos@imaginos.net>
*/
#define REQUIRESSL
@@ -24,92 +27,6 @@
using std::pair;
/*
* Secure chat system
* Author: imaginos <imaginos@imaginos.net>
*
* $Log$
* Revision 1.23 2006/02/25 09:43:35 prozacx
* Migrated away from CString::ToString() in favor of explicit constructors
*
* Revision 1.22 2006/02/13 06:01:57 imaginos
* use u_short
*
* Revision 1.21 2005/09/26 23:09:05 prozacx
* Removed const from args in a bunch of hooks
*
* Revision 1.20 2005/09/26 08:23:30 prozacx
* Removed const from CNick in priv/chan hooks
*
* Revision 1.19 2005/09/20 04:37:28 prozacx
* Added include for znc.h
*
* Revision 1.18 2005/09/20 04:31:19 prozacx
* Changed from CUser::GetPemLocation() to CZNC::GetPemLocation()
*
* Revision 1.17 2005/09/07 05:14:28 prozacx
* Renamed md5.cpp/h to MD5.cpp/h
*
* Revision 1.16 2005/09/06 22:43:02 prozacx
* Added REQUIRESSL
*
* Revision 1.15 2005/05/26 20:42:13 prozacx
* Moved GetDescription() into second argument of MODULEDEFS()
*
* Revision 1.14 2005/05/18 03:22:52 imaginos
* bring Csocket up to date, includes new needed function GetSockByFD()
*
* Revision 1.13 2005/05/15 08:27:27 prozacx
* Changed return value from bool to EModRet on most hooks
*
* Revision 1.12 2005/05/08 06:42:02 prozacx
* Moved CUtils::ToString() into CString class
*
* Revision 1.11 2005/05/08 04:30:14 prozacx
* Moved CUtils::Trim() into CString class
*
* Revision 1.10 2005/05/07 09:18:56 prozacx
* Moved CUtils::Token() into CString class
*
* Revision 1.9 2005/05/05 18:11:04 prozacx
* Changed all references to std::string over to CString
*
* Revision 1.8 2005/05/02 22:34:52 prozacx
* Get CFile from FileUtils.h now
*
* Revision 1.7 2005/04/04 06:35:19 imaginos
* fixed int32's that test against npos to CString::size_type
*
* Revision 1.6 2005/04/03 23:03:06 imaginos
* show this requires ssl
*
* Revision 1.5 2005/04/03 08:19:42 prozacx
* Use GetPemLocation() for the pemfile path
*
* Revision 1.4 2005/04/03 07:48:31 prozacx
* Renamed BinPath to CurPath
*
* Revision 1.3 2005/03/31 20:59:43 imaginos
* typo on column
*
* Revision 1.2 2005/03/31 20:39:10 imaginos
* add ability to show all socks (debugging)
*
* Revision 1.1 2005/03/30 19:36:24 imaginos
* rename files
*
* Revision 1.3 2004/09/01 21:13:35 imaginos
* no longer using CreatedChild
*
* Revision 1.2 2004/08/25 23:14:35 imaginos
* just remove trailing \r\n
*
* Revision 1.1.1.1 2004/08/24 00:08:52 prozacx
*
*
*
*/
class CSChat;
class CRemMarkerJob : public CTimer