summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2017-08-14another crazy piece of code removedGeorge Hazan
2017-08-10Jabber:George Hazan
- fix for partially supported XEP-0115; - unused methods removed
2017-08-10grrrmGeorge Hazan
2017-08-10Jabber:George Hazan
- more fixes for XEP-115 support; - obsolete code removed;
2017-08-09SkypeWeb: switched to new contacts api (fixes #732)MikalaiR
2017-08-08fixes #667 (XMPP CAPS data is missing required attribute value)George Hazan
2017-08-08Jabber: no need in https in capsGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-06last fix for httpsGeorge Hazan
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-07-28VKontakte:Tobias Weimer
- translation fix
2017-07-28VKontakte: add nick to broadcast popup titleElzorFox
2017-07-23VKontakte:Tobias Weimer
* Fixed typo
2017-07-22VKontakte: fix typoElzorFox
2017-07-22VKontakte:ElzorFox
remove ‘Use non-standard urlEncode for sent messages (less traffic)’ option (now ExpUrlEncode is used by default) add UseStandardUrlEncode hidden option :) add ‘Notify about changes of contacts audio broadcast’ option (default false) add FloodListingToPopups contacts hidden option (default true) version bump
2017-07-05VKontakte:ElzorFox
update VK_API to 5.67 version bump
2017-06-24VKontakte: small fixElzorFox
2017-06-23Facebook: unneeded crutch removed (reverted from commit ↵Robert Pösel
b846cb5043b6d5f5ac59cb40f252bc9ced189dfd) We need values with "abcdefgh...xyz0123456789", that's why radix 36 was used. INT_VALUE produces only numbers.
2017-06-20Facebook: unneeded crutch removedGeorge Hazan
2017-06-20Facebook: fix for the wrong pointerGeorge Hazan
2017-06-16Tox: library updateKirill Volinsky
2017-06-14more libjson dependenciesGeorge Hazan
2017-06-14project reference to be added into a project file, not into the solutionGeorge Hazan
2017-06-14Skype: more correct version of auth fixGeorge Hazan
2017-06-13oopsKirill Volinsky
2017-06-13SkypeWeb: more correct version of 9bd700b but for "ipt" name also not workingKirill Volinsky
2017-06-13minor fix for Skype loginGeorge Hazan
2017-06-06MSN: fix for token expiration time's calculationGeorge Hazan
2017-06-05minor fixes for Discord protocolGeorge Hazan
2017-06-05VKontakte:ElzorFox
update VKAPI_VER to 5.65 version bump
2017-06-05Discord: attempt to fix problems with unauthorized http requestsGeorge Hazan
2017-06-05MSNGeorge Hazan
- fix for rare crash; - all pre-MSNP24 code removed
2017-05-29Skype:George Hazan
- fixes #829; - massive code cleaning
2017-05-27jabber: omemo: TODO for fuiture workGluzskiy Alexandr
2017-05-21another manual json parser died in MSNGeorge Hazan
2017-05-20MSN: crash fix for extra-long auth tokensGeorge Hazan
2017-05-18jabber: omemo: 4.5 another signed/unsigned fixGluzskiy Alexandr
2017-05-18VKontakte:ElzorFox
fix random server delivery processing show error popups for sending messages errors
2017-05-16fix for duplicate messages in SkypeGeorge Hazan
2017-05-16fix for double memory deletion in Skype (potential crash)George Hazan
2017-05-16jabber: omemo: fixed decryptionGluzskiy Alexandr
fixed decryption logic bug appeared due to my misunderstanding of omemo sessions concept
2017-05-15warning fixGeorge Hazan
2017-05-15compilation fixwatcherhd
2017-05-15jabber: omemo: changed fingerprint format, more sanity checks in session ↵Gluzskiy Alexandr
creation
2017-05-14VKontakte:ElzorFox
fix invisible status on sending message update VK_API_VER to 5.64 version bump
2017-05-13Jabber: spelling correctiondartraiden
2017-05-13jabber: omemo: crash fixGluzskiy Alexandr
fixed crash and added error message if pre_key_signal_message_deserialize failed fixed logic for picking remote prekey (it was 1/prekey_count possibility of inifinite loop or no prekey)
2017-05-12jabber: omemo: crashfixGluzskiy Alexandr
better init/deinit