summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/stdafx.h
AgeCommit message (Collapse)Author
2024-10-21fixes #4625 (Skypeweb+NS: окультурить внешний вид ↵George Hazan
цитат)
2024-09-17code cleaningGeorge Hazan
2024-09-08fixes #4630 (Skypeweb: не работает удаление ↵George Hazan
сообщения с сервера)
2024-09-02fixes #4595 (despite custom icons)George Hazan
2024-08-19fixes #4575 (Skypeweb: Для каких-то контактов не ↵George Hazan
отображаются ники)
2024-06-12Skype: code cleaningGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
2020-12-20SkypeWeb: protocol reworked almost from scratch to support contact types ↵George Hazan
other than 8 & 19
2020-10-25SkypeWeb: deleted files also removed from projectGeorge Hazan
2020-08-25useless code removedGeorge 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-03-30SkypeWeb: fix for vcxproj fileGeorge 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-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-04-18core changes:George Hazan
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-06code cleaningGeorge Hazan
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
2018-01-26AdvaImg:George Hazan
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg
2018-01-01massive copyright updatedartraiden
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
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-03-11SkypeWeb: add new oauth login flow (should fix auth with ms accounts)aunsane
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-01-01bump copyright yeardartraiden
2016-10-29unneeded macros removedGeorge Hazan
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-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-07SkypeWeb: status messages supportMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@17075 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-07SkypeWeb: support custom nicks for chat's usersMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-22SkypeWeb: fix chatrooms loading (?)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16745 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-02-07SkypeWeb: files sending MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16233 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-11-13SkypeWeb: images uploading support (part 1) MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-16SkypeWeb:Tobias Weimer
- Minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-13SkypeWeb: correct icon handlingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-02SkypeWeb: fixed messageid problems (test it!)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01SkypeWeb: clientmessageid = time in milliseconds (fix doubles in linux client)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c