summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM
AgeCommit message (Collapse)Author
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-11mir_base64_* => parameters type fixGeorge Hazan
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-10Miranda idle code cleaningGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-05Facebook: Lower ping request interval to 90 sec.Robert Pösel
2017-12-06convert txt files to utf-8Kirill Volinsky
2017-12-02temporary fix not to disconnect Facebook if chat info isn't availableGeorge Hazan
2017-11-27Facebook: all source files converted to utf-8Kirill Volinsky
2017-11-14Facebook: Use better url for getting dtsgRobert Pösel
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-31Initial CMake support. (#1013)Vitaly Svyastyn
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins.
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-23Renamed readme.txtTobias Weimer
2017-10-22fix for broken project filtersGeorge Hazan
2017-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-10-12convert to ANSI (#990 related)dartraiden
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