Commit Graph

364 Commits

Author SHA1 Message Date
Nick Krecklow
a308eb35fb
5.4.2 release 2020-05-13 16:41:05 -05:00
Nick Krecklow
005798aa0d
fix wrong SRV record name -> _minecraft._tcp. 2020-05-13 16:40:12 -05:00
Nick Krecklow
1de2c7a053
disable logToDatabase by default 2020-05-10 20:19:01 -05:00
Nick Krecklow
414775f630
Merge pull request #165 from Cryptkeeper/loop-protections
5.4.1 release preview
2020-05-10 20:12:29 -05:00
Nick Krecklow
e3feaf95a9
update mcping-js dependency 1.3.1->1.4.0 2020-05-10 01:11:48 -05:00
Nick Krecklow
62f3aae6cb
5.4.1 release preview 2020-05-10 00:32:29 -05:00
Nick Krecklow
cfbd3016fd
update mcping-js dependency to 1.3.0 2020-05-10 00:28:29 -05:00
Nick Krecklow
10bd23cfa4
use mcping-js, prevent ping loops while the last is still running 2020-05-09 23:28:37 -05:00
Nick Krecklow
f9ce280a2b
Merge pull request #164 from Cryptkeeper/bulk-pings
5.4.0 release preview
2020-05-09 18:48:38 -05:00
Nick Krecklow
6ed4b7e151
update 5.4.0 release date 2020-05-09 18:48:24 -05:00
Nick Krecklow
4c20843744
set Cache-Control header for hashed favicons to public 2020-05-08 17:22:25 -05:00
Nick Krecklow
11d3031b6c
add config.performance.unfurlSrvCacheTtl option for caching resolveSrv calls 2020-05-08 16:53:48 -05:00
Nick Krecklow
f6780e7a9b
prevent data leakage when sending server.data 2020-05-08 16:22:24 -05:00
Nick Krecklow
9cb9e4a062
update docs/CHANGELOG.md 2020-05-08 16:17:38 -05:00
Nick Krecklow
320dc3c2fb
send playerCount in payload directly instead of nesting into legacy data structure 2020-05-08 16:13:24 -05:00
Nick Krecklow
04d94a9461
use regex + static method to centralize hashedfavicon URL behavior 2020-05-08 16:00:36 -05:00
Nick Krecklow
15814cf86b
serve hashedfavicon path as png 2020-05-08 05:05:46 -05:00
Nick Krecklow
82e8db0128
maxage->max-age in Cache-Control header 2020-05-08 04:55:43 -05:00
Nick Krecklow
169ec4bfde
update docs/CHANGELOG.md 2020-05-08 04:54:28 -05:00
Nick Krecklow
02071a43c3
send 7 day Cache-Control header 2020-05-08 04:51:42 -05:00
Nick Krecklow
4dfecce966
serve favicons over hashed paths for improved caching 2020-05-08 04:47:10 -05:00
Nick Krecklow
66da5f6497
remove useless sql.serialize call 2020-05-08 03:41:19 -05:00
Nick Krecklow
96acf3614b
explicitly set serverRegistration.playerCount when firing #addServer 2020-05-08 03:35:22 -05:00
Nick Krecklow
4104c4144a
remove timeout tasks since updates occur in bulk now 2020-05-08 03:27:01 -05:00
Nick Krecklow
63a01ace95
remove console.log debug call 2020-05-08 02:59:51 -05:00
Nick Krecklow
024e605a41
make getMaxGraphDataLength/getMaxServerGraphDataLength methods static 2020-05-08 02:56:39 -05:00
Nick Krecklow
3491c73b89
store pingHistory as player count directly 2020-05-08 02:52:48 -05:00
Nick Krecklow
37a88677cf
always update favicon if supplied 2020-05-08 02:42:46 -05:00
Nick Krecklow
4375798f6c
update docs/CHANGELOG.md 2020-05-08 02:40:29 -05:00
Nick Krecklow
e45f8b6639
simplify addServer/pingHistory & placeholder generation prior to optimizations 2020-05-08 02:39:30 -05:00
Nick Krecklow
a3624d38ff
remove legacy length param 2020-05-08 02:07:59 -05:00
Nick Krecklow
2f1c9c1dce
use config.graphDuration when querying database, not LIMIT 2020-05-08 02:06:39 -05:00
Nick Krecklow
5f2c62c23a
beta 5.4.0 2020-05-08 02:01:17 -05:00
Nick Krecklow
f467fa1938
add serverGraphDuration config option 2020-05-08 01:54:04 -05:00
Nick Krecklow
aee7b565b2
unify 72 magic number behind named constant 2020-05-08 01:27:21 -05:00
Nick Krecklow
7993ac0077
do not append serverId in getPingHistory entries 2020-05-08 01:25:38 -05:00
Nick Krecklow
c2494af82d
use a single, shared timestamps array between all pings 2020-05-08 01:22:07 -05:00
Nick Krecklow
3ddb2c9a08
work on bulking updateServer payloads and single timestamps 2020-05-08 00:36:15 -05:00
Nick Krecklow
a3c88dc0c5
add ability to skip unfurlSrv calls to avoid ping cost 2020-05-07 23:46:59 -05:00
Nick Krecklow
ac06ae884e
remove development configuration values 2020-05-05 23:47:04 -05:00
Nick Krecklow
49379acc77
release 5.3.1 2020-05-05 23:45:04 -05:00
Nick Krecklow
4c2c8492b8
new README.md 2020-05-05 19:07:40 -05:00
Nick Krecklow
b0e1f90ddb
fix typos in README.md 2020-05-05 18:38:02 -05:00
Nick Krecklow
9e196c4dee
update support status message in README.md 2020-05-05 18:36:01 -05:00
Nick Krecklow
b6f39ba607
add fix note to docs/CHANGELOG.md 2020-05-05 18:01:43 -05:00
Nick Krecklow
3458c608fd
run #updateGlobalStats in #handleSyncComplete 2020-05-05 17:59:05 -05:00
Nick Krecklow
cdb64f0ad8
auto assume WebSocket protocol using location.protocol 2020-05-05 17:52:28 -05:00
Nick Krecklow
899c094cb1
add wss behavior note to docs/MIGRATING.md 2020-05-05 17:46:35 -05:00
Nick Krecklow
00021c03dc
add wss behavior note to README.md and docs/CHANGELOG.md 2020-05-05 17:39:51 -05:00
Nick Krecklow
bbaecce036
Merge pull request #162 from Cryptkeeper/websockets
release 5.3.0
2020-05-05 17:24:24 -05:00