summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04fix for a buffer overrun in GTalkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14001 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-06-04minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13999 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04fix for MSN avatars thread hangupGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04unified project for MSN George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04Fixed a memleak in groupchatPiotr Piastucki
Added support for contact list fetching for plain Skype user finally enabling usage of Skype accounts via skylogin.dll (login only working once in a session though, currently cannot find out why). Prevent launching of duplicate keepAliveThread git-svn-id: http://svn.miranda-ng.org/main/trunk@13995 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04SkypeWeb: Fix loading contacts info for big contact list.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13994 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04SkypeWeb: Small fixes.MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@13993 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-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-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-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-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-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-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-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-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-31SkypeClassic moved to deprecatedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13943 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-31Tox: added support of assocmgrAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13933 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-31Removed obsolete functions like setting NicknamePiotr Piastucki
Ensure presence of wlid Setting desired status on startup git-svn-id: http://svn.miranda-ng.org/main/trunk@13931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Minecraft Dynmap:Tobias Weimer
- Fixed crash without server name (fixes #935) git-svn-id: http://svn.miranda-ng.org/main/trunk@13930 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31oops George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31fix for the temporary file typesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Facebook: Version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Facebook: Raise sync threads limit to 2 days and classically load unread ↵Robert Pösel
messages all the time (sync threads is not reliable) I'm not sure whether this will cause duplicit messages or not. But this (or any) sync should be improved anyway. git-svn-id: http://svn.miranda-ng.org/main/trunk@13925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Facebook: Fix loading notifications on login again (now really) and marking ↵Robert Pösel
them as read git-svn-id: http://svn.miranda-ng.org/main/trunk@13924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Facebook: Separate parsing of each attachment type to make it more readableRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31Facebook: Fix receiving all kinds of attachmentsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13922 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-30forgotten string from the previous patchGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c