summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2014-11-28Use JSONROOT everywhere to simplify code and fix memleaks (in Dropbox and Steam)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Facebook: Fix utils::text::replace_all method to not result in infinite loop ↵Robert Pösel
for some inputs This fixes problem with not showing notifications at all when "show notifications in special chatrooms" is enabled and notification with "%" inside is showed (and same problem for multi user chat messages) git-svn-id: http://svn.miranda-ng.org/main/trunk@11128 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28VKontakte: Sergey Bolhovskoy
fix unset and timer for multiprotocol configuration remove 'goto' contructions code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28VKontakte: Sergey Bolhovskoy
code cleanup add debuglog lines git-svn-id: http://svn.miranda-ng.org/main/trunk@11126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27in this case there's no need to check whether parameters were really passed ↵George Hazan
or not git-svn-id: http://svn.miranda-ng.org/main/trunk@11125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27VKontakte: Sergey Bolhovskoy
fix memory leaks fix db_unset on OnJoinChat code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27Xfire: code cleanup. Plugin must be rewritten.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27Tlen: code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27VKontakte: Sergey Bolhovskoy
rework RetrieveUsersInfo (significant reduction of network traffic) version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26IRC: fixed window title v.2(thx person)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26warning fix George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11093 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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