Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-05 | VKontakte: | ElzorFox | |
update VK_API to 5.67 version bump | |||
2017-06-24 | VKontakte: small fix | ElzorFox | |
2017-06-23 | Facebook: 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-20 | Facebook: unneeded crutch removed | George Hazan | |
2017-06-20 | Facebook: fix for the wrong pointer | George Hazan | |
2017-06-16 | Tox: library update | Kirill Volinsky | |
2017-06-14 | more libjson dependencies | George Hazan | |
2017-06-14 | project reference to be added into a project file, not into the solution | George Hazan | |
2017-06-14 | Skype: more correct version of auth fix | George Hazan | |
2017-06-13 | oops | Kirill Volinsky | |
2017-06-13 | SkypeWeb: more correct version of 9bd700b but for "ipt" name also not working | Kirill Volinsky | |
2017-06-13 | minor fix for Skype login | George Hazan | |
2017-06-06 | MSN: fix for token expiration time's calculation | George Hazan | |
2017-06-05 | minor fixes for Discord protocol | George Hazan | |
2017-06-05 | VKontakte: | ElzorFox | |
update VKAPI_VER to 5.65 version bump | |||
2017-06-05 | Discord: attempt to fix problems with unauthorized http requests | George Hazan | |
2017-06-05 | MSN | George Hazan | |
- fix for rare crash; - all pre-MSNP24 code removed | |||
2017-05-29 | Skype: | George Hazan | |
- fixes #829; - massive code cleaning | |||
2017-05-27 | jabber: omemo: TODO for fuiture work | Gluzskiy Alexandr | |
2017-05-21 | another manual json parser died in MSN | George Hazan | |
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-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 | warning fix | George Hazan | |
2017-05-15 | compilation fix | watcherhd | |
2017-05-15 | jabber: omemo: changed fingerprint format, more sanity checks in session ↵ | Gluzskiy Alexandr | |
creation | |||
2017-05-14 | VKontakte: | ElzorFox | |
fix invisible status on sending message update VK_API_VER to 5.64 version bump | |||
2017-05-13 | Jabber: spelling correction | dartraiden | |
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 | jabber: omemo: added some debug logging into netlib | Gluzskiy Alexandr | |
2017-05-10 | jabber: omemo: signed/unsigned fixes... | Gluzskiy Alexandr | |
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 | 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-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-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 | 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 | |||
2017-05-02 | VKontakte: fix invisible status on miranda start | ElzorFox | |