Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor issues when running with Glowstone #1313

Closed
yangm97 opened this issue Aug 13, 2017 · 1 comment
Closed

Minor issues when running with Glowstone #1313

yangm97 opened this issue Aug 13, 2017 · 1 comment

Comments

@yangm97
Copy link

yangm97 commented Aug 13, 2017

What behaviour is observed:

Sensitive commands (like /login and /register) are not being censored. Glowstone uses a different logging engine than Spigot;
Player IP is detected incorrectly when running Glowstone with Bungeecord by AuthMe. This issue possibly has more to do with Glowstone, so I opened an issue there as well: GlowstoneMC/Glowstone#547

What behaviour is expected:

Censoring sensitive commands and storing correct player IPs.

Steps/models to reproduce:

Run AuthMe on Glowstone; run AuthMe on Glowstone behind a Bungeecord server.

Plugin list:

AuthMe, AuthMeBridge, ProtocolSupport (mcpemeta branch)

Environment description

MySQL storage.

AuthMe build number:

v5.3.2 (build: 1726)

Error Log:

Bungeecord:

06:28:30 [INFO] [/187.180.212.96:39420] <-> InitialHandler has connected
06:28:30 [INFO] [TheticalFlyer97] <-> ServerConnector [lobby] has connected

Glowstone:

06:28:30 [INFO] UUID of player TheticalFlyer97 is a6462498-08d5-37c4-bfbb-158cac0008f2
06:28:30 [INFO] TheticalFlyer97 [/187.180.212.96:43947] connected, UUID: a6462498-08d5-37c4-bfbb-158cac0008f2
06:28:30 [INFO] TheticalFlyer97 joined the game
06:28:30 [INFO] TheticalFlyer97[/187.180.212.96:43947] registered channel: FML
06:28:30 [INFO] TheticalFlyer97[/187.180.212.96:43947] registered channel: AuthMeBridge
06:28:30 [INFO] TheticalFlyer97[/187.180.212.96:43947] registered channel: FML|HS
06:28:30 [INFO] TheticalFlyer97[/187.180.212.96:43947] registered channel: FORGE
06:28:30 [INFO] TheticalFlyer97[/187.180.212.96:43947] registered channel: BTLP/Bridge
06:28:30 [INFO] TheticalFlyer97[/187.180.212.96:43947] registered channel: BungeeCord
06:28:30 [INFO] TheticalFlyer97[/187.180.212.96:43947] registered channel: BAuthMeBridge
06:28:42 [INFO] TheticalFlyer97 issued command: /register (censored)

AuthMe database:

screen shot 2017-08-13 at 03 55 16

Configuration:

Pastebin/Hastebin/Gist link of your config.yml file (remember to delete any sensitive data)

@sgdc3
Copy link
Member

sgdc3 commented Aug 13, 2017

Sensitive commands (like /login and /register) are not being censored. Glowstone uses a different logging engine than Spigot;

We can't fix that, i already talked with glowstone devs about that but we didn't find any workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants