Commit Graph

205 Commits

Author SHA1 Message Date
40f95cfb6e error handling for tracked players having no match found 2022-11-16 08:33:09 +01:00
cd58741188 init connectionwait 2022-11-04 23:18:20 +01:00
984cc51ead minor inspection fix 2022-11-03 03:47:01 +01:00
7fda18a182 added missing commit to loader 2022-11-03 03:42:00 +01:00
3e4b90a1bd some formatting fixes 2022-11-03 03:39:22 +01:00
4d36ce8899 fixed inverted stop logic 2022-11-03 03:23:26 +01:00
8e9fc43e4c use log format closer to apache common 2022-11-03 03:21:46 +01:00
6db43ad5f0 removed leftover gorilla mux 2022-11-03 03:20:37 +01:00
abd8b74c08 switched to transactional queries for demo loading & parsing 2022-11-03 03:18:24 +01:00
ff3bbe0037 updated deps; regen ent 2022-11-03 02:19:19 +01:00
4b256dd594 fixed new lang selector 2022-09-13 13:28:05 +02:00
20289eb01f fixed panic if no Accept-Lang header os set 2022-09-13 06:04:40 +02:00
64cba30917 switched to go-retry for steam login; moved match reparsing higher in housekeeping 2022-08-26 17:15:59 +02:00
25965cdde7 use better demo locking to prevent double parsing 2022-08-20 16:03:39 +02:00
657ca32bb3 updated deps; regen ent 2022-08-15 12:10:15 +02:00
b8b9f82067 use fallback if not x-forwarded-for is present 2022-05-17 23:47:24 +02:00
2300d740d2 fixed x-forwarded-for 2022-05-16 22:14:27 +02:00
2887db2d4b added trusted proxies 2022-05-16 22:09:24 +02:00
e3ee2a5e08 code cleanup 2022-05-15 14:22:19 +02:00
49344e0a04 check if sender exists 2022-04-29 03:37:57 +02:00
04b42d47ab fixed missing function 2022-04-17 21:12:06 +02:00
6ffefa3616 fixed query param translate 2022-04-17 20:44:39 +02:00
9ae02cf593 switched to gin 2022-04-17 20:42:15 +02:00
39aea94a59 just check if decryption key is 16 bytes long 2022-04-03 18:35:00 +02:00
caf173eb1c fixed decryption key not being 16 bytes long 2022-04-03 18:30:46 +02:00
0cf73c2aab fixed wrong batch size calc 2022-04-01 16:08:24 +02:00
8a3385bdc4 revert player-based locks 2022-03-31 19:19:05 +02:00
bb13027b93 fixed uninitalized maps 2022-03-30 20:55:27 +02:00
acbfb97014 switched to rate.Limiter 2022-03-30 15:32:25 +02:00
ac512aec2f updated deps & goent 2022-03-30 15:14:35 +02:00
cecdbc7a00 lock player, so that only one match can be parsed at a time/player 2022-03-30 15:11:30 +02:00
9834095806 move login retry max to config 2022-03-07 12:56:56 +01:00
95c92d44f8 improvements around connection logic 2022-03-02 09:58:36 +01:00
e350f940c8 improved logging 2022-03-01 21:28:36 +01:00
0d2a5ef084 fixed initial steam connection /2 2022-03-01 21:24:46 +01:00
126e96a4a9 fixed initial steam connection 2022-03-01 21:23:34 +01:00
d0679bd3b7 another try at improving connection handling 2022-03-01 21:21:24 +01:00
7260bedfa4 do not return translation if it matches the src text 2022-02-26 09:34:26 +01:00
8aaf60005d fixed error handling 2022-02-24 08:23:31 +01:00
fd5a065de2 added more login failed handling to steam connection manager 2022-02-23 07:08:00 +01:00
11b08e42a3 corrected small typo 2022-02-16 07:19:43 +01:00
a80d8af91b fixed wrong else position 2022-02-12 02:59:56 +01:00
442add4a29 fixed translations being sent regardless of setting 2022-02-12 02:58:35 +01:00
47fce4fc1a fixed lang being wrongly used 2022-02-12 02:53:38 +01:00
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