Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | tabSRMM: | George Hazan | |
- fixes #2245 (TabSRMM: crash on right-click on \\server\share); - fixes #2246 (UNC links don't work); - version bump | |||
2020-03-04 | fixes #2244 (Scriver: after message log unification the Quote button doesnt ↵ | George Hazan | |
use selected text) | |||
2020-03-03 | Jabber: code cleaning | George Hazan | |
2020-03-03 | MessageState: inside local networks only one check could be displayed ↵ | George Hazan | |
sometimes (if message delivery takes less than 55ms) | |||
2020-03-03 | HM_DBEVENTADDED to be delayed, instead of sending it immediately | George Hazan | |
2020-03-03 | fixed #2236 (StdMsg: focused window blinks) | 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-03-02 | code cleaning | dartraiden | |
2020-03-02 | another fix for #2239 | George Hazan | |
2020-03-02 | mdbx utilities: | George Hazan | |
- fixes #2239 (-a parameter is missing in fixme.cmd); - merge of recent changes in mdbx utilities; - crutch for Windows to print dynamically exported data | |||
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-25 | IEHistory: fix for status bar resizing | George Hazan | |
2020-02-25 | Scriver: fix for a rare crash in group chats | George Hazan | |
2020-02-24 | libmdbx: another fix for Wine | George Hazan | |
2020-02-24 | IEHistory: some old trash removed | 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 | libmdbx: one another fix for Wine | George Hazan | |
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-21 | libmdbx: crutch for wine | George Hazan | |
2020-02-21 | fixes #2226 (Merge with latest libmdbx) | George Hazan | |
2020-02-21 | Clist_modern: | George Hazan | |
- fixes #2227 (Clist_modern: Диалог "Режимы вида" неправильно работает); - minor code cleaning; - version bump | |||
2020-02-20 | fixes #2197 (IRC: Update broke input box shortcuts & Tab key) | George Hazan | |
hopefully it fixes that trash forever | |||
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 | tabSRMM: fix for removed hot key handler | George Hazan | |
2020-02-19 | Twitter: | George Hazan | |
- fixes #2218 (add support for private messages); - code optimization; - support for JSON requests; - fixed base url; |