Commit Graph

96 Commits

Author SHA1 Message Date
Connor Sullivan 75643ec398 Add optional env variable to get client IP from a custom header 2022-01-16 16:17:53 -06:00
BobTheBob 7363a7e064
Merge pull request #16 from R2Northstar/code-format
Code format
2022-01-12 20:38:42 +00:00
Connor Sullivan a736aec198 Fix typo in modPersistentData table 2022-01-10 17:50:52 -03:00
Barichello 1943d99c3f
Add nodemon watch 2022-01-08 11:47:14 -03:00
Barichello 5ad2038bfb
Add husky 2022-01-07 20:03:52 -03:00
Barichello fd069a2518
Add .eslintrc 2022-01-07 18:00:24 -03:00
BobTheBob e0e8c0f4f4 fix for authentication failures with servers that have reregistered in heartbeat 2022-01-07 00:40:16 +00:00
BobTheBob 4a59ec16ce
Merge pull request #10 from lolPants/feat/cors
Add CORS headers for Server List
2022-01-05 22:56:02 +00:00
BobTheBob 9f6fb01e41 refactor to allow preexisting gameservers to register in heartbeat 2022-01-05 19:15:12 +00:00
Barichello 2abdf118ac
Merge pull request #14 from GeckoEidechse/main
Add /wiki endpoint that redirects to wiki URL
2022-01-03 12:15:17 -03:00
GeckoEidechse 25bf60e981 Add /wiki endpoint that redirects to wiki URL 2021-12-31 21:49:08 +01:00
BobTheBob 5aa0ed27d5 move to server auth token system for verifying gameserver auth messages, rather than ip 2021-12-30 18:08:55 +00:00
BobTheBob fdc97329e6
Merge pull request #11 from L1ghtman2k/add_option_to_trust_reverse_proxy
adds optional env variable to trust proxy
2021-12-30 17:44:09 +00:00
L1ghtman2k 487a80f9e3 adds optional env variable to trust proxy 2021-12-30 08:56:22 -05:00
Jack Baron 14d94b45db
enable cors for server list 2021-12-29 17:02:40 +00:00
Jack Baron 7e312a560d
install fastify-cors 2021-12-29 17:02:19 +00:00
BobTheBob b76a0b9092
Merge pull request #6 from pg9182/patch-1
Fix error when server description is empty
2021-12-26 04:24:55 +00:00
pg9182 8623d28ada
Fix error when server description is empty
The bad-words library doesn't handle empty strings correctly.
2021-12-25 20:29:09 -05:00
BobTheBob af34f178b6
Merge pull request #5 from wolf109909/patch-1
missed this, thanks
2021-12-25 17:14:54 +00:00
BobTheBob 81977ce411
Merge pull request #3 from JJRcop/main
Add LICENSE from R2NorthStar/NorthstarLauncher
2021-12-25 17:13:52 +00:00
wolf109909 8c460bd168
fixed: Heartbeat not updated
I realized something with servers disappearing when no player is on the server. Tried to fix it and it works now
2021-12-26 00:50:58 +08:00
BobTheBob 9e12da8048 fix bad playercount assignment in heartbeat 2021-12-25 04:19:05 +00:00
Jonathan Rubenstein c921a87d2c
Add LICENSE from NorthstarLauncher 2021-12-25 02:13:42 +02:00
BobTheBob 72520ff0fa Revert "sort server list by playercount"
This reverts commit bbd424e5ce.
2021-12-24 23:03:44 +00:00
BobTheBob 13ae2f4a8f fix a bad check with client auth 2021-12-24 21:53:13 +00:00
BobTheBob bbd424e5ce sort server list by playercount 2021-12-24 20:33:37 +00:00
BobTheBob dd7243a1ca add playercount param to heartbeat 2021-12-24 19:40:45 +00:00
BobTheBob 7aa765ed13
Merge pull request #2 from L1ghtman2k/filter-bad-words-new
add word filter for server names
2021-12-24 18:59:18 +00:00
L1ghtman2k 7fde697e65 add space 2021-12-24 12:47:10 -05:00
L1ghtman2k 67a7498f84 dont reinitialize filter on every request 2021-12-24 12:46:35 -05:00
L1ghtman2k b3bb533f3b sync npm version 2021-12-24 05:16:19 -05:00
BobTheBob 18cd8013a5 changes before release 2021-12-24 00:39:27 +00:00
BobTheBob 0bdb2ebb00 auth fix 2021-12-21 00:48:50 +00:00
BobTheBob 71cfb799a0 add redirects 2021-12-21 00:29:15 +00:00
BobTheBob 1e1538973a fix a pretty bad typo 2021-12-19 03:35:39 +00:00
BobTheBob f5381d0f1e move to dotenv and https stuff 2021-12-19 01:28:07 +00:00
BobTheBob 3dc11e64dd write_persistence fixes and mainmenupromo 2021-12-11 16:53:19 +00:00
BobTheBob 239b147055 fixing some stuff for testing 2021-12-05 01:55:44 +00:00
BobTheBob bad2991b5e fix a bug with creating new accounts 2021-11-27 22:51:14 +00:00
BobTheBob b41ad5af4b why did this get in 2021-11-27 00:51:35 +00:00
BobTheBob c2ef0698eb Delete package.json.bak 2021-11-27 00:50:31 +00:00
BobTheBob fda61da56f initial mod pdef stuff and project structure improvements 2021-11-27 00:37:34 +00:00
BobTheBob f65a2e8d07 working auth 2021-11-13 18:45:33 +00:00
BobTheBob aaa1f2488e oops forgot to commit 2021-11-07 22:08:51 +00:00
BobTheBob b073906510 initial commit 2021-09-06 00:27:59 +01:00
BobTheBob 9f19e4fe11
Initial commit 2021-09-06 00:25:22 +01:00