Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename old typo s/Premade/Premate | André Glüpker | 2022-10-08 | 1 | -1/+1 |
| | |||||
* | Format with black | André Glüpker | 2022-10-08 | 1 | -74/+132 |
| | |||||
* | Sanitize player input | André Glüpker | 2018-06-04 | 1 | -0/+6 |
| | | | | | At least this one field for now. Found a player without lastlogoff time set. | ||||
* | Use same ThreadPool for all SteamAPI Queries | André Glüpker | 2018-06-04 | 1 | -10/+13 |
| | |||||
* | Support not being able to fetch owned games | André Glüpker | 2018-04-19 | 1 | -2/+3 |
| | | | | | Since steam privacy setting allows players to hide their library, the code broke, when there was no data :/ | ||||
* | Support game update check in SteamAPI | André Glüpker | 2018-03-30 | 1 | -0/+37 |
| | |||||
* | Ask SteamAPI for owned games and gamestats in CSGO. | André Glüpker | 2018-01-26 | 1 | -9/+91 |
| | | | | This is used in Premade Finder to maybe identify Smurfs. | ||||
* | Remove some debug prints | André Glüpker | 2018-01-26 | 1 | -6/+0 |
| | |||||
* | Don't convert appid to int | André Glüpker | 2018-01-13 | 1 | -1/+2 |
| | |||||
* | Some code cleanup | André Glüpker | 2018-01-06 | 1 | -7/+2 |
| | |||||
* | Remove gameextrainfo | André Glüpker | 2018-01-06 | 1 | -1/+31 |
| | | | | | Steam API does not provide this anymore. We now fetch the gamelist ourself and use gameid. | ||||
* | Initial public release | André Glüpker | 2017-10-01 | 1 | -0/+209 |