summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2020-03-24ICQ-WIM:George Hazan
- fixes #2277 (ICQ: add ability to load whole history from server); - fix for message history retrieving; - code cleaning; - version bump
2020-03-24SINT64_PARAM support moved into libjsonGeorge Hazan
2020-03-24another attempt to fix #2260George Hazan
2020-03-23Discord: opcode 7 processing addedGeorge Hazan
2020-03-23Jabber: fix for offline file transfer initializationGeorge Hazan
2020-03-23Jabber: we allow offline file transfers if we have http upload or picture ↵George Hazan
inlining
2020-03-22SendScreenShot:George Hazan
- fixes #2272 (main dialog doesn't restore cloud service correctly); - CloudService doesn't apply default settings correctly
2020-03-22Jabber: picture inlining should precede file transfers because of reduced ↵George Hazan
file types subset if you don't need inlining, disable it.
2020-03-21Discord: suddenly "Request authorization" menu item is shown for Discord ↵George Hazan
groupchats
2020-03-19fixes #2260 (Facebook MQTT not receiving any messages)George Hazan
2020-03-18Proper spelling of UTF-8 and SHA-1dartraiden
2020-03-18Jabber: more correct way of processing PGP packetsGeorge Hazan
2020-03-17Jabber: fix for Chinese in error messagesGeorge Hazan
2020-03-16Jabber: fix for receiving auth requestsGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-13Jabber: if another side doesn't support receipts, don't trust on themGeorge Hazan
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-03-11Discord: voice part of protocol moved to the separate fileGeorge Hazan
2020-03-11Discord: partial support for VoiceService pluginGeorge Hazan
2020-03-11Jabber: more fool-proof check for empty nicksGeorge Hazan
2020-03-10Steam:George Hazan
- fixes #2247 (adding a contact with Cyrillic name crashes Miranda); - version bump
2020-03-09Jabber: inline picture message to be confirmed tooGeorge Hazan
2020-03-06fixes #2251 (Corrupted xStatus text for Steam)George Hazan
2020-03-06fixes #2248 (Jabber auth cannot be ignored)George Hazan
2020-03-05Jabber: cause HTTP upload can be enabled only manually, we try it first, and ↵George Hazan
picture inlining only then
2020-03-05Facebook: fix for setting correct User-Agent for all HTTP requestsGeorge Hazan
2020-03-05fixes #2249 (Inline pictures (XEP-0231) does not work)George Hazan
2020-03-03Jabber: code cleaningGeorge Hazan
2020-03-03Jabber: code cleaningGeorge Hazan
2020-03-02Jabber:George Hazan
- capability cache is stored in a json file now instead of database; - caps manager became global; - account-dependent methods of CJabberClientCapsManager moved to CJabberProto; - code cleaning
2020-02-29ICQ-WIM: correct support for delivered messagesGeorge Hazan
2020-02-29MessageState: rewritten from scratch to workGeorge Hazan
2020-02-29Discord:George Hazan
- fixes #1953 ([Discord] Changing status post-sign-in doesn't work unless a normal client is also open); - fixes #705 ([Discord] System tray icon does not reflect actual status of Discord protocol); - version bump
2020-02-27Facebook: group chat initialization improvementikeblaster
Chat_GetUserInfo is not usable since we have no "info" saved for users (=always returns nullptr).
2020-02-27minor code cleaningGeorge Hazan
2020-02-26Jabber: XEP-0148 support to be turned on by defaultGeorge Hazan
2020-02-26more logs for MRAGeorge Hazan
2020-02-24Jabber: inlined image being sent to be displayed in our own historyGeorge Hazan
2020-02-24fixes #2182 (Discord: cannot leave guild)George Hazan
2020-02-24Discord: temporary token not to be savedGeorge Hazan
2020-02-24Jabber: more strict XEP-045 complianceGeorge Hazan
2020-02-24typo fixGeorge Hazan
2020-02-24fixes #2230 (DIscord: Sometimes Miranda continuously fails to connect to ↵George Hazan
Discord server, and somehow logging in on the website fixes this problem )
2020-02-24Discord:George Hazan
- fixes a problem with 400 BAD REQUEST error when sending mark as read request; - code cleaning; - version bump
2020-02-23Twitter:George Hazan
- messages are received in the reverse order; - direct mesages are not received on each cycle iteration; - version bump;
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-20Twitter: forgotten flag to store message idsGeorge Hazan
2020-02-20Facebook: group chat loading improvementikeblaster
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-20Facebook: fix swapped group chat optionsikeblaster
2020-02-20Facebook: group chat minor optimizationikeblaster