summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_login.cpp
AgeCommit message (Collapse)Author
2025-04-07fixes #4962 (Steam: невозможно подключиться в ↵George Hazan
текущей сессии, если отказаться от ввода кода)
2025-01-05Steam: basic group chat supportGeorge Hazan
2024-12-29Steam: added device authorization familyGeorge Hazan
2024-12-29code cleaningGeorge Hazan
2024-12-18fix for shitty error code about nothingGeorge Hazan
2024-12-18even more logsGeorge Hazan
2024-12-18more logsGeorge Hazan
2024-12-18obsolete code removedGeorge Hazan
2024-12-18websocket logic simplificationGeorge Hazan
2024-12-17Steam:George Hazan
- contact statuses are back; - contact info is back too; - Miranda's account status is passed to the server; - some old code removed;
2024-12-17fixes errors during relogin of the same accountGeorge Hazan
2024-12-16minus GetFriendListRequest HTTP requestGeorge Hazan
2024-12-15introducing Steam message descriptors & static message handlersGeorge Hazan
2024-12-15service message to receive a packet header tooGeorge Hazan
2024-12-15Steam: service calls switched to static handlersGeorge Hazan
2024-12-14Steam: working login packetGeorge Hazan
2024-12-13suddenly CMsgClientLogon is not needed at allGeorge Hazan
2024-12-13Steam: sessionID analysis + heartbeat infrastructureGeorge Hazan
2024-12-13Steam: no need to store access keyGeorge Hazan
2024-12-12more code cleaningGeorge Hazan
2024-12-12Steam: final version of getting access token via websocketsGeorge Hazan
2024-12-12Steam: code cleaningGeorge Hazan
2024-06-13websocket internal code went to MWebSocketGeorge Hazan
2023-06-18Steam: "Device name" optionGeorge Hazan
2023-06-15Steam: complete login sequence (though always gives us "Invalid password" error)George Hazan
2023-06-15Steam: service packet sendingGeorge Hazan
2023-06-14Steam: ClientHello packet sendingGeorge Hazan
2023-06-14Steam: websocket: beginningGeorge Hazan
2023-06-14Steam: first working SendRequest()George Hazan
2023-06-14Steam: old shitty perversion migrated to the kernel MHttpRequestGeorge Hazan
2023-06-14Steam: we don't need http polling queue eitherGeorge Hazan
2023-06-14Steam: we don't need polling anymoreGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-04Steam:George Hazan
- global LastMessageTS field removed because it's senseless, now it's stored for each contact separately; - options code cleaning; - project file fix; - version bump
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-05-26Steam:George Hazan
- final fix for UI dialogs; - major fix for CSteamProto::SetStatus method, not to launch the worker thread in parallel; - code cleaning; - version bump
2020-05-24fixes #2398 (Steam выводит диалог ввода кода ↵George Hazan
проверки много раз)
2020-01-30fixes #1583 (Steam: enhanced processing of error code 401)George Hazan
2019-07-17Steam:George Hazan
- fixes #1114 (Contact/auth requests do not work as intended) - massive code cleaning; - version bump
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-01-14Steam: refactoring pt.2aunsane
2017-12-29Steam: fix high CPU usageaunsane
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-12-05Steam: For RsaEncryption use exponent received from serverRobert Pösel
2017-12-05Steam: Fix unending connecting when "clear_password_field" errorRobert Pösel
Previously connecting was stuck when plugin received "clear_password_field" error. This commit fixes that by switching plugin to offline in that case.
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2016-12-25Steam: Start polling thread after loading contacts (addresses #646)Robert Pösel