summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src
AgeCommit message (Collapse)Author
2020-02-16fixes #2216 (Facebook: remove non-actual hidden options)George Hazan
2020-02-16useless checks removedGeorge Hazan
2020-02-12Facebook: restored option to keep messages unread at the serverGeorge Hazan
2020-02-05Facebook: code cleaningGeorge Hazan
2020-02-05Facebook: support for sending "Marked read" notificationsGeorge Hazan
2020-02-03Facebook:George Hazan
- fixes #2194 (Can't login with the new Facebook plugin); - fixes #2192 (facebook protocol does not connect after updating); - version bump
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-25Facebook:George Hazan
- fix for sending own messages to group chats; - code optimization
2020-01-25Facebook: reading group chat messagesGeorge Hazan
2020-01-25Facebook: create a fake name for unnamed group chatsGeorge Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-25Facebook:George Hazan
- KICK command support for groupchats; - code cleaning
2020-01-24Facebook: basic group chat hooksGeorge Hazan
2020-01-24fixes #2161 (Facebook: initial group chats support)George Hazan
2020-01-24Facebook: fixes queue creation error processing (potentially solves problems ↵George Hazan
when one can't receive incoming messages)
2020-01-23Facebook: valid processing of MQTT error code 4 (bad login/password)George Hazan
2020-01-19Facebook - receipts for sent messages with attachmentsikeblaster
2020-01-19Facebook - fix accents in attachmentsikeblaster
2020-01-15fixes #2179 (Facebook: attachment sometimes doesn't load)George Hazan
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-10Facebook: fix for correct fbrpc:// processingGeorge Hazan
2020-01-10fixes #2164 (Facebook: receiving messages from unknown contacts)George Hazan
these contacts are added as temporary ones
2020-01-07Facebook: differentiate image and file inline attachmentikeblaster
2020-01-07Facebook: fix for umlauts in messagesGeorge Hazan
2020-01-07Facebook: support for inline attachmentsGeorge Hazan
2020-01-05slightly modified link processorGeorge Hazan
2020-01-05fixes #2165 (Facebook: receiving attachments)George Hazan
2020-01-03OnLoggedOut to be called in the ServerThread, as the only safe place to do thatGeorge Hazan
2020-01-03minor code cleaningGeorge Hazan
2020-01-03Facebook to use system timers instead of its own ugly hackGeorge Hazan
2020-01-02fixes #2168 (Facebook: contacts are not marked as offline on disconnect)George Hazan
2020-01-02minor code cleaningGeorge Hazan
2020-01-02Facebook: stickers supportGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-29fixes #2167 (Facebook: strip secret info from logs)George Hazan
2019-12-29Facebook: read receipts supportGeorge Hazan
2019-12-29Facebook: simple MirVer detectorGeorge Hazan
2019-12-28typo fixGeorge Hazan
2019-12-28Facebook: handling "own" messages sent via other clientsikeblaster
Logging messages written by myself (via other clients) into correct chats. Implementation of threads/rooms/group chats (same thing) needed.
2019-12-28fixes #2160 (Facebook: deleted session doesn't empty invalid security token)George Hazan
2019-12-28fix for Facebook optionsGeorge Hazan
2019-12-27Facebook: sending messagesGeorge Hazan
2019-12-27Facebook: reading users' avatarsGeorge Hazan
2019-12-27Facebook: private message readerGeorge Hazan
2019-12-27Facebook: message queue initialization codeGeorge Hazan
2019-12-26Facebook: sending UTF messagesGeorge Hazan
2019-12-24Facebook: default group added to optionsGeorge Hazan
2019-12-24fix for minor glitchesGeorge Hazan
2019-12-24Facebook: fix for MqttUnsubscribe formatGeorge Hazan