Commit Graph

1958 Commits

Author SHA1 Message Date
Andrew Steinborn
93df65fdfb Update Gson
Resolves #763
2022-06-22 22:25:30 -04:00
Shane Freeder
0caff79bf8 hard over system message chat type for 1.19+ 2022-06-22 05:30:27 +01:00
FivePB (Xer)
1a1391a519 Tablist-changes for 1.19 (#761)
This change helps ensure player signatures are propagated correctly.
Signatures should never be removed, so to compensate for legacy plugins and for the
proxy api function we have to enforce this.
2022-06-19 18:19:32 +02:00
Adrian
508c1edb3a Fixed possible IOException if forwarding-secret-file path is a directory (#743)
* Fixed possible IOException if path is a directory

* Removed File usage

* Catch possible NumberFormatException on invalid config version

!Files.exists -> Files.notExists
2022-06-18 20:06:51 -04:00
4drian3d
74edac9642 Fixed BungeeGuard support (#739) 2022-06-09 18:08:55 +01:00
FivePB (Xer)
64bfa285fe Finish Modern forwarding v2 2022-06-09 16:27:25 +02:00
Shane Freeder
3501969960 move force key checking into a system property (#736) 2022-06-09 12:07:24 +01:00
logsym
da52d09338 Add config support for using file as forwarding secret (#712)
* add config support for using file as forwarding secret

* deprecate forwarding-secret and change default to forwarding-secret-file

* change forwarding-secret-file handling to a versioned system
2022-06-09 03:28:14 -04:00
4drian3d
e45ca5f357 Improved Scheduler API (#696)
* Improved Scheduler API

- Added `Scheduler#builder(plugin)`
This method allows a more simplified builder while maintaining the main requirement of the executor plugin
- Added `Scheduler#taskByPlugin(plugin)`
Allows to obtain the tasks that a plugin has sent to execute and that are currently active
- Added `TaskBuilder#task(Consumer<SchuledTask>)`
Allows to specify a task with access to the task itself with the ability to cancel itself

* Applied requested changes

- Removed tasks builder method
- Added `Scheduler#buildTask(plugin, Consumer<ScheduledTask>)`

* Removed some unused imports

* Applied suggested change

* Fix possible test bug

* Applied more suggested changes

* Fixed tests inside tasks
2022-06-09 03:27:06 -04:00
Shane Freeder
f088bd4443 [ci skip] fix gradle build script deprecation
https://docs.gradle.org/7.3.1/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:enabled
2022-06-09 00:17:00 +01:00
Andrew Steinborn
13b13eb351 fix typo 2022-06-08 09:58:15 -04:00
Andrew Steinborn
4b1cdbcb31 I have sinned but it feels good 2022-06-08 01:18:19 -04:00
Andrew Steinborn
01c6777948 Fix several issues with JNI compression
The libraries will require a recompile.
2022-06-08 00:53:15 -04:00
Corey Shupe
04d3ed6820 Fix unsigned chat breaking decode on PlayerChat. (#730) 2022-06-08 00:12:56 -04:00
Andrew Steinborn
c2b237f196 DRY - one function to create respawn packets from JoinGame packets 2022-06-07 23:35:43 -04:00
Corey Shupe
c45597c885 Hotfix registry and argument ser/de (#729)
* Hotfix argument parser missing

* Fix join game registry announcing.
2022-06-07 23:23:50 -04:00
Corey Shupe
28b6f6dcef Hotfix/patch modern forwarding v2 (#727) 2022-06-07 21:11:53 -04:00
Corey Shupe
d97ed956a7 Update/1.19 (#726)
Co-authored-by: FivePB <admin@fivepb.me>
2022-06-07 21:00:24 -04:00
Ismael Hanbel
377e6b6626 Bump netty to 4.1.77.Final (#700)
* Bump netty to 4.1.76.Final

* Update build.gradle
2022-05-27 21:57:40 -04:00
Pasqual Koschmieder
3ae93875b8 fix missing server info in some events when kicked from current server (#703) 2022-05-08 23:08:50 -04:00
Andrew Steinborn
aa38d3e561 Implement a proper login state machine for logins
Fixes #688 and probably a host of other potential problems.
2022-04-23 18:07:34 -04:00
Robin
5ee96606f6 Override correct sendMessage method (#698) 2022-04-19 22:36:25 -04:00
4drian3d
acc407a6d5 Added ability to customize translations (#692)
* Added ability to customize translations

* Removed remaining usage of `Paths#get`

As of java 11 its replacement `Path#of` was created, which is called when using `Paths#get`, besides, according to documentation, it mentions that it can be deprecated at any time

And fix a minor typo in LegacyChannelIdentifier
2022-04-16 00:38:44 -04:00
4drian3d
3cb10f6ad4 Implement missing Pointers (#694)
- Implement Player's LOCALE and DISPLAY_NAME pointers
- Implement VelocityConsole's LOCALE pointer
2022-04-16 00:37:35 -04:00
Andrew Steinborn
d59d4505cb Add stop command alias for ShutdownCommand
Fixes #678
2022-04-08 23:00:03 -04:00
4drian3d
2a39b24770 Shutdown command improvements (#680)
- Migrate to Brigadier usage
- Added MiniMessage support for custom shutdown reason
2022-04-08 22:56:41 -04:00
microwin7
44dc2e7ca0 Fix implements in class ResponseResult (#675)
Fixed inheritance of interface on ResultedEvent.Result in ResponseResult class
2022-04-03 17:43:32 -04:00
4drian3d
b8223686ea Added logPlayerConnections configuration option (#673) 2022-04-03 15:30:47 -04:00
JOO200
8214fe30fe Specify the unit for getPing to milliseconds. (#676) 2022-04-03 15:29:34 -04:00
Andrew Steinborn
95a32ad421 fix 2022-03-31 22:13:05 -04:00
JOO200
308acd86ec Adventure: Bump version to 4.10.1 (#669) 2022-03-31 22:10:43 -04:00
4drian3d
9fc4341f40 Replacement of some deprecated method (#672)
- PlainComponentSerializer -> PlainTextComponentSerializer
- BinaryTagHolder#of -> BinaryTagHolder#binaryTagHolder
2022-03-31 22:09:44 -04:00
OOP-778
9f77431f36 Fix "pointers" for players never being used lol & Type pointers (#674)
* Fix "pointers" for players never being used lol

* Added Platform Facet API to add Type pointers

* Remove duplicate
2022-03-31 22:09:10 -04:00
Andrew Steinborn
05d1938476 Netty 4.1.75.Final 2022-03-19 19:04:29 -04:00
virustotalop
e2743ffa4e Add proxy shutdown localization (#663) 2022-03-19 18:54:24 -04:00
AoElite
42acf84dda update netty to 4.1.74.Final (#668)
Co-authored-by: AoElite <roxiehockaday@gmail.com>
2022-03-19 17:26:39 -04:00
kyngs
f0ea638fa1 Disable Log4J's built-in shutdown hook, because it broke logging in the shutdown sequence when exiting by interrupting the process. This was caused by the Log4J's hook running before ours. (#637) 2022-03-13 23:59:50 -04:00
ebony-lamp
94e8b0df43 Add option to disable ip logging (#614) (#650) 2022-03-09 02:24:45 -05:00
Andrew Steinborn
b5dcaa2315 Provide a more descriptive error message if Velocity isn't able to authenticate with Mojang servers
Fixes #636
2022-03-09 02:23:22 -05:00
Andrew Steinborn
35a1456c5f Update Linux natives for latest libdeflate
x86_64 libdeflate was compiled with Fedora Linux 35. aarch64 binaries were compiled with Ubuntu 18.04.
2022-03-09 02:12:15 -05:00
Andre_601
b3fc8e8235 Update old downloads URL (#660) 2022-03-06 13:20:44 -05:00
Corey Shupe
9c44aff8c3 Flip output for queued resource pack status passthrough conditional (#659)
* Flip output for queued resource pack status passthrough conditional

* Hotfix to queue the intended resource pack info.
2022-03-03 01:52:21 -05:00
Riley Park
d4722eb2f8 Merge pull request #658 from jpenilla/mm
Update Adventure and include MiniMessage in API
2022-03-02 14:23:48 -08:00
Jason Penilla
897f278986 Update Adventure and include MiniMessage in API 2022-03-01 12:50:50 -07:00
Shane Freeder
2fe50bedc5 1.18.2 support 2022-02-28 14:27:57 +00:00
kyngs
7bd0f9ea14 Add support for custom class loaders. (#647) 2022-02-19 16:04:56 -05:00
Rocco
8ab071badb Fire events for queued login plugin messages (#632) 2022-02-19 16:03:09 -05:00
Andrew Steinborn
b2800087d8 Ensure Forward doesn't broadcast to the current server
Fixes #641
2022-02-07 23:43:40 -05:00
Corey Shupe
596d4758ba Implement resource pack send event. (#625) 2022-02-01 23:30:45 -05:00
Noah van der Aa
b8f1df4470 Update Log4J to 2.17.1 (#623) 2021-12-28 18:14:37 -05:00