summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/json.cpp
AgeCommit message (Collapse)Author
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-06-17flicker free version of previous patchGeorge Hazan
2019-06-16Facebook - alternative loading of contacts' statusesikeblaster
2019-06-10fixes #1978 (Facebook notification issue)George Hazan
2019-06-04more fixes for #1963dartraiden
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-01-04Update copyrightsdartraiden
2018-09-03popup code cleaningGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-03-08IMGL_WCHAR removed, all paths are in Unicode nowGeorge Hazan
2018-03-07old AdvaImg services converted into Image_* functionsGeorge Hazan
2018-03-02Facebook: unneeded thread removedGeorge Hazan
2018-02-22Facebook: added support for parsing audio attachment + moved parsing of ↵matej
specific types into lambda functions so there are not duplicities in code (and logic is in one place)
2018-02-06Facebook: added parsing for messenger invitationmatej
2018-01-31reverted and modified some changes to make attachments work in active chatmatej
2018-01-23Facebook: attachments seems to work differently, some adjustmentsmatej
2018-01-13Facebook: fix for loading multiple unread messages at once at startupmatej
2018-01-12why not parse the whole json and then iterate nodes?George Hazan
2018-01-12unused parameters removedGeorge Hazan
2018-01-12C++'11 iteratorsGeorge Hazan
2018-01-12Facebook: initial changes to support loading of unread chat messages (#1095)zemiacsik
* Facebook: initial changes to support loading of unread chat messages * Facebook: load unread messages in one request + load last messages when chat opens (if is set) * shrinked regex pattern, commented unused code * Facebook: fixed loading of whole history
2018-01-10Facebook: added custom reactions' icons to popupsGeorge Hazan
2018-01-08adds support for exiting groupchatsGeorge Hazan
2018-01-04Facebook: kinda final fix for groupchatsGeorge Hazan
2018-01-04Facebook: switch to mir_cs instead of custom lockGeorge Hazan
2018-01-04С++'11 scope for's are suddenly more effective...George Hazan
2018-01-03code cleaningGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-28code cleaningGeorge Hazan
2017-12-28Facebook:George Hazan
- fixes problems with decoding attachments; - major rework of class structure; - version bump
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-27Facebook: all source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-25Facebook: Fix receiving typing notifications (broken in ↵Robert Pösel
e04d28cfcfe33f0450b390bb1af6e9df823fc86a)
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-05-07Facebook: Ignore typing nofitications meant not for us (but e.g. for our page)Robert Pösel
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
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: 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-01-23Facebook: Fix loading offline messagesRobert Pösel
2017-01-07Facebook: Fix logging string (fixes #660)Robert Pösel
2017-01-01bump copyright yeardartraiden
2016-12-11Facebook: Option to load all contacts at login (not only friends)Robert Pösel
2016-12-07Facebook: Fix not loading unread messages; version bumpRobert Pösel
This also fixes not loading messages at contact window open (if enabled). And cleans up part of obsolete code.
2016-12-04Facebook: Fix typoRobert Pösel