summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_search.cpp
AgeCommit message (Collapse)Author
2025-05-06fixes #4899 (SkypeWeb: deprecation)George Hazan
2025-03-30code cleaningGeorge Hazan
2025-01-01Another year has passeddartraiden
2024-01-08Update copyrightsdartraiden
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-02-11SkypeWeb:George Hazan
- fixes the problem with messages marked as read; - fixes user search for Outlook.com contacts; - fixes missing nick name after adding contact; - fixes error 201 "User id is misprinted"; - minor code cleaning; - version bump
2021-01-17Update copyrightsdartraiden
2020-06-04fixes #2410 (Problems with (false) offline contacts in skype protocol)George Hazan
2020-06-03Skype: no need to use formatting where one can use string concatenationGeorge Hazan
2020-05-28SkypeWeb: further shit cleaningGeorge Hazan
2020-05-27SkypeWeb:George Hazan
- massive code cleanup, old http junk wiped out & replaced with standard MHttpRequest class - old MS login code removed; - basic url replaced with modern one;
2020-01-29unneded checks removedGeorge Hazan
2020-01-29fixes #2149 (SkypeWeb doesn't parse error codes)George Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-07-12SkypeWeb:George Hazan
- fixes #2002 (Skype caches wrong server data); - unused structure removed; - version bump
2019-06-27Skype: minor code cleaningGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-05-29Skype:George Hazan
- fixes #829; - massive code cleaning
2017-01-01bump copyright yeardartraiden
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-06SkypeWeb: fixed searchMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@17070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 1Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-15SkypeWeb: refactoring part 1MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-01SkypeWeb: More fixes & optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-14SkypeWeb: small fixesMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26SkypeWeb: unused code removed.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-11SkypeWeb: crashfix.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-07SkypeWeb: Search -> UTF-8. Code optimization.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-06dozen of mem leaks fixed in SkypeWebGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENTGeorge Hazan
glory, glory, hallelujah git-svn-id: http://svn.miranda-ng.org/main/trunk@13949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- MAllStrings: a handy union to hold an incoming string parameter of any type;George Hazan
- FNAMECHAR: atavism extincted; - PROTOSEARCHRESULT: structure prepared to use results of any type, including utf git-svn-id: http://svn.miranda-ng.org/main/trunk@13932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-29SkypeWeb to use new json parserGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-11SkypeWeb: Small fixes.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-10SkypeWeb: AuthRequest greeting fix. Cleanup.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-10flags fixKirill Volinsky
cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-08SkypeWeb: DB utils moved to skype_db.cpp. Messages synchronization refactoring.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-07SkypeWeb: Manual JSON formation removed. Other fixes. Version bump.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-30unified project for SkypeWeb protocolGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-22SkypeWeb: Cleanup.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-20warnings fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13search fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12781 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c