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