summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-02fixes crash in StdMsg on opening SRMM windowGeorge Hazan
2017-05-29Skype:George Hazan
- fixes #829; - massive code cleaning
2017-05-28NewsAggregator: correct version of 774 codeKirill Volinsky
2017-05-28NewsAggregator: replace one more symbolKirill Volinsky
2017-05-28AdvaImg: LibJPEG lib update to 9bKirill Volinsky
2017-05-28AdvaImg: LibPNG lib updated to 1.6.29Kirill Volinsky
2017-05-28replace some unicode symbolsKirill Volinsky
2017-05-27jabber: omemo: TODO for fuiture workGluzskiy Alexandr
2017-05-26tabSRMM: tab icon isn't changing when a status changesGeorge Hazan
2017-05-21another manual json parser died in MSNGeorge Hazan
2017-05-21langpacks/russian: +3 strings from https://vk.com/dev/messages.senddartraiden
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-17StdMsg: fix for minimize on send optionGeorge Hazan
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-15zlib: merge Miranda-specific fixesdartraiden
2017-05-15zlib: update to 1.2.11dartraiden
2017-05-15warning fixGeorge Hazan
2017-05-15compilation fixwatcherhd
2017-05-15libsignal-c: few more missed exportsGluzskiy Alexandr
2017-05-15jabber: omemo: changed fingerprint format, more sanity checks in session ↵Gluzskiy Alexandr
creation
2017-05-14Revert "zlib: updated to version 1.2.11"George Hazan
This reverts commit cd6513f3037456f6c7c3a8d051be51d62cb9bd88.
2017-05-14VKontakte:ElzorFox
fix invisible status on sending message update VK_API_VER to 5.64 version bump
2017-05-13langpacks: updatedartraiden
2017-05-13langpacks/english: updatedartraiden
2017-05-13Jabber: spelling correctiondartraiden
2017-05-13CloudFile: localization fixdartraiden
2017-05-13missing export functionGeorge Hazan
2017-05-13zlib: returned files removed by mistakeaunsane
2017-05-13zlib: updated to version 1.2.11aunsane
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-11crash fixGeorge Hazan
2017-05-11jabber: omemo: added some debug logging into netlibGluzskiy Alexandr
2017-05-10jabber: omemo: signed/unsigned fixes...Gluzskiy Alexandr
2017-05-10CloudFile: fix "on conflict" fox dropboxaunsane
2017-05-09CloudFile: fix optionsaunsane
2017-05-09CloudFile: fix optionsaunsane
2017-05-09CloudFile: one more fixaunsane
2017-05-09CloudFile: fix uploadaunsane
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-08CloudFile: fix build for VS2010aunsane
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-08libs: libsignal-c: few more missed exportsGluzskiy Alexandr