summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.h
AgeCommit message (Expand)Author
2023-09-15PROTO_INTERFACE::SendMsg - unused parameter flags removedGeorge 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-02-11PS_CREATEACCMGRUI is obsoleted and converted into eventGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-04Steam:George Hazan
2021-01-04Steam: fix for adding users via auth requestsGeorge Hazan
2020-08-09Steam: minor code cleaningGeorge Hazan
2020-05-24fixes #2398 (Steam выводит диалог ввода кода прове...George Hazan
2019-07-17Steam:George Hazan
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-04-22OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeletedGeorge Hazan
2018-04-21code cleaning:George Hazan
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniq...George Hazan
2018-03-28common protocol instance management code went into templateGeorge Hazan
2018-02-24Steam: remove extra qualification on membersGoraf
2018-02-12compilation fixGeorge Hazan
2018-02-09all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminatedGeorge Hazan
2018-02-07Steam:aunsane
2018-01-14Steam: refactoring pt.2aunsane
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-29Steam: fix high CPU usageaunsane
2017-12-28Steam: refactoringaunsane
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
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-08-20Rework ProcessContact methodRobert Pösel
2017-08-20Rename UpdateContact to UpdateContactDetailsRobert Pösel
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-06-30Steam: Implement two factor (mobile) authentization; version bumpRobert Pösel
2016-06-30Steam: Support repeated authorization from same contactRobert Pösel
2015-12-21Steam: Implement loading history/offline messages at login (finally!)Robert Pösel
2015-12-20Steam: Support for sending typing notificationsRobert Pösel
2015-12-20Steam: Implement searching by keywordsRobert Pösel
2015-12-19Steam: Use server timestamp for sent messagesRobert Pösel
2015-12-19Steam: Support for receiving "user left conversation" events (like jabber has)Robert Pösel
2015-12-19Steam: Remove unused 'isTerminated' property of CSteamProtoRobert Pösel
2015-12-19Steam: Try to login again automatically when our token is expired already at ...Robert Pösel
2015-12-19Steam: Try to login again on PollThread's "Not Logged On" errorRobert Pösel
2015-12-19Steam: Fix wrong type of argument in callbacks (use HttpResponse instead of N...Robert Pösel