|
ede3b58f7e
|
added some debugging for language selections
|
2022-02-12 02:47:28 +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 |
|
|
5d299dfa17
|
do not add language tags to already good language
|
2022-02-12 01:27:21 +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 |
|
|
466a000c86
|
reworked preventing parsing one match multiple times
|
2022-02-04 05:43:29 +01:00 |
|
|
6a4e2f3ee3
|
prevent HK from trying to reparse while parsing is in progress
|
2022-02-03 17:15:32 +01:00 |
|
|
182c7d8fc1
|
tracking tickrate
|
2022-02-03 16:27:29 +01:00 |
|
|
ff0ea43cea
|
do not warn about missing avg rank
|
2022-02-02 11:49:08 +01:00 |
|
|
ede713c3df
|
do not pass pointer to cache.Cache.Get()
|
2022-02-01 19:55:09 +01:00 |
|
|
f6b28cb4d2
|
fixed time not being updated
|
2022-02-01 19:41:43 +01:00 |
|
|
1aa7cc260a
|
update steam profiles only once a day
|
2022-02-01 19:23:41 +01:00 |
|
|
4b3b8d8053
|
trim whitespaces so sharecode does match
|
2022-02-01 03:17:37 +01:00 |
|
|
c822ce9396
|
try parsing match first
|
2022-02-01 02:31:00 +01:00 |
|
|
26c5e0558c
|
return 400 if player without matches tries to track himself without providing a valid sharecode
|
2022-02-01 00:53:56 +01:00 |
|
|
15b83ede7d
|
fixed matchPlayer edge not populated
|
2022-01-29 21:04:46 +01:00 |
|
|
2ab620ec54
|
added /match/chat endpoint
|
2022-01-29 21:03:10 +01:00 |
|
|
2f15560d84
|
fixed SIGSEGV if no messages are present
|
2022-01-29 20:21:49 +01:00 |
|
|
1928a9df64
|
add timeouts to net/http serve
|
2022-01-19 13:18:21 +01:00 |
|
|
e6490be8bd
|
close http body where possible
|
2021-12-13 19:22:59 +01:00 |
|
|
04db357568
|
fixed avgrank failing if no rank is present in game
|
2021-12-06 19:22:28 +01:00 |
|
|
422b8aee05
|
fixed match average rank including unranked players on /matches
|
2021-12-05 13:22:59 +01:00 |
|
|
c24a9c8757
|
fixed match average rank including unranked players
|
2021-12-05 13:20:33 +01:00 |
|
|
f1a7990625
|
added reload signal
|
2021-12-03 05:05:28 +01:00 |
|
|
c1189eb839
|
added listening info
|
2021-11-21 18:52:40 +01:00 |
|
|
58317ed5fa
|
added check for missing players to HK
|
2021-11-18 00:01:57 +01:00 |
|
|
85b38b07c1
|
improved logging
|
2021-11-16 14:06:52 +01:00 |
|
|
314b3c5067
|
don't return player not found
|
2021-11-16 14:05:22 +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 |
|
|
2d8b989d3a
|
added /matches
|
2021-11-09 20:40:56 +01:00 |
|
|
1d6396abfd
|
moved spray timeout to config
|
2021-11-09 18:59:00 +01:00 |
|
|
eedc07c682
|
fixed demo parsing
|
2021-11-09 17:55:43 +01:00 |
|
|
491abc2869
|
fixed wrong addDate logic
|
2021-11-02 09:13:39 +01:00 |
|
|
3e2fe1efe9
|
fixed GPM endpoint no returning data for unknown players
|
2021-10-31 17:25:42 +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 |
|
|
0b6d31968c
|
dropped sqlite support
|
2021-10-25 07:33:19 +02:00 |
|
|
efd0f9a6af
|
removed locks, switching to WAL for SQLite default
|
2021-10-25 02:22:02 +02:00 |
|
|
676e9fb566
|
sped up /meta
|
2021-10-24 19:38:04 +02:00 |
|
|
9e08c80da5
|
dep. update, set cache in demo_loader
|
2021-10-24 07:41:54 +02:00 |
|
|
3124a849f1
|
cap limit, cache key contains limit
|
2021-10-23 23:32:36 +02:00 |
|
|
c5777bcfad
|
fixed rounds endpoint
|
2021-10-23 22:44:54 +02:00 |
|
|
b06da1647b
|
switched up cors handling /2
|
2021-10-23 22:41:53 +02:00 |
|
|
2ad7b848dc
|
switched up cors handling
|
2021-10-23 22:33:32 +02:00 |
|