Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | ICQ-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-24 | SINT64_PARAM support moved into libjson | George Hazan | |
2020-03-24 | another attempt to fix #2260 | George Hazan | |
2020-03-23 | Discord: opcode 7 processing added | George Hazan | |
2020-03-23 | Jabber: fix for offline file transfer initialization | George Hazan | |
2020-03-23 | Jabber: we allow offline file transfers if we have http upload or picture ↵ | George Hazan | |
inlining | |||
2020-03-22 | SendScreenShot: | George Hazan | |
- fixes #2272 (main dialog doesn't restore cloud service correctly); - CloudService doesn't apply default settings correctly | |||
2020-03-22 | Jabber: picture inlining should precede file transfers because of reduced ↵ | George Hazan | |
file types subset if you don't need inlining, disable it. | |||
2020-03-21 | Discord: suddenly "Request authorization" menu item is shown for Discord ↵ | George Hazan | |
groupchats | |||
2020-03-19 | fixes #2260 (Facebook MQTT not receiving any messages) | George Hazan | |
2020-03-18 | Proper spelling of UTF-8 and SHA-1 | dartraiden | |
2020-03-18 | Jabber: more correct way of processing PGP packets | George Hazan | |
2020-03-17 | Jabber: fix for Chinese in error messages | George Hazan | |
2020-03-16 | Jabber: fix for receiving auth requests | George Hazan | |
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added | |||
2020-03-13 | Jabber: if another side doesn't support receipts, don't trust on them | George Hazan | |
2020-03-12 | Jabber: | George Hazan | |
- more logs added for #2243; - code cleaning | |||
2020-03-11 | Discord: voice part of protocol moved to the separate file | George Hazan | |
2020-03-11 | Discord: partial support for VoiceService plugin | George Hazan | |
2020-03-11 | Jabber: more fool-proof check for empty nicks | George Hazan | |
2020-03-10 | Steam: | George Hazan | |
- fixes #2247 (adding a contact with Cyrillic name crashes Miranda); - version bump | |||
2020-03-09 | Jabber: inline picture message to be confirmed too | George Hazan | |
2020-03-06 | fixes #2251 (Corrupted xStatus text for Steam) | George Hazan | |
2020-03-06 | fixes #2248 (Jabber auth cannot be ignored) | George Hazan | |
2020-03-05 | Jabber: cause HTTP upload can be enabled only manually, we try it first, and ↵ | George Hazan | |
picture inlining only then | |||
2020-03-05 | Facebook: fix for setting correct User-Agent for all HTTP requests | George Hazan | |
2020-03-05 | fixes #2249 (Inline pictures (XEP-0231) does not work) | George Hazan | |
2020-03-03 | Jabber: code cleaning | George Hazan | |
2020-03-03 | Jabber: code cleaning | George Hazan | |
2020-03-02 | Jabber: | 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-29 | ICQ-WIM: correct support for delivered messages | George Hazan | |
2020-02-29 | MessageState: rewritten from scratch to work | George Hazan | |
2020-02-29 | Discord: | 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-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-27 | minor code cleaning | George Hazan | |
2020-02-26 | Jabber: XEP-0148 support to be turned on by default | George Hazan | |
2020-02-26 | more logs for MRA | George Hazan | |
2020-02-24 | Jabber: inlined image being sent to be displayed in our own history | George Hazan | |
2020-02-24 | fixes #2182 (Discord: cannot leave guild) | George Hazan | |
2020-02-24 | Discord: temporary token not to be saved | George Hazan | |
2020-02-24 | Jabber: more strict XEP-045 compliance | George Hazan | |
2020-02-24 | typo fix | George Hazan | |
2020-02-24 | fixes #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-24 | Discord: | George Hazan | |
- fixes a problem with 400 BAD REQUEST error when sending mark as read request; - code cleaning; - version bump | |||
2020-02-23 | Twitter: | George Hazan | |
- messages are received in the reverse order; - direct mesages are not received on each cycle iteration; - version bump; | |||
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-20 | Twitter: forgotten flag to store message ids | 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 | Facebook: fix swapped group chat options | ikeblaster | |
2020-02-20 | Facebook: group chat minor optimization | ikeblaster | |