Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-27 | slack removed | George Hazan | |
2023-06-18 | no, device name is not a secret | George Hazan | |
2023-06-18 | Steam: "Device name" option | George Hazan | |
2023-06-15 | Steam: complete login sequence (though always gives us "Invalid password" error) | George Hazan | |
2023-06-15 | Steam: service packet sending | George Hazan | |
2023-06-14 | Steam: ClientHello packet sending | George Hazan | |
2023-06-14 | Steam: websocket: beginning | George Hazan | |
2023-06-14 | Steam: first working SendRequest() | George Hazan | |
2023-06-14 | Steam: old shitty perversion migrated to the kernel MHttpRequest | George Hazan | |
2023-06-14 | Steam: we don't need http polling queue either | George Hazan | |
2023-06-14 | Steam: we don't need polling anymore | George Hazan | |
2023-04-10 | code cleaning | George Hazan | |
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2023-01-17 | PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵ | George Hazan | |
for an account | |||
2023-01-14 | Convert sources to CR+LF | dartraiden | |
2023-01-02 | Update copyrights | dartraiden | |
2022-12-18 | Steam: Invisible status added to the protocol | George Hazan | |
2022-12-17 | Mediawiki considers URLs with and without a trailing slash as different ↵ | dartraiden | |
pages, see https://phabricator.wikimedia.org/T14703 | |||
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-10 | fixes #3112 (Steam plugin will not stay connected for more than 1-2 minutes) | George Hazan | |
2022-01-24 | We do not need to translate account names | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan | |
2021-01-21 | Steam: LastMessageTS should be also advanced for incoming messages | George Hazan | |
2021-01-21 | Steam: misprint fix + minor code cleaning | George Hazan | |
2021-01-20 | fixes #2692 ([Steam] Messages received by Steam client first are not ↵ | George Hazan | |
downloaded after logging into Miranda) | |||
2021-01-17 | Update copyrights | dartraiden | |
2021-01-04 | Steam: | 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-04 | Steam: fix for adding users via auth requests | George Hazan | |
2020-09-11 | Steam: if a friend list request comes with error code, all contacts are ↵ | George Hazan | |
removed from Miranda | |||
2020-08-09 | Steam: minor code cleaning | George Hazan | |
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-06-29 | PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu items | George Hazan | |
2020-06-10 | fixes #2438 (Jabber: списки приватности странно ↵ | George Hazan | |
себя ведут) + some another DoModal() calls cleaning | |||
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan | |
2020-06-04 | UI 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-26 | Steam: | 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-24 | fixes #2398 (Steam выводит диалог ввода кода ↵ | George Hazan | |
проверки много раз) | |||
2020-05-24 | Steam: UI code cleaning | George Hazan | |
2020-05-22 | also the same fix for icon projects | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-03-10 | Steam: | George Hazan | |
- fixes #2247 (adding a contact with Cyrillic name crashes Miranda); - version bump | |||
2020-03-06 | fixes #2251 (Corrupted xStatus text for Steam) | George Hazan | |
2020-02-16 | useless checks removed | George Hazan | |
2020-01-30 | fixes #1583 (Steam: enhanced processing of error code 401) | George Hazan | |