summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2014-11-26VKontakte: update api versionSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26Facebook: Fix for not notifying notifications in chatroomRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11088 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26Facebook: Real fix for corrupted newsfeeds in chatroomRobert Pösel
Problem was text.str().c_str() because .str() returns temporary object and c_str() pointer to it, so it was probably destructed before really using it in chatroom. git-svn-id: http://svn.miranda-ng.org/main/trunk@11084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26Facebook: Various optimizations and cleanupRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26VKontakte: fix for unneeded adding no-friend user from chatSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11082 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26VKontakte: fix SetAvatarUrlSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26VKontakte:Sergey Bolhovskoy
more options for sync history on protocol online some code cleanup version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25jabber code clean upRozhuk Ivan
req code review git-svn-id: http://svn.miranda-ng.org/main/trunk@11074 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25Yahoo small fixesRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11073 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25IRC code cleanupRozhuk Ivan
req for review git-svn-id: http://svn.miranda-ng.org/main/trunk@11069 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25fixed window title (thx person)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25Gadu-Gadu code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25EmLanProto fix, need for review.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11063 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25Add nullptr checks for offline messages parser.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11052 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25VKontakte: Sergey Bolhovskoy
full rework for sunc and load history version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-24VKontakte: move history functions to vk_history.cppSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11046 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-23Facebook: Try to fix concurrent write of notifications to chatroom (I ↵Robert Pösel
thought it's thread safe?) git-svn-id: http://svn.miranda-ng.org/main/trunk@11045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-23Steam: Fixed few more forgotten crash placesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-22WhatsApp:Tobias Weimer
-Changed account resource to "S40-2.12.49" (patch by Cassio) git-svn-id: http://svn.miranda-ng.org/main/trunk@11040 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-22Steam: One more fix for json parsingRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11039 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-22Steam: Fix polling thread to disconnect protocol on errorRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-22Steam: Fix json memleaks all over code; version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-22Steam: Fix crashes on login and on other occasionsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-21Facebook: Don't load history notifications into chatroomRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-20Facebook: Refactor whole groupchat with notificationsRobert Pösel
This fix crash on right-click to notification popup and problem with not working notifications count in statusbar git-svn-id: http://svn.miranda-ng.org/main/trunk@11028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-19code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-19Facebook: Option to log notifications into special chatroom; version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11020 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18SkypeClassicTobias Weimer
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18SkypeClassicTobias Weimer
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11015 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18SkypeClassicTobias Weimer
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18RichEd20.dll replaced with Msftedit.dllGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18well, it seems only nouns are acceptable after "due to"RMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@11009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18Sametime: more spelling corrections in error codesRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@11008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-17Facebook: Experimental messages sync at login (for last 24-hours only) ↵Robert Pösel
(patch by Vojtěch Kinkor, thanks) git-svn-id: http://svn.miranda-ng.org/main/trunk@11006 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-17Facebook: Use correct phstamp and ttstamp values in POST data (Facebook ↵Robert Pösel
doesn't give a .... anyway) git-svn-id: http://svn.miranda-ng.org/main/trunk@11005 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-17Facebook: Show "Message read ..." info always in local timeRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-17Facebook: Speed optimalizationRobert Pösel
Use caching for ContactIDToHContact, ChatIDToHContact and ThreadIDToContactID methods. Should result in some performance increase. git-svn-id: http://svn.miranda-ng.org/main/trunk@11003 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-17Facebook: Fix receiving user messages and marking them as read for some ↵Robert Pösel
people; version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-16typos in Sametime resourcesRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@10999 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-16MSN protocol's death-screamGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-15WhatsApp:Tobias Weimer
-Fixed login (patch by Cassio) git-svn-id: http://svn.miranda-ng.org/main/trunk@10993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-15Facebook: fix searching by id/loginRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@10991 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13fix for MSN client versionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10980 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13Sametime protocol:Szymon Tokarz
- Support the Sametime 'in meeting' status (linked with Miranda 'Occupied' status) - New protocol icons from oryginal client Patch by pepinlebref git-svn-id: http://svn.miranda-ng.org/main/trunk@10976 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-11Sametime: typosDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-11VKontakte: Sergey Bolhovskoy
fix for "Use Local Time" setting remove IDI_ICON1 preprocessor define fix "Password:" label position version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-11Sametime protocol:Szymon Tokarz
- Add more options to client major/minor version settings, add gui combobox (db settings ClientVersionMajor, ClientVersionMinor used and still works if set from db) Enables connect to more modern servers - More ClientIDs on combobox list. - Better list of error codes, now translateable. - Merge some 3rd party patches to meanwhile lib. https://gist.github.com/jricesterenator/c67dfbdd0887f7ecc26a https://github.com/mrcsparker/meanwhile/commit/e2299d3c70a3351ab148f4febdebceb71f7b526d https://github.com/mrcsparker/meanwhile/commit/2e68651f13aebeab9e71312e59da204d3d72092c git-svn-id: http://svn.miranda-ng.org/main/trunk@10949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-10much less crazy imlementaion of xml readerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-10minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10944 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-10VKontakte: minor cosmetic fixSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c