FivePB (Xer)
FivePB (Xer)
### Which Cloudflare product does this pertain to? Cloudflare One ### Existing documentation URL(s) https://developers.cloudflare.com/cloudflare-one/tutorials/ssh/ ### Section that requires update # Browser-rendered terminal ### What needs to change? This section...
This is an attempt at allowing servers behind Velocity on 1.19.1 to use secure chat. Related to https://github.com/PaperMC/Paper/pull/8219
The proxy needs to track and verify message signatures based on the players public key as well as components which are preview-signed
Velocity should implement api to control the signature disposition between clients. This is necessary for projects like Geyser to function.
This api is required for the client to interact correctly with the server
Similar to previous versions, this Event should be able to selectively control the standing of the user. The usage is only advised for testing and debug purposes
This includes the ability to construct a key using the api from a foreign proxy. This also requires integration by the preview system
Brigadier commands should have access to signed (preview) component arguments and messages
The adventure library update for 1.19 needs to be finished and incorporated before we finish the 1.19 update. https://github.com/KyoriPowered/adventure/pull/777
This PR brings Waterfall on a forwarding-feature-level with [Velocity](https://github.com/VelocityPowered/Velocity) for better security. Implemented: - Velocity modern forwarding support, courtesy of @astei and the Velocity contributors, this forwarding mode uses a...