Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-14 | another crazy piece of code removed | George Hazan | |
2017-08-10 | Jabber: | George Hazan | |
- fix for partially supported XEP-0115; - unused methods removed | |||
2017-08-10 | grrrm | George Hazan | |
2017-08-10 | Jabber: | George Hazan | |
- more fixes for XEP-115 support; - obsolete code removed; | |||
2017-08-09 | SkypeWeb: switched to new contacts api (fixes #732) | MikalaiR | |
2017-08-08 | fixes #667 (XMPP CAPS data is missing required attribute value) | George Hazan | |
2017-08-08 | Jabber: no need in https in caps | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-06 | last fix for https | George Hazan | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-07-28 | VKontakte: | Tobias Weimer | |
- translation fix | |||
2017-07-28 | VKontakte: add nick to broadcast popup title | ElzorFox | |
2017-07-23 | VKontakte: | Tobias Weimer | |
* Fixed typo | |||
2017-07-22 | VKontakte: fix typo | ElzorFox | |
2017-07-22 | VKontakte: | 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-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 |