summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
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
2017-05-12jabber: omemo: old code cleanupGluzskiy Alexandr
respect omemo option (do not do unnecessary allocations/cleanup)
2017-05-12jabber: omemo: refactoringGluzskiy Alexandr
attached all account related data to protocol instances better logging
2017-05-11jabber: omemo: added some debug logging into netlibGluzskiy Alexandr
2017-05-10jabber: omemo: signed/unsigned fixes...Gluzskiy Alexandr
2017-05-09jabber: omemo: build fix for old compillersGluzskiy Alexandr
used strtoul instead of _wtoll which is better way to convert string to unsigned long because it's portable c++ function
2017-05-08jabber: omemo: renamed option in ui to reflect current stateGluzskiy Alexandr
2017-05-08jabber: omemo: fixes in 4.4, 4.2, basic fingerprint verification implementedGluzskiy Alexandr
fixed "device id" variable size/conversion in few places implemented basic fingerprint verification (own fingerprint can be found in database Jabber module with name "OmemoFingerprintOwn")
2017-05-07SkypeWeb: Fix infinite refreshing in contact detailsRobert Pösel
Note refreshing this info is still broken (gives "User '<self_username>' is not authorized to request resource of user '<username>'" error).
2017-05-07Facebook: Ignore typing nofitications meant not for us (but e.g. for our page)Robert Pösel
2017-05-06compilation fixwatcherhd
2017-05-05Facebook: Version bumpRobert Pösel
2017-05-05Facebook: New (temporary) hidden option to ignore chat message read notify ↵Robert Pösel
(addresses #799) Add byte key "NoChatMessageReadNotify" with value 1 to use it.