summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
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
2015-11-13oopsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15719 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-13SkypeWeb: images uploading support (part 1) MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-13VKontakte: Sergey Bolhovskoy
return back sleep interval for ContactTypingThread change processing for muc typing notification git-svn-id: http://svn.miranda-ng.org/main/trunk@15717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-12VKontakte: fix typing intervalsSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15716 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-12VKontakte:Sergey Bolhovskoy
add typing notification for muc upgrade VK_API version to 5.40 add ‘caption’ for link attachments version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-11thread library:George Hazan
- _beginthread replaced with CreateThread(); - functions forkthread & forkthreadex removed; - macroses mir_forkthread, mir_forkthreadex & mir_forkthreadowner became real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@15710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-11Bugfix for #1087Piotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@15708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-11fix for setting Jabber activitiesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-09Steam: Add hidden setting "PollingErrorsLimit" (byte) for setting how many ↵Robert Pösel
times polling tries before giving up, and raise default value from 3 to 5 git-svn-id: http://svn.miranda-ng.org/main/trunk@15706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-09SkypeWeb: Strip html from messages only when type is "RichText" (fixes #1085)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-09fix for the frame processing in JabberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c