summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/api
AgeCommit message (Collapse)Author
2023-06-15Steam: complete login sequence (though always gives us "Invalid password" error)George Hazan
2023-06-14Steam: first working SendRequest()George Hazan
2023-06-14Steam: old shitty perversion migrated to the kernel MHttpRequestGeorge Hazan
2023-01-14Convert sources to CR+LFdartraiden
2022-12-18Steam: Invisible status added to the protocolGeorge Hazan
2022-07-10fixes #3112 (Steam plugin will not stay connected for more than 1-2 minutes)George Hazan
2020-08-09Steam: minor code cleaningGeorge Hazan
2019-07-17Steam:George Hazan
- fixes #1114 (Contact/auth requests do not work as intended) - massive code cleaning; - version bump
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-01-14Steam: refactoring pt.2aunsane
2017-12-28Steam: refactoringaunsane
- reworking http requests - added ability to get game name by appid - another attempt to fix #633 - minor refactoring
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2016-06-30Steam: Implement two factor (mobile) authentization; version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17052 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-22Steam: Various fixes to loading offline messagesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-21Steam: Implement loading history/offline messages at login (finally!)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-20Steam: Support for sending typing notificationsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-20Steam: Fix adding/removing/requesting friends etc.Robert Pösel
This commit fixes some requests to web api, where was missing some required cookies which resulted in error 400. git-svn-id: http://svn.miranda-ng.org/main/trunk@15911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-20Steam: Fix getting SessionID to be able to use web api againRobert Pösel
But maybe it could be done simpler - not with this one new request. git-svn-id: http://svn.miranda-ng.org/main/trunk@15910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-20Steam: Implement searching by keywordsRobert Pösel
Like by name or nickname, but it doesn't matter in which input user writes the text, it is searched as a whole combined string separated by spaces. git-svn-id: http://svn.miranda-ng.org/main/trunk@15908 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-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-09-13Steam: fix loginAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-28Steam: Fix use of CMString and related warningsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@13866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-27Steam: reworked loginAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-26Steam: merge new apiAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@13850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c