From e94c705bb01c662d934c0096480bc9a732d0e1ec Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 19 Jan 2012 12:21:27 +0000 Subject: FacebookRM: Version bump Version 0.0.7.0 + Support for group chats (EXPERIMENTAL!) - enable it in options ! Fixed loading contact list ! Fixed potential freeze. Total downloads: (None or statistics not available yet) Version 0.0.6.1a Reuploaded. Total downloads: (None or statistics not available yet) Version 0.0.6.1 + Returned option to close chat windows (on website) + New option to map non-standard statuses to Invisible (insetad of Online) + New option to load contacts, which have "On the Phone" status ! Fixed changing chat visibility ! Very long messages are no longer received duplicitely ! Changes and fixes related to multiuser messages and messages from people, which are not in server-list Total downloads: (None or statistics not available yet) git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@261 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- FacebookRM/client.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'FacebookRM/client.h') diff --git a/FacebookRM/client.h b/FacebookRM/client.h index 39b3c17..cff5c09 100644 --- a/FacebookRM/client.h +++ b/FacebookRM/client.h @@ -44,9 +44,7 @@ public: chat_sequence_num_ = chat_channel_host_ = chat_channel_partition_ = chat_channel_jslogger_ = \ logout_hash_ = ""; - msgid_ = error_count_ = last_feeds_update_ = \ - last_notification_time_ = /*last_message_time_ =*/ \ - last_grpmessage_time_ = /*last_close_chat_time_ =*/ 0; + msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0; invisible_ = is_typing_ = false; @@ -83,9 +81,6 @@ public: bool is_typing_; time_t last_feeds_update_; unsigned __int64 last_notification_time_; - //unsigned __int64 last_message_time_; - time_t last_grpmessage_time_; - //time_t last_close_chat_time_; int msgid_; //////////////////////////////////////////////////////////// @@ -150,9 +145,9 @@ public: HANDLE send_message_lock_; bool buddy_list( ); + bool facepiles( ); bool load_friends( ); bool feeds( ); - void delete_friends( ); //////////////////////////////////////////////////////////// -- cgit v1.2.3