summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2015-12-19Steam: Fix ability to switch protocol to offlineRobert Pösel
Do relogin in PollingThread only if we still want to be online. Because we might call logout from Steam servers before we quit polling thread - so we always get at least one "Not Logged On" error. This commit stops doing relogin when our m_iStatus is already offline. git-svn-id: http://svn.miranda-ng.org/main/trunk@15901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Try to login again automatically when our token is expired already at ↵Robert Pösel
login git-svn-id: http://svn.miranda-ng.org/main/trunk@15899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Fix potential null pointer dereferencing (thanks Wishmaster)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15898 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Try to login again on PollThread's "Not Logged On" errorRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Simplify errors checking in PollingThread (remove variable "breaked")Robert Pösel
And previous commit (r15373) was indeed correct, I missed the switched logic. But I think the change (r15895) makes it more readable anyway. git-svn-id: http://svn.miranda-ng.org/main/trunk@15896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Fix handling errors in PollingThread processing (broken in r15373)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Fix handling expired token at loginRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Set HttpResponse's resultCode from request, when response is nullRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-19Steam: Fix wrong type of argument in callbacks (use HttpResponse instead of ↵Robert Pösel
NETLIBHTTPREQUEST) git-svn-id: http://svn.miranda-ng.org/main/trunk@15892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-17protocols:Alexander Gluzsky
jabber: additional sanity check for incomming pgp encrypted message (xep-0027 is not strict enough), this check is required to avoid incompatibility with some clients with xep-0027 support git-svn-id: http://svn.miranda-ng.org/main/trunk@15885 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-17ICQCorp: mir_strdup -> _strdupMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-17ICQCorp: encoding fix, crash fix(?)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-16Facebook: Fix typo in previous login fix (commit r15873), now works correctlyRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-16Facebook: Fix login for some other people too (parsing also differently ↵Robert Pösel
specified cookies) git-svn-id: http://svn.miranda-ng.org/main/trunk@15873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-14ICQCorp:Tobias Weimer
-minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@15864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-14ICQCorp: crashfixMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-14it's not that simple (c) to move a piece of code to another placeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-13missing UNSET_UID insertedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-13missing UID for MRA Services menuGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-13some service menus declared as non-tunableGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-12Tox: updated tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-12Facebook: Fix routing of unsupported statuses to Away instead of OnlineRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-12Facebook: Don't set away users as idleRobert Pösel
If this will be reconsidered and enabled marking away people as idle again, then don't forget to add reseting the idle flag back to false. Because in previous commit it was set only to true and never back, even when user was online again. git-svn-id: http://svn.miranda-ng.org/main/trunk@15844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-12Facebook: Visibility/away improvementsRobert Pösel
* Mark contacts last active more than 1 minute ago as away * Don't make us active for FB when we're invisible or away git-svn-id: http://svn.miranda-ng.org/main/trunk@15843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-12Facebook: Support for "away" status (behaves just like being idle in ↵Robert Pösel
Miranda); version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-12Steam: Use more explicit check for modal dialog's resultRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15839 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-12Steam: Improve main iconRobert Pösel
Removed transparency inside and fill it correctly with white color. git-svn-id: http://svn.miranda-ng.org/main/trunk@15838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-11Facebook: Fix login for users from Belgium; version bumpRobert Pösel
By parsing "deferred cookies" set by JavaScript. git-svn-id: http://svn.miranda-ng.org/main/trunk@15837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-09Tox: updated tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-30add some missing "->"Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-29WhatsApp:Tobias Weimer
- Updated some constants.h - Fixed error message git-svn-id: http://svn.miranda-ng.org/main/trunk@15785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-25Facebook: Attempt to fix problem with login for some peopleRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15779 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-24IRC: resource cosmeticDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-23Jabber: translation fixTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@15765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-23Steam: Disable using persistent connection for PollRequest as it causes ↵Robert Pösel
force disconnects (thanks Vulpix for tip) It might be reenabled in future again, we just need to make sure we're updating and cancelling it correctly in case we receive error or something. Now we remember the new response->nlc only in one branch of that if, which is obviously wrong, because we're trying to use the old nlc anyway without resetting it. But maybe Steam servers doesn't support the polling thread with persistent connection at all, it needs to be tested further. git-svn-id: http://svn.miranda-ng.org/main/trunk@15762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-23Tox: updated tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-23VKontakte: use SendMsg for sending to muc Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-22ICQ: as in other pluginsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-19IRC: add Coldfront and Snoonet serversDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-19- massive code cleaning;George Hazan
- fix for a crash on exit; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-19rollback to the old working version of headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-18IRC: strange numeration fixedDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-16AIM: similar to other protocolsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-15It is in the network settings, not the ICQ settingsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-15unnecessary capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15729 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-14forgotten file MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-14SkypeWeb: images uploading support (part 2)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15725 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-14MRA:Tobias Weimer
- Fixed bug with GetContactDisplayName git-svn-id: http://svn.miranda-ng.org/main/trunk@15724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-14Tlen:Tobias Weimer
- Fix for GetContactDisplayName git-svn-id: http://svn.miranda-ng.org/main/trunk@15722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-14Tox: updated libtox and toolsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c