Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-02 | fixes crash in StdMsg on opening SRMM window | George Hazan | |
2017-05-29 | Skype: | George Hazan | |
- fixes #829; - massive code cleaning | |||
2017-05-28 | NewsAggregator: correct version of 774 code | Kirill Volinsky | |
2017-05-28 | NewsAggregator: replace one more symbol | Kirill Volinsky | |
2017-05-28 | AdvaImg: LibJPEG lib update to 9b | Kirill Volinsky | |
2017-05-28 | AdvaImg: LibPNG lib updated to 1.6.29 | Kirill Volinsky | |
2017-05-28 | replace some unicode symbols | Kirill Volinsky | |
2017-05-27 | jabber: omemo: TODO for fuiture work | Gluzskiy Alexandr | |
2017-05-26 | tabSRMM: tab icon isn't changing when a status changes | George Hazan | |
2017-05-21 | another manual json parser died in MSN | George Hazan | |
2017-05-21 | langpacks/russian: +3 strings from https://vk.com/dev/messages.send | dartraiden | |
2017-05-20 | MSN: crash fix for extra-long auth tokens | George Hazan | |
2017-05-18 | jabber: omemo: 4.5 another signed/unsigned fix | Gluzskiy Alexandr | |
2017-05-18 | VKontakte: | ElzorFox | |
fix random server delivery processing show error popups for sending messages errors | |||
2017-05-17 | StdMsg: fix for minimize on send option | George Hazan | |
2017-05-16 | fix for duplicate messages in Skype | George Hazan | |
2017-05-16 | fix for double memory deletion in Skype (potential crash) | George Hazan | |
2017-05-16 | jabber: omemo: fixed decryption | Gluzskiy Alexandr | |
fixed decryption logic bug appeared due to my misunderstanding of omemo sessions concept | |||
2017-05-15 | zlib: merge Miranda-specific fixes | dartraiden | |
2017-05-15 | zlib: update to 1.2.11 | dartraiden | |
2017-05-15 | warning fix | George Hazan | |
2017-05-15 | compilation fix | watcherhd | |
2017-05-15 | libsignal-c: few more missed exports | Gluzskiy Alexandr | |
2017-05-15 | jabber: omemo: changed fingerprint format, more sanity checks in session ↵ | Gluzskiy Alexandr | |
creation | |||
2017-05-14 | Revert "zlib: updated to version 1.2.11" | George Hazan | |
This reverts commit cd6513f3037456f6c7c3a8d051be51d62cb9bd88. | |||
2017-05-14 | VKontakte: | ElzorFox | |
fix invisible status on sending message update VK_API_VER to 5.64 version bump | |||
2017-05-13 | langpacks: update | dartraiden | |
2017-05-13 | langpacks/english: update | dartraiden | |
2017-05-13 | Jabber: spelling correction | dartraiden | |
2017-05-13 | CloudFile: localization fix | dartraiden | |
2017-05-13 | missing export function | George Hazan | |
2017-05-13 | zlib: returned files removed by mistake | aunsane | |
2017-05-13 | zlib: updated to version 1.2.11 | aunsane | |
2017-05-13 | jabber: omemo: crash fix | Gluzskiy 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-12 | jabber: omemo: crashfix | Gluzskiy Alexandr | |
better init/deinit | |||
2017-05-12 | jabber: omemo: old code cleanup | Gluzskiy Alexandr | |
respect omemo option (do not do unnecessary allocations/cleanup) | |||
2017-05-12 | jabber: omemo: refactoring | Gluzskiy Alexandr | |
attached all account related data to protocol instances better logging | |||
2017-05-11 | crash fix | George Hazan | |
2017-05-11 | jabber: omemo: added some debug logging into netlib | Gluzskiy Alexandr | |
2017-05-10 | jabber: omemo: signed/unsigned fixes... | Gluzskiy Alexandr | |
2017-05-10 | CloudFile: fix "on conflict" fox dropbox | aunsane | |
2017-05-09 | CloudFile: fix options | aunsane | |
2017-05-09 | CloudFile: fix options | aunsane | |
2017-05-09 | CloudFile: one more fix | aunsane | |
2017-05-09 | CloudFile: fix upload | aunsane | |
2017-05-09 | jabber: omemo: build fix for old compillers | Gluzskiy Alexandr | |
used strtoul instead of _wtoll which is better way to convert string to unsigned long because it's portable c++ function | |||
2017-05-08 | CloudFile: fix build for VS2010 | aunsane | |
2017-05-08 | jabber: omemo: renamed option in ui to reflect current state | Gluzskiy Alexandr | |
2017-05-08 | jabber: omemo: fixes in 4.4, 4.2, basic fingerprint verification implemented | Gluzskiy 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-08 | libs: libsignal-c: few more missed exports | Gluzskiy Alexandr | |