summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.cpp
AgeCommit message (Collapse)Author
2025-05-04Steam: better processing of entering & leaving group chats on the flyGeorge Hazan
2025-05-03fixes #4905 completelyGeorge Hazan
2025-03-03fixes #4904 (Steam: покидать группу при удалении ↵George Hazan
контакта)
2025-02-02Steam: [img] tag supportGeorge Hazan
2025-01-28Steam: load server history menu itemGeorge Hazan
2025-01-21Steam: ability to remove chat messagesGeorge Hazan
2025-01-21Steam: mark read supportGeorge Hazan
2025-01-13Steam: user info request for unknown chat membersGeorge Hazan
2025-01-10DBEVENTINFO::timestamp to become 64-bit integerGeorge Hazan
2025-01-05Steam: basic group chat supportGeorge Hazan
2024-12-27Steam:George Hazan
- fixes offline / missing messages fetching; - two HTTP queries removed and replaced with new API calls
2024-12-25fixes #4811 (Steam: Add now playing game title support)George Hazan
2024-12-19Steam: fix for user typing notificationGeorge Hazan
2024-12-19final code cleaning + version bumpGeorge Hazan
2024-12-18obsolete code removedGeorge Hazan
2024-12-18all HTTP friend requests rewritten using Steam APIGeorge 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-16minus GetFriendListRequest HTTP requestGeorge Hazan
2024-12-15old requests mechanism removedGeorge Hazan
2024-12-15Steam: service calls switched to static handlersGeorge Hazan
2024-12-14Steam: working login packetGeorge Hazan
2024-12-14fixes #4800 (Steam: cannot send/receive messages) + obsolete message sending ↵George Hazan
code removed
2024-12-13Steam: sessionID analysis + heartbeat infrastructureGeorge Hazan
2024-12-12more code cleaningGeorge Hazan
2024-12-12Steam: final version of getting access token via websocketsGeorge Hazan
2024-12-11minor code cleaningGeorge Hazan
2024-06-13websocket internal code went to MWebSocketGeorge Hazan
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-23fixes #4104 (Удаление серверной истории)George Hazan
2023-12-09PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletionGeorge Hazan
2023-12-03PROTO_INTERFACE::SendMsg: second parameter became a reply event idGeorge Hazan
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge Hazan
2023-09-15fixes #3674 (Реакция протоколов на отсылку в ↵George 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-14Steam: websocket: beginningGeorge Hazan
2023-06-14Steam: we don't need http polling queue eitherGeorge 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
2022-12-18Steam: Invisible status added to the protocolGeorge Hazan
2022-01-24We do not need to translate account namesdartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge 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
2021-01-04Steam: fix for adding users via auth requestsGeorge Hazan
2020-08-09Steam: minor code cleaningGeorge Hazan
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
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