summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/BasicHistory/src/Options.cpp1
-rw-r--r--plugins/BasicHistory/src/stdafx.h2
-rw-r--r--plugins/HistoryStats/src/statistic.h22
-rw-r--r--plugins/IEView/src/TabSRMMHTMLBuilder.cpp3
-rw-r--r--plugins/Scriver/src/msgs.cpp1
-rw-r--r--plugins/TabSRMM/src/msgdlgutils.cpp4
-rw-r--r--plugins/TabSRMM/src/msgs.h1
7 files changed, 1 insertions, 33 deletions
diff --git a/plugins/BasicHistory/src/Options.cpp b/plugins/BasicHistory/src/Options.cpp
index b162d004d2..b7456985a6 100644
--- a/plugins/BasicHistory/src/Options.cpp
+++ b/plugins/BasicHistory/src/Options.cpp
@@ -41,7 +41,6 @@ EventNames[] =
EVENTTYPE_AUTHREQUEST, LPGENT("Authorization request"),
EVENTTYPE_ADDED, LPGENT("You were added"),
EVENTTYPE_CONTACTS, LPGENT("Contacts received"),
- EVENTTYPE_SMTPSIMPLE, LPGENT("SMTP Simple Email"),
ICQEVENTTYPE_SMS, LPGENT("SMS message")
};
diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h
index 510afd1c08..e6879721e0 100644
--- a/plugins/BasicHistory/src/stdafx.h
+++ b/plugins/BasicHistory/src/stdafx.h
@@ -89,6 +89,4 @@
#define HISTORY_HK_IMPDAT 116
#define HISTORY_HK_ALLCONTACTS 117
-#define EVENTTYPE_SMTPSIMPLE 2350
-
HICON LoadIconEx(int iconId, int big = 0);
diff --git a/plugins/HistoryStats/src/statistic.h b/plugins/HistoryStats/src/statistic.h
index 530ba57439..10b649e4eb 100644
--- a/plugins/HistoryStats/src/statistic.h
+++ b/plugins/HistoryStats/src/statistic.h
@@ -26,21 +26,11 @@ public:
};
enum DBEventTypeRaw {
- ICQEVENTTYPE_AUTH_GRANTED = 2004, // from ICQ
- ICQEVENTTYPE_AUTH_DENIED = 2005, // from ICQ
- ICQEVENTTYPE_BROADCAST = 2006, // from ICQ
- ICQEVENTTYPE_SELF_REMOVE = 2007, // from ICQ
- ICQEVENTTYPE_FUTURE_AUTH = 2008, // from ICQ
- EVENTTYPE_SMTPSIMPLE = 2350, // from SMTP Simple
- EVENTTYPE_VOICE_CALL = 8739, // from pescuma
- EVENTTYPE_NICKNAMECHANGE = 9001, // from pescuma
- EVENTTYPE_STATUSMESSAGECHANGE = 9002, // from pescuma
EVENTTYPE_AVATARCHANGE = 9003, // from pescuma
- EVENTTYPE_CONTACTLEFTCHANNEL = 9004, // from pescuma
EVENTTYPE_WAT_REQUEST = 9601, // from WATrack
EVENTTYPE_WAT_ANSWER = 9602, // from WATrack
EVENTTYPE_WAT_ERROR = 9603, // from WATrack
- EVENTTYPE_STATUSCHANGE = 25368, // from SRMMs
+ EVENTTYPE_STATUSCHANGE = 25368, // from NewXStatusNotify
};
enum DBEventType {
@@ -52,23 +42,13 @@ public:
etICQSMS = ICQEVENTTYPE_SMS,
etICQWebPager = ICQEVENTTYPE_WEBPAGER,
etICQEMailExpress = ICQEVENTTYPE_EMAILEXPRESS,
- etSMTPSimple = EVENTTYPE_SMTPSIMPLE,
- etICQBroadcast = ICQEVENTTYPE_BROADCAST,
- etVoiceCall = EVENTTYPE_VOICE_CALL,
// authorization and contacts
etAuthRequest = EVENTTYPE_AUTHREQUEST,
etAdded = EVENTTYPE_ADDED,
etContacts = EVENTTYPE_CONTACTS,
- etICQAuthGranted = ICQEVENTTYPE_AUTH_GRANTED,
- etICQAuthDenied = ICQEVENTTYPE_AUTH_DENIED,
- etICQSelfRemove = ICQEVENTTYPE_SELF_REMOVE,
- etICQFutureAuth = ICQEVENTTYPE_FUTURE_AUTH,
// status/avatar/nick/... changes
etStatusChange = EVENTTYPE_STATUSCHANGE,
- etNickNameChange = EVENTTYPE_NICKNAMECHANGE,
- etStatusMessageChange = EVENTTYPE_STATUSMESSAGECHANGE,
etAvatarChange = EVENTTYPE_AVATARCHANGE,
- etContactLeftChannel = EVENTTYPE_CONTACTLEFTCHANNEL,
// WaTrack events
etWATRequest = EVENTTYPE_WAT_REQUEST,
etWATAnswer = EVENTTYPE_WAT_ANSWER,
diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp
index c83abc7969..da11d66568 100644
--- a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp
+++ b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp
@@ -56,9 +56,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define SRMSGMOD_T "Tab_SRMsg"
#define TABSRMM_FONTMODULE "TabSRMM_Fonts"
-#define EVENTTYPE_DIVIDER 25367
-#define EVENTTYPE_ERRMSG 25366
-
#define SRMSGSET_SHOWURLS "ShowURLs"
#define SRMSGSET_SHOWFILES "ShowFiles"
#define SRMSGSET_SHOWSTATUSCHANGES "ShowFiles"
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp
index 0ebb48f1f2..c40d510315 100644
--- a/plugins/Scriver/src/msgs.cpp
+++ b/plugins/Scriver/src/msgs.cpp
@@ -29,7 +29,6 @@ HGENMENU hMsgMenuItem;
extern HWND GetParentWindow(MCONTACT hContact, BOOL bChat);
-#define EVENTTYPE_SCRIVER 2010
#define SCRIVER_DB_GETEVENTTEXT "Scriver/GetText"
static int SRMMStatusToPf2(int status)
diff --git a/plugins/TabSRMM/src/msgdlgutils.cpp b/plugins/TabSRMM/src/msgdlgutils.cpp
index 1a57ec482b..42af46825d 100644
--- a/plugins/TabSRMM/src/msgdlgutils.cpp
+++ b/plugins/TabSRMM/src/msgdlgutils.cpp
@@ -33,16 +33,12 @@
#define SHVIEW_THUMBNAIL 0x702D
#endif
-#define EVENTTYPE_NICKNAME_CHANGE 9001
-#define EVENTTYPE_STATUSMESSAGE_CHANGE 9002
-#define EVENTTYPE_CONTACTLEFTCHANNEL 9004
#define EVENTTYPE_WAT_ANSWER 9602
#define EVENTTYPE_JABBER_CHATSTATES 2000
#define EVENTTYPE_JABBER_PRESENCE 2001
static int g_status_events[] = {
EVENTTYPE_STATUSCHANGE,
- EVENTTYPE_CONTACTLEFTCHANNEL,
EVENTTYPE_WAT_ANSWER,
EVENTTYPE_JABBER_CHATSTATES,
EVENTTYPE_JABBER_PRESENCE
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h
index 053d098c03..d5ef3a7a5a 100644
--- a/plugins/TabSRMM/src/msgs.h
+++ b/plugins/TabSRMM/src/msgs.h
@@ -766,7 +766,6 @@ private:
#define IDM_CONTAINERMENU 50500
#define EVENTTYPE_STATUSCHANGE 25368
-#define EVENTTYPE_DIVIDER 25367
#define EVENTTYPE_ERRMSG 25366
// hotkey modifiers...