ocelotpotpie / FreedomChat

Liberate your server from the chat-reporting bourgeoisie! Disable chat signing server-side
https://modrinth.com/plugin/freedomchat
GNU General Public License v3.0
207 stars 24 forks source link

Toast appears on 1.19.3 #21

Closed Bobcat00 closed 1 year ago

Bobcat00 commented 1 year ago

With FreedomChat 1.3.0, the toast still appears when joining 1.19.3.

FreedomChat version 1.3.0 git-Paper-315 (MC: 1.19.3)

Config:

rewrite-chat: true
claim-secure-chat-enforced: true
send-prevents-chat-reports-to-client: false

server.properties:

enforce-secure-profile=false
e-im commented 1 year ago

Sorry about that. I think see the issue, but unfortunately can't verify or push a fix now. I'll do this tonight (~6hrs), though.

Bobcat00 commented 1 year ago

Hey, no problem. Just wanted to let you know.

e-im commented 1 year ago

Should be resolved in 9e58cde2d95d6c472eb28f93c7acb1063e069964.

The plugin now requires Paper and will no longer work at all on CraftBukkit or Spigot servers.

lhhel9l3 commented 1 year ago

We are also having this issue where the toaster still comes up with the default plugin config.

This server is running Paper version git-Paper-386 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 4da844f)

Before we start debugging, any idea what could cause it? Any suggestions on where to look for the problem? thanks

lhhel9l3 commented 1 year ago

Going to create a new issue with the above information in an attempt to get it looked at

e-im commented 1 year ago

Sorry, I missed your last comment. Is your server behind a proxy?

lhhel9l3 commented 1 year ago

No problem. I don't think so. It may be behind a firewall. Just wondering, why does the proxy matter?

e-im commented 1 year ago

When I said proxy I was meaning a minecraft specific proxy (e.g Velocity, Waterfall, Bungeecord etc.) -- this matters because the proxy handles the initial login process for users and that is where the toast is sent.

Is your server and client on the same version, or different versions (ex viaversion)? And are you still on .3 or have you updated to .4?

also feel free to dm me on discord, sulu#9747

lhhel9l3 commented 1 year ago

I see, no, this is a small minecraft server for a few players. We don't use a proxy or load balancer or anything like that.

Server and client are same version. We're still on .3.

e-im commented 1 year ago

What other plugins do you have on the server? And is your client modded?

lhhel9l3 commented 1 year ago

dynmap, Essentials, EssentialsProtect, floodgate, FreedomChat, Geyser-Spigot. Vanilla client.

e-im commented 1 year ago

Very odd. I'm not really sure what could be causing this. None of those plugins would do it. As a last possible cause, how are you hosting the server? Are you using a service like Minehut (they specifically will cause this to not work, but others might as well)?

And I should have asked this right away, but what version of freedomchat are you using? 1.3.1 is the version you should be using.

lhhel9l3 commented 1 year ago

It's hosted in Oracle cloud. I'm pretty sure we installed the correct plugin version but I'll double check.

lhhel9l3 commented 1 year ago

Upgrading to latest MC and plugin version appears to have fixed it. Thanks!