diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-03-15 16:43:42 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-03-15 16:43:42 +0000 |
commit | de0c391964f20214bedcffa954c162360675d3b1 (patch) | |
tree | 09e0b8222a546665115ea358de5de3ad210984fd /FacebookRM/proto.h | |
parent | 9ae77d567708f16deb9e9cb1c2761c332a618db8 (diff) |
FacebookRM: version bump
# For running plugin is required Miranda 0.9.43 or newer
# Plugin is compiled with VS2005 (Fb x86) and a VS2010 (Fb x64)
+ Added 2 types of newsfeeds: Photos and Links
* Reworked options
! Fixed setting to notify different type of newsfeeds
! Fixed and improved parsing newsfeeds
! Fixed getting groupchat messages which contains %
! Fixed not working login
! Improved deleting of contacts
+ Support for Miranda's EV_PROTO_ONCONTACTDELETED events
+ Added missing GUID for x64 version and updated user-agent
! Some other minor fixes or improvements
! Fixed item 'Visit Profile' when protocol menus are moved to Main menu
* Updated language pack file (for translators)
- Disabled option for closing message windows on website (temporary doesnt work)
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@279 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FacebookRM/proto.h')
-rw-r--r-- | FacebookRM/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FacebookRM/proto.h b/FacebookRM/proto.h index e792b09..037643a 100644 --- a/FacebookRM/proto.h +++ b/FacebookRM/proto.h @@ -130,7 +130,7 @@ public: int __cdecl OnMind(WPARAM,LPARAM);
int __cdecl OnPreShutdown(WPARAM,LPARAM);
int __cdecl OnPrebuildContactMenu(WPARAM,LPARAM);
- // TODO RM: Chat handling
+ int __cdecl OnIdleChanged(WPARAM,LPARAM);
int __cdecl OnChatOutgoing(WPARAM,LPARAM);
int __cdecl OnJoinChat(WPARAM,LPARAM);
int __cdecl OnLeaveChat(WPARAM,LPARAM);
@@ -169,7 +169,7 @@ public: HANDLE AddToContactList(facebook_user*, bool dont_check = false, const char *new_name = "");
void SetAllContactStatuses(int);
- // TODO RM: Chats handling
+ // Chats handling
void AddChat(const char *id, const char *name);
void UpdateChat(const char *chat_id, const char *id, const char *name, const char *message);
bool IsChatContact(const char *chat_id, const char *id);
|