Velocity icon indicating copy to clipboard operation
Velocity copied to clipboard

Chat sync V1

Open Xernium opened this issue 3 years ago • 7 comments

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

Xernium avatar Aug 03 '22 16:08 Xernium

Hey! If you need me to test something about your fight against last seen chat messages, I have a setup of a velocity proxy and two backend paper servers locally (remotely if needed). Atm, same error as usual.

Aurelien30000 avatar Aug 04 '22 09:08 Aurelien30000

Would this also fix #770 ?

kyngs avatar Aug 12 '22 11:08 kyngs

Whats the status of this?

davidmayr avatar Oct 23 '22 20:10 davidmayr

I have a suggestion, especially this pr seems to be difficult to complete, an optional option, when turned on, only verify the player chat security in the proxy server, so that the chat report on the client side works normally, and the backend server says the chat is not Safe, but the backend is all under a secure network, isn't it?

D3it7i avatar Dec 03 '22 14:12 D3it7i

Secure network is 100% irrelevant, you can't handle this stuff on just the proxy because the entire state of the chain needs to be maintained on the backend server. There is ongoing efforts to work on this stuff however it is a moving target as mojangs system is still also irrelevant, in part which should aid this issue

electronicboy avatar Dec 03 '22 14:12 electronicboy

the entire state of the chain needs to be maintained on the backend server.

Why need back-end server maintenance, when you just want the back-end server to record an unsafe chat message. Isn't the server just responsible for verifying signatures and broadcasting chat signatures?

D3it7i avatar Dec 03 '22 14:12 D3it7i

I am currently not active as developer but let me say: it’s not that simple. This PR is heavily outdated due to me rebasing a ton of stuff before going into hiatus. See https://github.com/xernium/Velocity/tree/work/wip/s02 if you want to see where I left of

Xernium avatar Dec 03 '22 15:12 Xernium