Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-03 | fixes #4905 completely | George Hazan | |
2025-01-28 | Steam: load server history menu item | George Hazan | |
2025-01-21 | Steam: ability to remove chat messages | George Hazan | |
2025-01-10 | DBEVENTINFO::timestamp to become 64-bit integer | George Hazan | |
2024-12-27 | no need to fetch the same messages twice | George Hazan | |
2024-12-27 | Steam: | George Hazan | |
- fixes offline / missing messages fetching; - two HTTP queries removed and replaced with new API calls | |||
2024-12-19 | final code cleaning + version bump | George Hazan | |
2024-12-18 | obsolete code removed | George Hazan | |
2024-12-16 | GetConversationsRequest removed | George Hazan | |
2024-12-12 | more code cleaning | George Hazan | |
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2023-11-26 | code cleaning | George Hazan | |
2023-06-15 | Steam: complete login sequence (though always gives us "Invalid password" error) | George Hazan | |
2023-06-14 | Steam: we don't need http polling queue either | 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 | |||
2019-07-17 | Steam: | George Hazan | |
- fixes #1114 (Contact/auth requests do not work as intended) - massive code cleaning; - version bump | |||
2018-01-31 | useless wrappers removed & replaced with PROTO_INTERFACE method calls | George Hazan | |
2018-01-17 | Steam: fixed #1106 | aunsane | |
2018-01-14 | Steam: refactoring pt.2 | 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-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
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 | |||
2015-12-22 | Steam: Various fixes to loading offline messages | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-22 | Steam: Fix indefinite cycle when loading offline messages | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15929 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 |