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
|
bbdea65c00
|
Update build.yml
|
2023-05-01 22:19:42 +01:00 |
|
rtm516
|
263536414a
|
Add messageall and transferall commands
|
2023-04-28 16:00:09 +01:00 |
|
rtm516
|
1fac3bc615
|
Merge pull request #74 from rewrite/extension
Rewrite to being an extension
|
2023-04-28 13:48:27 +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
|
f840f9c6ad
|
Fix workflow build step name
|
2023-04-28 09:21:17 +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
|
ff2f030608
|
Fix gradlew permissions
|
2023-04-25 22:38:42 +01:00 |
|
rtm516
|
91bc9657a4
|
Rewrite to move to a Geyser extension
|
2023-04-25 22:07:05 +01:00 |
|
rtm516
|
6b6973c5b9
|
Remove deploying from Jenkinsfile
|
2023-03-16 14:17:20 +00:00 |
|
Konicai
|
0f3b2643e9
|
Remove quotes from sonatype s01 repo (#70)
|
2023-01-28 01:20:26 +00:00 |
|
Camotoy
|
99d3692d9c
|
Attempt to fix Jenkins build
|
2022-10-27 14:19:10 -04: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
|
3196b37922
|
Include Sonatype repository in pom.xml
|
2022-10-20 16:58:00 -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 |
|
Camotoy
|
7983ac5141
|
Bump Geyser version
|
2022-07-28 21:53:11 -04:00 |
|
dependabot[bot]
|
faa91f87b7
|
Bump mysql-connector-java from 8.0.20 to 8.0.28 (#64)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.20...8.0.28)
---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-24 18:35:58 +01:00 |
|
creeper123123321
|
1997872425
|
Change saveServers back to not having INSERT OR (#68)
|
2022-07-24 18:35:41 +01:00 |
|
Camotoy
|
b84ae2ae75
|
Update to latest Geyser version
|
2022-07-14 21:14:34 -04: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 |
|
Camotoy
|
0677c0d20f
|
Update for 1.19
|
2022-06-07 11:37:26 -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
|
a185c05b44
|
Bump Geyser version
|
2022-02-07 12:43:49 -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 |
|
rtm516
|
e76c822442
|
Update pullrequest.yml
|
2021-10-09 17:07:00 +01:00 |
|
creeper123123321
|
db6d2167b3
|
fixed closing forms (#45)
|
2021-10-09 17:06:43 +01:00 |
|
rtm516
|
eda16f7702
|
Updated Jenkinsfile to Java 16
|
2021-09-21 18:29:28 +01:00 |
|
Camotoy
|
fdc2f38397
|
Bump Geyser version to 1.4.3-SNAPSHOT and Java 16
|
2021-09-21 13:27:22 -04:00 |
|
Konicai
|
2ffea1818b
|
Fix made with java badge (#40)
|
2021-09-02 20:51:07 +01:00 |
|