summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
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
2015-10-30Tox: fixed profile creation and importAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-30old unused code that belongs to StdClist moved from the core to pluginGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-29VKontakte: Sergey Bolhovskoy
fix for cleaning access token on login or password change version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-29comment fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15648 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-29new whatsapp credentialsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15647 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-29VKontakte: Sergey Bolhovskoy
fix for news notification in clist fix option dialog labels code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@15645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28fix for db_unset() calls over resident variablesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but ↵Robert Pösel
just strcmp() (and similar methods) It's not needed to user mir_* for checking null pointers when we're comparing const strings with DBCONTACTWRITESETTING values which should be always initialized correctly. Somewhere also changed strcmpi to just strcmp, because these settings are case-sensitive anyway. git-svn-id: http://svn.miranda-ng.org/main/trunk@15631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28GG: Don't do debug log in EV_PROTO_DBSETTINGSCHANGED method unless it's ↵Robert Pösel
debug build git-svn-id: http://svn.miranda-ng.org/main/trunk@15630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28Optimize EV_PROTO_DBSETTINGSCHANGED functions to not use mir_strcmp() but ↵Robert Pösel
just strcmp() It's not needed to user mir_* for checking null pointers when we're comparing const strings with DBCONTACTWRITESETTING values which should be always initialized correctly. git-svn-id: http://svn.miranda-ng.org/main/trunk@15629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28VKontakte: Sergey Bolhovskoy
add ‘Message for return to chat’ option add ‘Use non-standard popups for news and event notifications’ option git-svn-id: http://svn.miranda-ng.org/main/trunk@15628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-27- MSN: Managing and refreshing OAuth tokens with different expiration times. Piotr Piastucki
git-svn-id: http://svn.miranda-ng.org/main/trunk@15627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-27private messages in Facebook aren't marked as read if a contact is a sub in ↵George Hazan
metacontact git-svn-id: http://svn.miranda-ng.org/main/trunk@15625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-25Dummy: Change description.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-25Dummy: Support for sending messages (with option to enable it)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-25Dummy: Allow searching (by id) and adding new contactsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-25Dummy: Simplify settings by provide list of existing protocols to choose ↵Robert Pösel
from; Version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-24Steam: fix auth request handlingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-24Steam:Alexander Lantsev
- remove custom db event adding - add charset utf-8 to some of requests git-svn-id: http://svn.miranda-ng.org/main/trunk@15607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-24Tox: remove custom db event addingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-24VKontakte: fix sound for newsfeed eventsSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-23VKontakte: more bbc for RemoveBBCSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-23VKontakte: Sergey Bolhovskoy
popup & sound support for newsfeed add hidden option for return chat message version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-22fix for a very rare crash when WhatsApp protocol reloginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-22Omegle: one more fixRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-22Omegle: Fix memleak(s) and "You and the Stranger both like: " stringRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-22Omegle: spelling correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Omegle: Various improvements; version bumpRobert Pösel
* Show icon with typing info in statusbar * Don't send "hi message" when in mode for anwering questions * Clear typing info on more events (e.g. on spy message) * Fix icons labels in icolib * Fix help messages * Show which stranger is typing in spy mode git-svn-id: http://svn.miranda-ng.org/main/trunk@15582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Omegle: Rework parsing events with core json parserRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Omegle: Simplify logging with HANDLE_(ENTRY|SUCCESS|ERROR) macrosRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Omegle: Format sourcesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Omegle: Register sound when receiving messageRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20MinecraftDynmap: Adapt to use std_string_utilsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Facebook: Adapt to use std_string_utilsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Omegle: Adapt to use std_string_utilsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-19MSN: Periodically refresh OAuth so that connection doesn't timeout with ↵Piotr Piastucki
error 922 after 24 hours. git-svn-id: http://svn.miranda-ng.org/main/trunk@15573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-19Omegle: Various improvementsRobert Pösel
* Remove typing weirdness * Fix resetting "stranger is typing" on receiving message * Make option "hi message" choose randomly from more messages git-svn-id: http://svn.miranda-ng.org/main/trunk@15571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-16SkypeWeb:Tobias Weimer
- Minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-15fix for bug #1064Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15563 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-12fix for a rare crashGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15537 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c