Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-15 | PROTO_INTERFACE::SendMsg - unused parameter flags removed | 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-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
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-08-09 | Steam: minor code cleaning | George Hazan | |
2020-05-24 | fixes #2398 (Steam выводит диалог ввода кода ↵ | George Hazan | |
проверки много раз) | |||
2019-07-17 | Steam: | George Hazan | |
- fixes #1114 (Contact/auth requests do not work as intended) - massive code cleaning; - version bump | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | common protocol instance management code went into template | George Hazan | |
2018-02-24 | Steam: remove extra qualification on members | Goraf | |
2018-02-12 | compilation fix | George Hazan | |
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
2018-02-07 | Steam: | aunsane | |
- set default timeout for request in 3 sec - clean geme info when contact goes offline | |||
2018-01-14 | Steam: refactoring pt.2 | aunsane | |
2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
2017-12-29 | Steam: fix high CPU usage | aunsane | |
2017-12-28 | Steam: refactoring | aunsane | |
- reworking http requests - added ability to get game name by appid - another attempt to fix #633 - minor refactoring | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-05 | Steam: For RsaEncryption use exponent received from server | Robert Pösel | |
2017-08-20 | Rework ProcessContact method | Robert Pösel | |
2017-08-20 | Rename UpdateContact to UpdateContactDetails | Robert Pösel | |
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-30 | Steam: Implement two factor (mobile) authentization; version bump | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17052 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-30 | Steam: Support repeated authorization from same contact | Robert Pösel | |
E.g., when he was deleted and drequested authorization again, while Miranda was offline and couldn't catch the deleted event. But it's not tested. git-svn-id: http://svn.miranda-ng.org/main/trunk@17051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-21 | Steam: Implement loading history/offline messages at login (finally!) | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-20 | Steam: Support for sending typing notifications | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-20 | Steam: Implement searching by keywords | Robert Pösel | |
Like by name or nickname, but it doesn't matter in which input user writes the text, it is searched as a whole combined string separated by spaces. git-svn-id: http://svn.miranda-ng.org/main/trunk@15908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-19 | Steam: Use server timestamp for sent messages | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-19 | Steam: Support for receiving "user left conversation" events (like jabber has) | Robert Pösel | |
Miranda is NOT sending this event, maybe in future if there is exists such request from mobile/web steam. git-svn-id: http://svn.miranda-ng.org/main/trunk@15903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-19 | Steam: Remove unused 'isTerminated' property of CSteamProto | Robert Pösel | |
This also fixes incorrect quit from PollingThread, because it was previously checking this isTerminated property, which was always false. There is also other isTerminated property - but of RequestQueue - so maybe that's why was there this confusion. git-svn-id: http://svn.miranda-ng.org/main/trunk@15902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-19 | Steam: Try to login again automatically when our token is expired already at ↵ | Robert Pösel | |
login git-svn-id: http://svn.miranda-ng.org/main/trunk@15899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-19 | Steam: Try to login again on PollThread's "Not Logged On" error | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-19 | Steam: Fix wrong type of argument in callbacks (use HttpResponse instead of ↵ | Robert Pösel | |
NETLIBHTTPREQUEST) git-svn-id: http://svn.miranda-ng.org/main/trunk@15892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |