Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-02-20 | fixes #2213 (ICQ: filetransfer stuck) | George Hazan | |
2020-02-20 | fixes #2224 (Facebook - each group chat message as a new conversation) | ikeblaster | |
2020-02-19 | fixes #2224 (Facebook - each group chat message as a new conversation) | George Hazan | |
2020-02-19 | fixed #2221 (Jabber: cannot invite user to conference) | George Hazan | |
2020-02-19 | Jabber: useless button removed | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-02-19 | Twitter: | George Hazan | |
- fixes #2218 (add support for private messages); - code optimization; - support for JSON requests; - fixed base url; | |||
2020-02-18 | Twitter: | George Hazan | |
- partially implements #2218 (support for reading direct messages and marking them as read); - user id parameter added to database; - support added for server message ids; - code cleaning; | |||
2020-02-18 | Twitter: | George Hazan | |
- major code rework due to changed API; - whole bunch of std++ trash wiped out; - modern http requests implementation using MHttpRequest; - first digit in version changed | |||
2020-02-17 | fixes #2219 (Jabber: XML console does not send any stanza) | George Hazan | |
2020-02-17 | Jabber: more logs | George Hazan | |
2020-02-17 | Jabber: full implementation of XEP-0231 | George Hazan | |
2020-02-17 | Jabber: JABBER_CAPS_XHTML added to caps to enable BOB | George Hazan | |
2020-02-17 | code cleaning | George Hazan | |
2020-02-17 | Fix typo | dartraiden | |
2020-02-17 | Jabber: massive options code cleaning | George Hazan | |
2020-02-16 | fixes #2216 (Facebook: remove non-actual hidden options) | George Hazan | |
2020-02-16 | useless checks removed | George Hazan | |
2020-02-15 | Jabber: partial support for XEP-0231: Bits of Binary | George Hazan | |
2020-02-13 | fixes #2202 (ICQ: входящие изображения не ↵ | George Hazan | |
помечаются прочитанными) | |||
2020-02-13 | Jabber: more logs in ProcessMessage() | George Hazan | |
2020-02-13 | fixes #2209 (Discord: missing API for guilds and chats) | George Hazan | |
2020-02-12 | Jabber: message state is set when a message is displayed | George Hazan | |
2020-02-12 | Jabber: XEP-0333 implementation (chat markers) | George Hazan | |
2020-02-12 | Facebook: restored option to keep messages unread at the server | George Hazan | |
2020-02-11 | Jabber: fix for sending receipts to offline contacts | George Hazan | |
2020-02-11 | Discord: fix for avatar file extension | George Hazan | |
2020-02-11 | Discord: | George Hazan | |
- gateway command 12 isn't available since Jan 13th, 2020; - GUILD_SYNC is also not available anymore; - better cookie control; - version bump | |||
2020-02-10 | Discord: code cleaning | George Hazan | |
2020-02-07 | Twitter: there's no need to assign the same text to both status message & ↵ | George Hazan | |
text message |