summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
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
2015-11-09Facebook: Disable marking contacts "on the phone" as it is not reliable anymoreRobert Pösel
Added new hidden option "FetchMobile" (byte), which is default "0" (disabled), but you can set "1" to mark all contacts that are in json's array "mobile_friends" as "on the phone". Also you can set it to "2" to set MirVer based on some "c" field, but it is just guessed and not really correct - it was just internal test to try to distinguish between them to understand what the "c" field means. git-svn-id: http://svn.miranda-ng.org/main/trunk@15701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-08VKontakte: fix ‘Visit profile’ menu item for mucSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-07Tox: fix crash on logoutAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15696 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-07VKontakte: add homepage for mucSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-06Thanks for breaking MSN with "minor cleanup", let's see if you find out what ↵Piotr Piastucki
you did wrong here ;) git-svn-id: http://svn.miranda-ng.org/main/trunk@15689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-04Minecraft:Tobias Weimer
- Minor fix git-svn-id: http://svn.miranda-ng.org/main/trunk@15688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-04MSN:Tobias Weimer
- minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@15687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-04MSN:Tobias Weimer
- minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@15686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-04Tox: one more crash fixAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-03TOX: MSVC 2010 compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-03Tox: updated tox coreAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15677 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-03Tox: attempt to fix crash on IsOnline call 2Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-03MSN: Forgot to return value in function returning boolPiotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@15675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-03VKontakte: Sergey Bolhovskoy
minor fix for translation add ‘Wipe contacts missing in friend list’ proto menu item git-svn-id: http://svn.miranda-ng.org/main/trunk@15673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-02Tox: attempt to fix crash on IsOnline callAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-02Tox: forgot to free memoryAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-02Tox: ok, let there be a threadAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-01Facebook: Fix setting contacts' status "on the phone" with new version of ↵Robert Pösel
Facebook In new version Facebook stopped sending "p" json element with info about client user is connected with. Without that info, we won't have correct MirVer anymore (now setting website by default). But there is still element which say what contacts are "on mobile" so now we use that correctly. git-svn-id: http://svn.miranda-ng.org/main/trunk@15665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-31VKontakte: ‘Validation Required’ error supportSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15656 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-31- MSN: Expiremental, untested code that should issue a relogin if WLSSC ↵Piotr Piastucki
Cookie on abcore call expired and refresh of WLSSC is needed. Of course this requirement makes token refresh pretty useless, as relogin is required even though tokens may still be valid, but there currently is no other solution to fetch contact list including Skype contacts. git-svn-id: http://svn.miranda-ng.org/main/trunk@15655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c