Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-05-07 | SkypeWeb: Fix infinite refreshing in contact details | Robert 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-07 | Facebook: Ignore typing nofitications meant not for us (but e.g. for our page) | Robert Pösel | |
2017-05-07 | CloudFile: | aunsane | |
- reworked options to dupport default service - added options to select conflict behavior - multiple fix and refactoring - version bump | |||
2017-05-06 | small fix string langpacks\russian | Konstantin | |
2017-05-06 | compilation fix | watcherhd | |
2017-05-05 | Facebook: Version bump | Robert Pösel | |
2017-05-05 | Facebook: 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. | |||
2017-05-05 | Revert "Facebook: Try to send message only once" (commit ↵ | Robert Pösel | |
740a34b1053593cb728f7615ba9bcbad4558e428) | |||
2017-05-05 | Revert "stupid bug with the empty HTTP packets processing in netlib" (commit ↵ | Robert Pösel | |
b0b0b090cbec03d92e803612d2eced7d85ebf486) (fixes #807) I don't understand reason for the original commit, but it is obviously wrong as it makes often receiving data failures (perhaps because timeout of persistent connection?). | |||
2017-05-05 | Facebook: Reverse logic of checkbox | Robert Pösel | |
Checkboxes should have positive description/meaning. | |||
2017-05-05 | Facebook: Fix not remembering login | Robert Pösel | |
2017-05-04 | jabber: omemo: fixes in 4.1, storage backend related fixes | Gluzskiy Alexandr | |
does not store base64 encoded private keys (does not used enywhere) fixed few memory leaks in refreshdevice (still have some, not critical) added few missed things to signal data backend implementation |