summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
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-28FacebookRM deprecated and replaced with Facebook MQTTGeorge Hazan
2019-12-28Discord: nonce field should be always positive, otherwise it might not workGeorge 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-26no, that bug is still present :-(George 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
2019-12-24Facebook: support for typing notificationsGeorge Hazan
2019-12-24oops..George Hazan
2019-12-23Facebook:George Hazan
- completely working presences; - minor fixes
2019-12-23Facebook:George Hazan
- added presence processing; - added contacts processing; - code cleaning and restructurizing
2019-12-23compilation fixGeorge Hazan
2019-12-23Facebook: presence packet parsingGeorge Hazan
2019-12-23Facebook: unzip supportGeorge Hazan
2019-12-23Facebook:George Hazan
- MQTT message reader & parser (initial version); - MQTT ping;
2019-12-20VKontakte:ElzorFox
fix option ‘Load only friends to local contact list’ add hidden option ‘ReqAuthTimeLater’ change logic for ‘remind later’ on friend request - now one per ReqAuthTimeLater (default 86400) sec, not on protocol online version bump
2019-12-18Facebook: subscribe & unsubscribe supportGeorge Hazan
2019-12-18Facebook: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-18Facebook: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-16FacebookMQTT - authentication, MQTT connection, ...ikeblaster
Temporary credentials dialog, loading GraphQL data, various constants (taken from Pidgin)
2019-12-16ICQ-WIM: fix for async [deleted] processingGeorge Hazan
2019-12-16fixes #2122 (ICQ-WIM: removed ICQ contact appears again in the contact list)George Hazan
2019-12-16fixes #2137 completely by adding "deleted" flag detection instead of using ↵George Hazan
nickname
2019-12-15softer variant of the previous patchGeorge Hazan
2019-12-15ICQ-WIM: patch not to forcibly remove deleted contacts from our databaseGeorge Hazan
2019-12-15ICQ-WIM: added error code detection during addBuddy (we don't allow to add ↵George Hazan
deleted contacts)
2019-12-09fixes #2137 (ICQ-WIM: no need to remove contacts marked as 'deleted')George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-12-03ICQ-WIM: bunch of manual code removed, common code cleaningGeorge Hazan
2019-11-19warning fixesGeorge Hazan
2019-11-11update for Weather ini filesGeorge Hazan
2019-11-08fixes #2120 ([Discord] If you already have a custom status, setting it again ↵George Hazan
causes a crash)
2019-11-08VKontakte: fix error code for restarted reguestElzorFox
2019-11-07typo fixGeorge Hazan
2019-11-06fixes #2117 ([Discord] Support for the newly introduced Custom Status)George Hazan
2019-11-06ICQ-WIM: we don't need to publish awaymsg capabilities eitherGeorge Hazan
2019-11-06ICQ-WIM: no need to declare unsupported methodsGeorge Hazan
2019-11-05fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵George Hazan
groups!) are broken)
2019-11-05Discord:George Hazan
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method