summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-03code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-03VKontakte: fix for video and link attachments Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-03Tox: more correct transfer loggingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-03dynamic load of secur32.dll is not actual anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13980 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-06-03SkypeWeb: Crashfix.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-03SkypeWeb: Login rewritted to OAuth.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02minor cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13976 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02unused code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02- old PNG conversion code (png2dib, dib2png) removed;George Hazan
- m_png.h also removed; - all calls of LoadImage replaced with CallService(MS_IMG_LOAD); - four invalid CloseHandle() calls removed; - massive code cleaning for Popup, HistoryStats & SplashScreen plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@13974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02constants for PNG & GIF reordered, restoring the functionality of picture savingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02another stupid warning to blockGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02SkypeWeb: Manual json formatting removed. Fix avatar cache for "facebook" ↵MikalaiR
contacts. Other fixes. git-svn-id: http://svn.miranda-ng.org/main/trunk@13971 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02can't see this warning anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13970 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02grrm... custom tga handler returned backGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13969 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02missing libraries for VS2010Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01missing libraries for VS2013George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13967 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01- atavism named MS_UTILS_LOADBITMAP removed;George Hazan
- bmpfilter.cpp also removed; - Bitmap_Load() function added instead; - various bitmap related crap fixed; git-svn-id: http://svn.miranda-ng.org/main/trunk@13966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01various quirks with PROTO_AVATAR_INFORMATION declarationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13965 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01MinecraftDynmap: Fix codepage for chat stringsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01MinecraftDynmap: Use new JSONNode syntax; rework TCHAR* to char*; version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01SkypeWeb: Minor cleanup.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01helper stubs for the standard protocol services are not created anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ↵George Hazan
exported anymore, it's closed in the core, CallProtoService() is used instead everywhere; - fixes for some quirks with PS_* calls. git-svn-id: http://svn.miranda-ng.org/main/trunk@13959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01watrack to publish xStatuses correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13958 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01Langpack Czech: a few strings added/translated to weather.xmlTapin
git-svn-id: http://svn.miranda-ng.org/main/trunk@13957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01git-svn-id: http://svn.miranda-ng.org/main/trunk@13956 ↵Sergey Bolhovskoy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01VKontakte: fix potential crashSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-01VKontakte: crashfix on group invite Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- CreateProtoServiceFunction() moved into mir_core.dll instead of inliningGeorge Hazan
- all old protocols moved on it; - code cleaning; git-svn-id: http://svn.miranda-ng.org/main/trunk@13953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
- we don't need StrConvA anymore; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@13952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31langpacks: SkypeClassic moved to deprecatedDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@13951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Dropbox: one more timeAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13950 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-31Tox: fixed contact addingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Tox: some changesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Dropbox: fixed wrong argAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31git-svn-id: http://svn.miranda-ng.org/main/trunk@13944 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31SkypeClassic moved to deprecatedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31forgotten flagGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31NAS to write a status message correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31fixes for the file sendingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31fixes for PS_SETAWAYMSG callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
- absence of fnInitFunc to identify a protocol without instances; - whole bunch of ansi crutches discarded git-svn-id: http://svn.miranda-ng.org/main/trunk@13937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Tox: compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31SkypeWeb: Fix avatar cache for "live" contacts.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31this code is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Tox: added support of assocmgrAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c