summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM
AgeCommit message (Collapse)Author
2017-09-25Facebook: fix encoding (it's leads to strange symbol on Miranda's settings ↵dartraiden
Plugin page)
2017-09-19remove GCDEST remainsdartraiden
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-25Facebook: Fix encoding issue when parsing newsfeeds with empty attachment ↵Robert Pösel
(address #803)
2017-08-25Facebook: Fix parsing newsfeeds/memories (fixes #882)Robert Pösel
2017-08-25Facebook: Clear "message seen" when we send message from another instanceRobert Pösel
2017-08-25Facebook: Fix receiving typing notifications (broken in ↵Robert Pösel
e04d28cfcfe33f0450b390bb1af6e9df823fc86a)
2017-08-20Facebook: Use HTTPS when opening links / loading contact pictureRobert Pösel
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-06-23Facebook: unneeded crutch removed (reverted from commit ↵Robert Pösel
b846cb5043b6d5f5ac59cb40f252bc9ced189dfd) We need values with "abcdefgh...xyz0123456789", that's why radix 36 was used. INT_VALUE produces only numbers.
2017-06-20Facebook: unneeded crutch removedGeorge Hazan
2017-06-20Facebook: fix for the wrong pointerGeorge Hazan
2017-06-14more libjson dependenciesGeorge Hazan
2017-05-07Facebook: Ignore typing nofitications meant not for us (but e.g. for our page)Robert Pösel
2017-05-06compilation fixwatcherhd
2017-05-05Facebook: Version bumpRobert Pösel
2017-05-05Facebook: New (temporary) hidden option to ignore chat message read notify ↵Robert Pösel
(addresses #799) Add byte key "NoChatMessageReadNotify" with value 1 to use it.
2017-05-05Revert "Facebook: Try to send message only once" (commit ↵Robert Pösel
740a34b1053593cb728f7615ba9bcbad4558e428)
2017-05-05Facebook: Reverse logic of checkboxRobert Pösel
Checkboxes should have positive description/meaning.
2017-05-05Facebook: Fix not remembering loginRobert Pösel
2017-04-23Facebook: Version bumpRobert Pösel
2017-04-23Facebook: Fix parsing newsfeeds (fixes #789)Robert Pösel
2017-04-23Facebook: Try to send message only onceRobert Pösel
This commit temporarily ignores option to try to send message multiple times if one attempt fails. Let's see if this helps somehow with recent issues with sending messages.
2017-04-23Facebook: New option to not send typing when invisibleRobert Pösel
Enabling it helps to not being marked as "active 1 min ago" by Facebook.
2017-04-23Facebook: Fix reporting idle time in away/invisibleRobert Pösel
Previously Miranda wasn't reporting "idle" at all when invisible, but it was probably represented as "active" by Facebook. Now when user is invisible, it reports idle as number of seconds since switching to invisible (or away). NOTE: Facebook determine last active time of user based not only of this "idle" argument, but also on last time when user was TYPING message.
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-22warning fixesGeorge Hazan
2017-03-21warning fixGeorge Hazan
2017-03-05Facebook: Version bumpRobert Pösel
2017-03-05Facebook: Fix reseting chat nameRobert Pösel
When user changed thread name from website and set it to "", in Miranda it previously stay "". Now it correctly generates new name from participant names.
2017-03-05Facebook: Fix joining chats that doesn't have Nick in databaseRobert Pösel
This was weird and useless condition. I don't know why it was here.
2017-03-05Facebook: Fix handling of various chat eventsRobert Pösel
E.g. renaming thread, adding/removing participants, etc.
2017-03-05Facebook: Update processing various FB events (especially messages)Robert Pösel
2017-03-05Facebook: Raise limit for ignoring duplicated messagesRobert Pösel
Recently it wasn't hard to experience duplicated messages because Facebook sent us so many duplicit events (mainly as response to mark message as read). With this commit it should be better now.
2017-03-05Facebook: Remove "mercury" and "messaging" processingRobert Pösel
These events aren't used by Facebook anymore
2017-03-05Facebook: Remove forgotten useless optimizationsRobert Pösel
2017-03-05Facebook: Fix cutting unicode strings (fixes #711)Robert Pösel
2017-03-05Facebook: Remove useless optimizationsRobert Pösel
I was told that db driver checks if value isn't same before writing it.
2017-02-26Facebook: Version bumpRobert Pösel
2017-02-26Facebook: Fix loading newsfeed/memories posts (fixes #718)Robert Pösel
2017-02-26Facebook: Don't block main thread when refreshing user infoRobert Pösel
2017-02-26Facebook: Load birthday on refresh contact details (fixes #642)Robert Pösel