summaryrefslogtreecommitdiff
path: root/protocols/Steam
AgeCommit message (Collapse)Author
2023-06-27slack removedGeorge Hazan
2023-06-18no, device name is not a secretGeorge 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
2023-04-10code cleaningGeorge Hazan
2023-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2023-01-17PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵George Hazan
for an account
2023-01-14Convert sources to CR+LFdartraiden
2023-01-02Update copyrightsdartraiden
2022-12-18Steam: Invisible status added to the protocolGeorge Hazan
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-10fixes #3112 (Steam plugin will not stay connected for more than 1-2 minutes)George Hazan
2022-01-24We do not need to translate account namesdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-01-21Steam: LastMessageTS should be also advanced for incoming messagesGeorge Hazan
2021-01-21Steam: misprint fix + minor code cleaningGeorge Hazan
2021-01-20fixes #2692 ([Steam] Messages received by Steam client first are not ↵George Hazan
downloaded after logging into Miranda)
2021-01-17Update copyrightsdartraiden
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
2021-01-04Steam: fix for adding users via auth requestsGeorge Hazan
2020-09-11Steam: if a friend list request comes with error code, all contacts are ↵George Hazan
removed from Miranda
2020-08-09Steam: minor code cleaningGeorge Hazan
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge Hazan
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code 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-05-24Steam: UI code cleaningGeorge Hazan
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-03-10Steam:George Hazan
- fixes #2247 (adding a contact with Cyrillic name crashes Miranda); - version bump
2020-03-06fixes #2251 (Corrupted xStatus text for Steam)George Hazan
2020-02-16useless checks removedGeorge Hazan
2020-01-30fixes #1583 (Steam: enhanced processing of error code 401)George Hazan