Commit Graph

80 Commits

Author SHA1 Message Date
a2a9c8d391 updated to go-steamapi 1.1.1 2023-08-07 23:40:29 +02:00
dacc86dd83 updated deps; code cleanup; updated golangci linter conf 2023-08-07 22:38:24 +02:00
ed283c92f3 replaced old module path in source 2023-03-03 20:16:12 +01:00
ca914ea42b logging improvements 2022-11-28 13:11:06 +01:00
1ac07c2f5a reworked sharecode return 2022-11-28 12:48:19 +01:00
43c91b694e some more code cleanup 2022-11-27 20:02:31 +01:00
5b938f4d06 updated deps, added golangci linter 2022-11-20 18:11:52 +01:00
40f95cfb6e error handling for tracked players having no match found 2022-11-16 08:33:09 +01:00
3e4b90a1bd some formatting fixes 2022-11-03 03:39:22 +01:00
abd8b74c08 switched to transactional queries for demo loading & parsing 2022-11-03 03:18:24 +01:00
b8b9f82067 use fallback if not x-forwarded-for is present 2022-05-17 23:47:24 +02:00
e3ee2a5e08 code cleanup 2022-05-15 14:22:19 +02:00
0cf73c2aab fixed wrong batch size calc 2022-04-01 16:08:24 +02:00
acbfb97014 switched to rate.Limiter 2022-03-30 15:32:25 +02:00
9834095806 move login retry max to config 2022-03-07 12:56:56 +01:00
fd5a065de2 added more login failed handling to steam connection manager 2022-02-23 07:08:00 +01:00
1e2541c76b added caching to chat translation 2022-02-12 02:19:23 +01:00
8c672f7186 added timout to deepl post request 2022-02-12 01:59:32 +01:00
8fe8ec5233 moved translation to utils.go 2022-02-12 01:51:42 +01:00
f2a859d084 fixed module path; added translate endpoint to chat API 2022-02-12 01:18:29 +01:00
440aa41396 added timeouts to config 2022-02-04 15:07:07 +01:00
182c7d8fc1 tracking tickrate 2022-02-03 16:27:29 +01:00
1aa7cc260a update steam profiles only once a day 2022-02-01 19:23:41 +01:00
c822ce9396 try parsing match first 2022-02-01 02:31:00 +01:00
0072e73bbf renamed json allchat tag 2022-01-29 21:05:46 +01:00
2ab620ec54 added /match/chat endpoint 2022-01-29 21:03:10 +01:00
58317ed5fa added check for missing players to HK 2021-11-18 00:01:57 +01:00
85970d0214 return error on player not found 2021-11-17 22:53:52 +01:00
1d17aa3f82 don't add player to database before its confirmed he exists 2021-11-16 14:02:15 +01:00
95c93f738b added avg rank to matchresponse 2021-11-15 19:11:38 +01:00
ecfb099a08 fixed map not initialized 2021-11-14 12:53:34 +01:00
42b5ddf878 added map played total 2021-11-14 12:51:39 +01:00
1d6396abfd moved spray timeout to config 2021-11-09 18:59:00 +01:00
7785135d7c improved error messages 2021-11-04 20:41:31 +01:00
5e21f48de4 send content-type application/json 2021-10-31 17:41:19 +01:00
978232dd0a added spray patterns 2021-10-31 08:40:02 +01:00
37233be336 added vac/gameban marker for matches 2021-10-28 08:47:41 +02:00
25b153900f moved some hardcoded values to config 2021-10-27 10:29:51 +02:00
9019a19369 switched to build-in steam server list 2021-10-27 01:55:01 +02:00
20f95589db moved authcode from a flag to config 2021-10-27 01:42:27 +02:00
efd0f9a6af removed locks, switching to WAL for SQLite default 2021-10-25 02:22:02 +02:00
c30da099ed fixed dmg not displaying 2021-10-24 19:49:41 +02:00
676e9fb566 sped up /meta 2021-10-24 19:38:04 +02:00
3124a849f1 cap limit, cache key contains limit 2021-10-23 23:32:36 +02:00
e394521755 adjusted eqMap to match response 2021-10-23 23:28:53 +02:00
f4e68c56df return played games with best mates 2021-10-23 23:00:22 +02:00
db307f1b77 display mates with more than 2 games
don't count unparsed map wins
2021-10-23 22:55:53 +02:00
2ad7b848dc switched up cors handling 2021-10-23 22:33:32 +02:00
9ebebe18af added endpoint for sidebar metastats 2021-10-23 21:53:06 +02:00
cd6cd6bf58 added gameban as separate thing 2021-10-23 00:14:24 +02:00