summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_options.cpp
AgeCommit message (Collapse)Author
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18this feature was never used and only causes problemsGeorge Hazan
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-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-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 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-08-29SkypeWeb: change password link in settings MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-15SkypeWeb: Server time for outgoing messages. Option "Local time for incoming ↵MikalaiR
messages" removed git-svn-id: http://svn.miranda-ng.org/main/trunk@14962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08SkypeWeb: bbcodes in edited messagesMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-07SkypeWeb: fix auth request duplication MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-02pass_ptrA, pass_ptrW and pass_ptrTMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14822 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-02SkypeWeb: pass_ptr - smart pointer for passwords MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14821 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-02SkypeWeb: zero memory with passwordMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22typo fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-13SkypeWeb: options improvementsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-07SkypeWeb: cppcheck warnings fix.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-06SkypeWeb: Checkbox for "use hostname as place".MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-05SkypeWeb: MarkAsUnread setting is default.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04SkypeWeb: Setting for place.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14000 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: Leaks fix (thx wishmaster)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13477 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-05-06SkypeWeb: Setting for mark all messages as unread. Other fixesMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-05SkypeWeb: Correct version of rev.[13449].MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-05SkypeWeb: Remove token if username or password changed.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13449 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-17don't translate accounts names in optionsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13one more dialog fix for SkypeWebAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13dialog fix for SkypeWeb & ToxAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-11SkypeWeb: Added UseLocalTime setting (please, test it).MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@12763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10SkypeWeb: Fixed some bugs from coverityAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10SkypeWeb: GetInfo support; Small fixes.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@12738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10skype search 1st attemptKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09SkypeWeb: attempt to speed up contact lookupAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09SkypeWeb: AutoSync is now enabled by default.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@12704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09SkypeWeb:SkypeWeb: Auto sync history part 3.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@12699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09fixed getting contacts avatarsKirill Volinsky
fixed options page init git-svn-id: http://svn.miranda-ng.org/main/trunk@12689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-08SkypeWeb: cleanupAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-05group creation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-03SkypeWeb: moved to core uiAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c