Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-26 | no, that bug is still present :-( | George Hazan | |
2019-12-26 | Facebook: sending UTF messages | 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-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-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 | |||
2019-12-18 | Facebook: | George Hazan | |
- normal behaviour of ServerThread(); - added OnLoggedIn() function; - correct OnShutdown() processing; - DBKEY_USERNAME replaced with DBKEY_LOGIN to provide compatibility with the old protocol | |||
2019-12-16 | FacebookMQTT - authentication, MQTT connection, ... | ikeblaster | |
Temporary credentials dialog, loading GraphQL data, various constants (taken from Pidgin) | |||
2019-12-16 | ICQ-WIM: fix for async [deleted] processing | George Hazan | |
2019-12-16 | fixes #2122 (ICQ-WIM: removed ICQ contact appears again in the contact list) | George Hazan | |
2019-12-16 | fixes #2137 completely by adding "deleted" flag detection instead of using ↵ | George Hazan | |
nickname | |||
2019-12-15 | softer variant of the previous patch | George Hazan | |
2019-12-15 | ICQ-WIM: patch not to forcibly remove deleted contacts from our database | George Hazan | |
2019-12-15 | ICQ-WIM: added error code detection during addBuddy (we don't allow to add ↵ | George Hazan | |
deleted contacts) | |||
2019-12-09 | fixes #2137 (ICQ-WIM: no need to remove contacts marked as 'deleted') | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-12-03 | ICQ-WIM: bunch of manual code removed, common code cleaning | George Hazan | |
2019-11-19 | warning fixes | George Hazan | |
2019-11-11 | update for Weather ini files | George Hazan | |
2019-11-08 | fixes #2120 ([Discord] If you already have a custom status, setting it again ↵ | George Hazan | |
causes a crash) | |||
2019-11-08 | VKontakte: fix error code for restarted reguest | ElzorFox | |
2019-11-07 | typo fix | George Hazan | |
2019-11-06 | fixes #2117 ([Discord] Support for the newly introduced Custom Status) | George Hazan | |
2019-11-06 | ICQ-WIM: we don't need to publish awaymsg capabilities either | George Hazan | |
2019-11-06 | ICQ-WIM: no need to declare unsupported methods | George Hazan | |
2019-11-05 | fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵ | George Hazan | |
groups!) are broken) | |||
2019-11-05 | Discord: | George Hazan | |
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method |