Commit graph

103 commits

Author SHA1 Message Date
rtm516
bdbe73b461
Add support for multiple vhosts 2023-12-24 13:15:41 +00:00
rtm516
90870e9238
Add back missing semicolon 2023-08-26 23:04:28 +01:00
rtm516
3bfe81b4fe
Fix SRV support 2023-08-26 22:57:45 +01:00
rtm516
0c2304e662
Support Geyser 2.1.1 2023-06-17 15:53:36 +01:00
rtm516
a933ae0463
Update actions workflows 2023-05-19 20:33:20 +01:00
rtm516
263536414a
Add messageall and transferall commands 2023-04-28 16:00:09 +01:00
rtm516
56e4aa06b1
Check player limit earlier 2023-04-28 13:39:23 +01:00
rtm516
56b9fe7619
Add a setting for enabling a hard player cap 2023-04-28 13:29:18 +01:00
rtm516
b0698284b3
Fix connecting to offline mode servers 2023-04-28 12:48:41 +01:00
rtm516
ae9b369f21
Remove test database code 2023-04-28 09:20:06 +01:00
rtm516
71fbe173b0
Add vhost support back 2023-04-28 09:13:43 +01:00
rtm516
94a636ad3f
Check the user had authenticated before handling disconnect 2023-04-26 19:01:05 +01:00
rtm516
0e5db578e9
Reformat and add missing licence headers 2023-04-25 23:23:59 +01:00
rtm516
bcf635d3bb
Disable saved logins to prevent issues 2023-04-25 23:18:38 +01:00
rtm516
3cadfe5306
Remove direct refrences to GeyserImpl.getInstance() 2023-04-25 23:16:51 +01:00
rtm516
de6d56554f
Remove storing packet in memory 2023-04-25 23:15:53 +01:00
rtm516
878e4e2707
Add menu command 2023-04-25 22:38:56 +01:00
rtm516
91bc9657a4
Rewrite to move to a Geyser extension 2023-04-25 22:07:05 +01:00
Camotoy
a05dd72519 Fix compilation. Again. 2022-10-27 14:02:13 -04:00
Camotoy
e68553889b
Some more changes required by Geyser 2022-10-20 18:33:28 -04:00
Camotoy
6445810297
Support Bedrock 1.19.30 2022-09-20 16:23:05 -04:00
Camotoy
c8961ff363
Update GeyserConnect for 1.19.20 2022-08-09 20:37:09 -04:00
creeper123123321
1997872425
Change saveServers back to not having INSERT OR (#68) 2022-07-24 18:35:41 +01:00
creeper123123321
3964f401f6
Sql fixes (#67)
* create abstract sql manager, log if sql fails

* use PreparedStatements
2022-07-14 12:31:27 +01:00
Camotoy
d1f16f4568
Actually allow players to join 2022-06-07 15:12:16 -04:00
Andrew
7493206025
Support saved token system (#62) 2022-05-11 20:35:53 +01:00
Camotoy
24437d3ae8 Support 1.18.30 2022-04-17 20:21:16 -04:00
creeper123123321
90bbaf6c7f
Remove waiting screen form (#60)
Fixes #41 (waiting screen hides disconnection message)
Also this is an old code from time when GeyserConnect used two ports
2022-03-14 20:27:04 +00:00
Camotoy
9a12e3d8a8
Bump to 2.0.2-SNAPSHOT and pending Microsoft auth integration 2022-02-28 10:27:59 -05:00
Camotoy
5e46415ac9
Fix welcome message loading 2021-12-03 12:42:31 -05:00
Camotoy
79ce0a146d
Update for latest Geyser changes 2021-12-03 11:31:40 -05:00
Camotoy
d8ce39636b
Update to 1.18 2021-11-30 11:33:56 -05:00
Camotoy
1f9f2e1eb5
Update to latest Geyser changes; clean up 2021-11-12 09:26:49 -05:00
creeper123123321
db6d2167b3
fixed closing forms (#45) 2021-10-09 17:06:43 +01:00
rtm516
8c386a7200
Update Geyser and fix builds 2021-08-30 21:02:22 +01:00
Parker Wahle
c52e50f91a
Fix #38 and also a weird typo (#39) 2021-07-23 11:14:56 +01:00
Camotoy
67e1ab0709
Update to the latest Geyser version 2021-07-12 21:53:07 -04:00
Camotoy
15b8160f08
Update for the latest Geyser changes 2021-07-08 10:46:54 -04:00
Camotoy
af401dddc8
Fix inventory issues and furnace minecart item visibility 2021-06-19 23:44:37 -04:00
rtm516
ade33d54ec
Fix vhost parsing (closes #37) 2021-06-17 19:09:38 +01:00
rtm516
eeadde0550
Rework how connections work to remove the use for the transfer packets and multiple ports (#30)
* Move to a more linear connection flow and remove the need for a second port

* Update configs

* Remove un-used remote address config options

* Update docker file

* Start internal Geyser on boot

* Fix srv resolving

* Fix inventory data when loading into the server
2021-06-16 12:18:07 +01:00
rtm516
9bd9c5e176
Fix server editing 2021-06-11 17:27:01 +01:00
rtm516
e2479b8e9a
Add Pixel Paradise 2021-06-09 10:55:34 +01:00
Camotoy
3ef1994195
Update to 1.17 2021-06-08 15:14:37 -04:00
Greaper88
2932a3edc0
Updated "Bedrock" to "Bedrock/Geyser" (#31) 2021-06-06 00:16:44 +01:00
rtm516
6b874def46
Change UI to say Bedrock/Geyser server for clarity 2021-05-01 17:00:45 +01:00
Camotoy
03270131e5
Prevent race conditions and clean up server forwarding 2021-03-17 11:17:13 -04:00
Camotoy
61bcc6a75d
Update for 1.16.210 2021-03-09 13:25:29 -05:00
rtm516
c73714c9b4
Revert "Fix issues with hostnames on PS4"
This reverts commit d180ab3795.
2021-03-07 18:27:52 +00:00
Camotoy
47c3a22df5
Allow Bedrock to manage entering server and not us (#22) 2021-02-20 21:43:12 +00:00