Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-03 | Import; custom window removed | George Hazan | |
2020-01-03 | Facebook to use system timers instead of its own ugly hack | George Hazan | |
2020-01-03 | Discord to use system window to maintain its timers | George Hazan | |
2020-01-03 | workaround to avoid numerous problems with manual event handling | George Hazan | |
2020-01-03 | thread-safe implementation of CTimer::Start/Stop | George Hazan | |
2020-01-03 | CTimer::GetEventId() shall return UINT_PTR as well | George Hazan | |
2020-01-03 | new export library for libjson | George Hazan | |
2020-01-03 | Miranda_GetSystemWindow - returns a common window for creating global timers | George Hazan | |
2020-01-03 | CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumed | George Hazan | |
2020-01-02 | fixes #2168 (Facebook: contacts are not marked as offline on disconnect) | George Hazan | |
2020-01-02 | minor code cleaning | George Hazan | |
2020-01-02 | Facebook: stickers support | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-29 | fixes #2167 (Facebook: strip secret info from logs) | George Hazan | |
2019-12-29 | Facebook: read receipts support | George Hazan | |
2019-12-29 | Facebook: simple MirVer detector | George Hazan | |
2019-12-28 | BASS interface: pick up Miranda-specific commits | dartraiden | |
2019-12-28 | BASS interface: update BASS to 2.4.15 | dartraiden | |
2019-12-28 | typo fix | George Hazan | |
2019-12-28 | Facebook: handling "own" messages sent via other clients | ikeblaster | |
Logging messages written by myself (via other clients) into correct chats. Implementation of threads/rooms/group chats (same thing) needed. | |||
2019-12-28 | fixes #2160 (Facebook: deleted session doesn't empty invalid security token) | George Hazan | |
2019-12-28 | fix for Facebook options | George Hazan | |
2019-12-28 | FacebookRM deprecated and replaced with Facebook MQTT | George Hazan | |
2019-12-28 | Discord: nonce field should be always positive, otherwise it might not work | George Hazan | |
2019-12-27 | Facebook: sending messages | George Hazan | |
2019-12-27 | Facebook: reading users' avatars | George Hazan | |
2019-12-27 | Facebook: private message reader | George Hazan | |
2019-12-27 | Facebook: message queue initialization code | George Hazan | |
2019-12-27 | libjson: patch to write 64-bit integers | George Hazan | |
2019-12-26 | no, that bug is still present :-( | George Hazan | |
2019-12-26 | Facebook: sending UTF messages | George Hazan | |
2019-12-26 | added default filters (seems to work in VS2019) | George Hazan | |
2019-12-24 | Facebook: default group added to options | George Hazan | |
2019-12-24 | fix for minor glitches | George Hazan | |
2019-12-24 | Facebook: fix for MqttUnsubscribe format | George Hazan | |
2019-12-24 | Facebook: support for typing notifications | George Hazan | |
2019-12-24 | oops.. | George Hazan | |
2019-12-23 | Facebook: | George Hazan | |
- completely working presences; - minor fixes | |||
2019-12-23 | Facebook: | George Hazan | |
- added presence processing; - added contacts processing; - code cleaning and restructurizing | |||
2019-12-23 | compilation fix | George Hazan | |
2019-12-23 | Facebook: presence packet parsing | George Hazan | |
2019-12-23 | Facebook: unzip support | George Hazan | |
2019-12-23 | Facebook: | George Hazan | |
- MQTT message reader & parser (initial version); - MQTT ping; | |||
2019-12-23 | libmosquitto - a helper for MQTT clients | George Hazan | |
2019-12-20 | VKontakte: | 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-19 | fixes #2152 (Notes & Reminders: no need to track mouse cursor) | George Hazan | |
2019-12-19 | final fix for #2151 | George Hazan | |
2019-12-18 | Facebook: subscribe & unsubscribe support | George Hazan | |
2019-12-18 | Facebook: | George Hazan | |
- MqttSend now calculates payload size automatically (no need to add some magic numbers); - support for MQTT publish requests; - minor code cleaning |