summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_utils.cpp
AgeCommit message (Collapse)Author
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-05-29Skype:George Hazan
- fixes #829; - massive code cleaning
2017-03-12SkypeWeb: Fix replacing numeric HTML entities (fixes #685)Robert Pösel
2017-01-01bump copyright yeardartraiden
2016-12-03SkypeWeb: Decode numeric html entities (fixes #639)Robert Pösel
Code taken from 'utils\std_string_utils.cpp'. We should combine both codes and move the better / more effective code to the mentioned file so more plugins can share it.
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13SkypeWeb: code cleaning MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16643 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-09-21SkypeWeb: attempt o remove crutches MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-25SkypeWeb: Contacts receivingMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-20SkypeWeb: code optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-14SkypeWeb: Unneeded code removedMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-14SkypeWeb: small fixes. MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-14SkypeWeb: Async polling processing, more optimizations MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-02SkypeWeb: small optimizationMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14809 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-08-01SkypeWeb: crashfix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-31compilation fix for debug modeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-30SkypeWeb: fix crash on "?add" uriMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14759 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-30SkypeWeb: refactoringMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-27SkypeWeb: More fixes & optimizationsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14738 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-07-13SkypeWeb: More fixes. MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14550 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-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-07SkypeWeb: 2-factor auth support pt 1 (it not work).MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14040 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-07SkypeWeb: Attempt support M$ account login.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14038 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-06-06SkypeWeb: Fix status changing error 729.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-06SkypeWeb: Fix encoding problem. Fix login case sensitivy in IsMe(). Version ↵MikalaiR
bump. git-svn-id: http://svn.miranda-ng.org/main/trunk@14025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04SkypeWeb: [13979] temporary reverted. Login fix.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-03SkypeWeb: M$ account login support part 1.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13979 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-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace stricmp to mir_strcmpiKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13760 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-10SkypeWeb: Mark messsges as read rework.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-09SkypeWeb: TRouter refactoring.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-09SkypeWeb: Error & action icons (thx dracosha).MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13490 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-04SkypeWeb: Cleanup.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-04SkypeWeb: Popup classes.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13421 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03git-svn-id: http://svn.miranda-ng.org/main/trunk@13402 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03SkypeWeb: Updating contact list & auth requests every 10 minutes.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03git-svn-id: http://svn.miranda-ng.org/main/trunk@13393 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-01SkypeWeb: Optimizations.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c