Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-15 | fixes #1012 (Facebook: option needed to load friends only) | George Hazan | |
2020-05-01 | fixes #2318 (Facebook: stopped getting new message notifications) | George Hazan | |
2020-04-13 | fixes #2321 (MessageState doesn't work with Facebook) | George Hazan | |
2020-04-10 | fixes #2310 (Invisible status doesn't work on Facebook) | George Hazan | |
2020-03-19 | fixes #2260 (Facebook MQTT not receiving any messages) | George Hazan | |
2020-02-27 | Facebook: group chat initialization improvement | ikeblaster | |
Chat_GetUserInfo is not usable since we have no "info" saved for users (=always returns nullptr). | |||
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-20 | Facebook: group chat loading improvement | ikeblaster | |
Loading only unarchived group chats, where user is still subscribed. When thread_count limit is sent, response is sorted. Hardcoded to 40 threads - not ideal, since response contains also normal chats (those are skipped). Better solution proposed in TODO. | |||
2020-02-20 | fixes #2224 (Facebook - each group chat message as a new conversation) | ikeblaster | |
2020-02-12 | Facebook: restored option to keep messages unread at the server | George Hazan | |
2020-02-05 | Facebook: code cleaning | George Hazan | |
2020-02-05 | Facebook: support for sending "Marked read" notifications | George Hazan | |
2020-01-25 | Facebook: | George Hazan | |
- fix for sending own messages to group chats; - code optimization | |||
2020-01-25 | Facebook: reading group chat messages | George Hazan | |
2020-01-25 | Facebook: | George Hazan | |
- KICK command support for groupchats; - code cleaning | |||
2020-01-24 | Facebook: basic group chat hooks | George Hazan | |
2020-01-24 | fixes #2161 (Facebook: initial group chats support) | George Hazan | |
2020-01-24 | Facebook: fixes queue creation error processing (potentially solves problems ↵ | George Hazan | |
when one can't receive incoming messages) | |||
2020-01-15 | fixes #2179 (Facebook: attachment sometimes doesn't load) | George Hazan | |
2020-01-10 | fixes #2164 (Facebook: receiving messages from unknown contacts) | George Hazan | |
these contacts are added as temporary ones | |||
2020-01-07 | Facebook: support for inline attachments | George Hazan | |
2020-01-03 | minor code cleaning | George Hazan | |
2020-01-03 | Facebook to use system timers instead of its own ugly hack | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-29 | Facebook: read receipts support | George Hazan | |
2019-12-28 | fixes #2160 (Facebook: deleted session doesn't empty invalid security token) | George Hazan | |
2019-12-27 | Facebook: sending messages | George Hazan | |
2019-12-27 | Facebook: reading users' avatars | George Hazan | |
2019-12-27 | Facebook: private message reader | George Hazan | |
2019-12-27 | Facebook: message queue initialization code | George Hazan | |
2019-12-26 | Facebook: sending UTF messages | George Hazan | |
2019-12-24 | Facebook: default group added to options | George Hazan | |
2019-12-24 | Facebook: support for typing notifications | George Hazan | |
2019-12-23 | Facebook: | George Hazan | |
- added presence processing; - added contacts processing; - code cleaning and restructurizing | |||
2019-12-23 | Facebook: presence packet parsing | George Hazan | |
2019-12-23 | Facebook: unzip support | George Hazan | |
2019-12-23 | Facebook: | George Hazan | |
- MQTT message reader & parser (initial version); - MQTT ping; | |||
2019-12-18 | Facebook: subscribe & unsubscribe support | George Hazan | |
2019-12-18 | Facebook: | George Hazan | |
- MqttSend now calculates payload size automatically (no need to add some magic numbers); - support for MQTT publish requests; - minor code cleaning | |||
2019-12-18 | Facebook: | George Hazan | |
- normal behaviour of ServerThread(); - added OnLoggedIn() function; - correct OnShutdown() processing; - DBKEY_USERNAME replaced with DBKEY_LOGIN to provide compatibility with the old protocol | |||
2019-12-16 | FacebookMQTT - authentication, MQTT connection, ... | ikeblaster | |
Temporary credentials dialog, loading GraphQL data, various constants (taken from Pidgin) | |||
2019-07-04 | Facebook: localized zlib code | George Hazan | |
2019-06-26 | MQTT: proper MQTT payload preparation | George Hazan | |
2019-06-18 | first login packet | George Hazan | |
2019-06-15 | Facebook: first server query | George Hazan | |
2019-06-14 | new Facebook plugin: very first version | George Hazan | |