summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2018-03-07some fixesKirill Volinsky
2018-03-06Steam: missed pause between server polls in case when server returns bad ↵aunsane
error code
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-03-05Jabber: code cleaning & simplificationGeorge Hazan
2018-03-04fixes #1173 (random crash on a fresh Discord account)George Hazan
2018-03-03Tox: temporary fix for #1153aunsane
2018-03-03Tox: #1156aunsane
- more accurate transfer management - unlockong file on transfer pause - added additional logs - cleanup
2018-03-03Tox:aunsane
- updated toxcore due to release v0.2 - removed message correction - reworked nodes update
2018-03-02Facebook: unneeded thread removedGeorge Hazan
2018-03-01VKontakte:ElzorFox
update VK_API to 5.73 version bump
2018-02-25Fixes related with 7fc01c9aunsane
2018-02-24Steam: remove extra qualification on membersGoraf
2018-02-24Jabber: remove extra qualification on membersGoraf
2018-02-24Discord: remove extra qualification on memberGoraf
2018-02-24more nullptrGoraf
2018-02-24guard headersGoraf
2018-02-22MSN: Old AppID in Address book seems to be blacklisted, using new AppID leecher1337
2018-02-22more correct fix versionGeorge Hazan
2018-02-22minor memory leak in vk_avatars.cppGeorge Hazan
2018-02-22Facebook: added support for parsing audio attachment + moved parsing of ↵matej
specific types into lambda functions so there are not duplicities in code (and logic is in one place)
2018-02-21all another C++'11 iteratorsGeorge Hazan
2018-02-21VK: C++'11 iteratorsGeorge Hazan
2018-02-21Skype: C++'11 iteratorsGeorge Hazan
2018-02-21IRC: C++'11 iteratorsGeorge Hazan
2018-02-21MSN: C++'11 iteratorsGeorge Hazan
2018-02-21Jabber: C++'11 iteratorsGeorge Hazan
2018-02-21ICQ: C++'11 iteratorsGeorge Hazan
2018-02-21Discord: C++'11 iteratorsGeorge Hazan
2018-02-12compilation fixGeorge Hazan
2018-02-09all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminatedGeorge Hazan
2018-02-09less senseless warningsGeorge Hazan
2018-02-08Steam: do not change contact status, client and game info if protocol goes ↵aunsane
offline
2018-02-08Steam: another attempt to fix #1108aunsane
2018-02-07Steam:aunsane
- set default timeout for request in 3 sec - clean geme info when contact goes offline
2018-02-06Facebook: added parsing for messenger invitationmatej
2018-02-05Tox: setup filtersaunsane
2018-02-05Steam: setup filtersaunsane
2018-02-05Tox: fixes for #1105aunsane
2018-02-04Tox: another attempt to fix file lock when transfer goes wrongaunsane
2018-02-03small type fixKonstantin
2018-02-03Steam: added polling error limit settingaunsane
2018-02-03Don't show unknown login error as a notificationLittleVulpix
There is no need to show this error as a notification because it generally happens when there is no connectivity and none of the other protocols behave this way.
2018-02-02Steam:aunsane
- switched on c++17 language support - forsed update user summaries when got "personastate" message - added detection of VR (?) clent into MirVer
2018-02-02fixes #1130 (Tox crash on reconnecting protocol)George Hazan
2018-02-01Gadu-Gadu: fix crash when adding contact in debug buildGoraf
2018-01-31reverted and modified some changes to make attachments work in active chatmatej
2018-01-31CMake: fixes for FreeImage.protomors
2018-01-31Added an option to enable/disable carbonsVladimir
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.