Commit graph

78 commits

Author SHA1 Message Date
54188d7c31 Implement Basic Auth for Webserver 2024-03-02 17:04:01 +01:00
Jonas_Jones
aa51d85388 first version of api-v2
player data still incomplete and only available as a single request.
2024-01-17 17:40:44 +01:00
c313040af8
possibly fixed compilation fails 2024-01-13 21:30:55 +01:00
Jonas_Jones
00e872f8aa fixed conflicts 2024-01-13 21:11:21 +01:00
Jonas_Jones
178e38f9ab small changes and added stop method 2024-01-13 20:58:06 +01:00
linux-yankee
ffdff60a10 Added php 2024-01-13 11:08:18 -08:00
Jonas_Jones
6cdf285613 added token system implementation 2024-01-11 02:33:09 +01:00
Jonas_Jones
cee5af6617 set default verbose logger to false 2024-01-10 17:58:30 +01:00
Jonas_Jones
e01da82661 fixed wrong import 2024-01-10 01:47:59 +01:00
Jonas_Jones
a2ec034dcd version bump and gradle update 2024-01-10 01:24:14 +01:00
Jonas_Jones
3fd5ae28aa Fixed webserver not stopping properly 2024-01-10 01:24:02 +01:00
3bacb4b181 Port to 1.20.3/.4
- Ported mod
- Removed TickTime as it was removed from the game
2023-12-13 03:32:37 +01:00
07431cc22b add: apitoken and http header reader 2023-09-23 12:59:15 +02:00
4569a3ed9b bumped version 2023-09-21 21:19:29 +02:00
ab1ab33446 fix: removed legacy gameprofile value
since mojang account migration has ended, there are no more legacy accounts.
2023-09-21 21:19:22 +02:00
Jonas_Jones
c23bcd09d2
Merge branch 'server-api' into main 2023-09-07 17:05:31 +01:00
Jonas_Jones
e0b53f93ae added example files on first launch 2023-09-07 17:54:15 +02:00
Jonas_Jones
796fa6a23b bumped mod version to 0.3.0 2023-09-07 17:53:19 +02:00
Jonas_Jones
0e0561e10b
Added API info 2023-09-07 00:56:27 +02:00
Jonas_Jones
eae9fd728b added log message when only advanced api disabled 2023-09-06 20:49:00 +02:00
Jonas_Jones
10c3aa2048 fix unnecessary verbose logger while server stop 2023-09-06 20:47:54 +02:00
Jonas_Jones
00dc80c605 added bad request response when api disabled 2023-09-06 20:46:50 +02:00
Jonas_Jones
3a88c33107 fixed advacned api being enabled when base api wasn't 2023-09-06 20:37:44 +02:00
Jonas_Jones
2348921fb1 fixed config toggle for api to be respected 2023-09-06 20:09:58 +02:00
Jonas_Jones
46f80476ef confirmed this way of doing isn't all that awful 2023-09-06 14:11:21 +02:00
Jonas_Jones
bb5afa875a
Added Referral to wiki for setup instructions 2023-09-06 03:00:49 +02:00
Jonas_Jones
879b6c85e3 added error 500 handler for favicon request 2023-09-06 02:42:22 +02:00
Jonas_Jones
668094844d advanced api is disabled by default 2023-09-06 02:41:55 +02:00
Jonas_Jones
1a69b6ce2c
Merge pull request #4 from J-onasJones/main
rewrite of MIME type identifier
2023-09-05 20:31:48 +01:00
Jonas_Jones
6a6b9d41c2 Merge branch 'server-api' 2023-09-05 21:30:27 +02:00
Jonas_Jones
2555f76e9e rewrite of MIME type identifier
added many new types
2023-09-05 21:17:52 +02:00
Jonas_Jones
8f8820db65 simple api 2023-09-05 20:53:48 +02:00
Jonas_Jones
ca0be55429 fixed external css not working 2023-09-03 13:25:21 +02:00
Jonas_Jones
dcb5972eb4 fixed server stopping issue 2023-09-03 13:16:42 +02:00
Jonas_Jones
5a765e32a7 ported to 1.20.x 2023-09-03 13:16:17 +02:00
Jonas_Jones
5f265a1265 fixed mod badges 2023-09-03 12:25:46 +02:00
Jonas_Jones
b149c2d009
fixed mod badges 2023-04-21 00:06:12 +02:00
Jonas_Jones
238c4d65a0 first changes towards 1.19.4 2023-03-16 21:15:31 +01:00
Jonas_Jones
8d9deef4a6 some fixes I assume 2023-03-04 21:40:09 +01:00
Jonas_Jones
385879c305 bumped version up to 1.19.3 2023-01-29 17:14:00 +01:00
Jonas_Jones
0379c336e7
Merge pull request #2 from triphora/patch-1
Fix Modrinth badges
2023-01-22 03:21:38 +01:00
triphora
f518d1572d
Fix Modrinth badges
v1 of Modrinth's API has been deprecated since January 2022 and is scheduled to begin breaking in February, with a complete breakage being done by March. This pull request has been created as a courtesy to update it to use the dedicated shields.io badge rather than manually constructing the API request.

After merging this PR, please also update any usages on other pages, for example a CurseForge and/or Modrinth project description, and also cherry-pick/copy these changes to any other branches you might have.
2023-01-21 21:00:48 -05:00
Jonas_Jones
c04049064b updated forge progress (should have been done a long time ago)
removed "a forge port is on the way"
idk why it was still sitting in there
2022-10-11 00:51:21 +02:00
Jonas_Jones
33d36fce7e
removed fabric-api badge
Fabric API not needed anymore
2022-09-21 13:51:28 +02:00
Jonas_Jones
e8be67c1f2
Added GitHub releases downloads badge 2022-09-21 10:57:17 +02:00
Jonas_Jones
94e6e0d974
added use-at-own-risk to README
should have done that way earlier lol
2022-09-18 17:52:43 +02:00
Jonas_Jones
e71b2a2f77 fixed .gitignore
removed all cached files
2022-09-18 16:49:22 +02:00
Jonas_Jones
f0eefdb1bf bumped mod version up to 0.2.0 2022-09-18 16:46:18 +02:00
Jonas_Jones
4225c9f139
Merge pull request #1 from apple502j/rewrite-server
Rewrite HTTPServer implementation
2022-09-18 16:09:22 +02:00
apple502j
3f9d91b731
Rewrite HTTPServer implementation 2022-09-16 20:46:31 +09:00