Commit Graph

109 Commits

Author SHA1 Message Date
eedc07c682 fixed demo parsing 2021-11-09 17:55:43 +01:00
7e935b56ac fixed player being nil 2021-11-09 16:10:32 +01:00
333d9ade4c improved color parsing 2021-11-09 14:17:14 +01:00
7785135d7c improved error messages 2021-11-04 20:41:31 +01:00
491abc2869 fixed wrong addDate logic 2021-11-02 09:13:39 +01:00
87c69fd343 improved logging 2021-10-31 18:07:25 +01:00
e81f619fec fixed locking 2021-10-31 18:06:00 +01:00
5e21f48de4 send content-type application/json 2021-10-31 17:41:19 +01:00
3e2fe1efe9 fixed GPM endpoint no returning data for unknown players 2021-10-31 17:25:42 +01:00
c3ab1aa2f6 fixed avg not returning correctly 2021-10-31 17:16:56 +01:00
978232dd0a added spray patterns 2021-10-31 08:40:02 +01:00
268793f0e5 some refactoring 2021-10-30 08:22:05 +02: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
b821a44a5d added back generate.go with feature flags set 2021-10-25 02:22:02 +02:00
e6abcc6609 added sqlite db files to gitignore 2021-10-25 02:22:02 +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
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
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
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
d0c35fe624 added endpoint with optional limit 2021-10-23 21:55:56 +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
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