Commit Graph

77 Commits

Author SHA1 Message Date
cd6cd6bf58 added gameban as separate thing 2021-10-23 00:14:24 +02:00
2c9dc3870f vacdate as string 2021-10-22 23:52:23 +02:00
c0e0ed5738 fixed vadate always being the first result 2021-10-22 23:40:53 +02:00
312e10f836 fixed vacdate not showing up 2021-10-22 23:16:38 +02:00
7d1dcaa555 removed field vac, use date instead 2021-10-22 23:11:35 +02:00
f1176fc7e7 updated dep 2021-10-22 23:11:19 +02:00
d049f3ea53 add replay_url to response if demo is _not_ expired 2021-10-22 21:24:26 +02:00
6bbe6c5732 added replay url te matchResponse 2021-10-22 21:22:02 +02:00
c6bbc31188 switched to unix time 2021-10-22 21:08:07 +02:00
c44c41cde7 updated dep, check only for steamid 2021-10-22 03:53:39 +02:00
09571fc447 reverted pgx changes 2021-10-21 19:46:23 +02:00
18282afcf6 changed way pgx connects 2021-10-21 19:44:36 +02:00
70b0f66fb1 init map 2021-10-21 18:53:26 +02:00
8ef4c5da12 lock parsing per sharecode 2021-10-21 18:50:11 +02:00
1a1c375eeb removed sleep, rl is in effect anyway 2021-10-21 18:15:57 +02:00
dc3fa96550 added after endpoint 2021-10-21 17:56:59 +02:00
b39efe9d9a fill history if an older match appeared 2021-10-21 16:50:30 +02:00
d9f944c3d6 moved multikills to gc response, fixed multikills being incorrectly tracked 2021-10-21 15:52:08 +02:00
6aaa0f2e48 first already limits to 1, no need for limit 2021-10-20 00:23:58 +02:00
de738aa458 more logging improvements 2021-10-20 00:13:24 +02:00
df33974b49 removed rateLimit from http router requests
improved logging
2021-10-20 00:11:42 +02:00
6e951183de updated steampi dep to handle playerbans correctly 2021-10-19 04:01:39 +02:00
da7d240707 fixed not handling steam error, updated steamapi dep 2021-10-19 03:51:07 +02:00
3520ed54cc added some steam api logging 2021-10-19 03:04:21 +02:00
a5de6d6584 fixed logging, try demo before returning 2021-10-17 19:09:31 +02:00
b0a1dd9b4b skip matches already expired 2021-10-17 19:00:01 +02:00
aa6eb72edf init match stats before using 2021-10-17 18:50:10 +02:00
47ef2cf453 check for redis nil 2021-10-17 18:46:44 +02:00
468cda4d26 return if no matches found /3 2021-10-17 18:43:15 +02:00
29e6dcd454 return if no matches found /2 2021-10-17 18:23:27 +02:00
3a080bc36f return if no matches found 2021-10-17 18:18:45 +02:00
e6f6cab9d1 added pgx handling 2021-10-17 18:15:05 +02:00
05e199d7f1 switched postgresql dep. 2021-10-17 18:02:23 +02:00
f8579f9768 added rounds endpoint 2021-10-17 17:44:57 +02:00
4c23d49a22 id comes from muxVars now 2021-10-17 12:54:33 +02:00
f9d7224479 improved logging 2021-10-17 12:29:59 +02:00
d39cdf8ed6 better sharecode api handling, renamed endpoint to /player/id/track 2021-10-17 12:27:35 +02:00
9973951d4b removed unneeded field, fixed not setting spent amount 2021-10-17 04:17:02 +02:00
fd8c026a8e added roundstats with eco info, switched to avatar hash 2021-10-17 03:52:20 +02:00
7f5a2f8956 improved logging, start http server right away 2021-10-16 03:54:41 +02:00
716a966551 fixed function call 2021-10-16 03:43:34 +02:00
867e85b007 improved base57 decode and tests 2021-10-16 03:40:49 +02:00
99ec0ad1bc [FEATURE] Detailed stats about player weapon usage and hitgroups (#1)
Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtfd/pulls/1
Co-authored-by: Giovanni Harting <539@idlegandalf.com>
Co-committed-by: Giovanni Harting <539@idlegandalf.com>
2021-10-16 01:49:52 +02:00
3ff65bc5d7 better handling of steam disconnect 2021-10-13 01:28:14 +02:00
563d7e6fd4 fixed date comparison 2021-10-09 19:42:09 +02:00
ea0fd3459c added some info logs 2021-10-09 19:39:16 +02:00
1cf61d8c74 added missing lock 2021-10-09 19:27:57 +02:00
22cf3eb4b2 fixed uninitialized values /2 2021-10-09 19:21:03 +02:00
b67bc671cf fixed uninitialized values 2021-10-09 19:18:18 +02:00
e938b05f52 refactored some functions, added demo download retry 2021-10-09 19:10:38 +02:00