Gabriele C.
Gabriele C.
@imayhaveborkedit You need a library to manipulate audio stream's volume i think. > If you need to turn the bot up past 100% volume, for whatever reason that would be,...
No, the event is missing, you're right we should add it. ;)
Yes, but i really needed that annotations to be able to keep track of what needs to be called by the main thread and what needs to be called async....
Atm we have no way to know if a method needs to be thread-safe, or if it is a blocking operation, this PR tries to add source annotation to help...
``` [23:05:54 WARN]: Sync call to async method detected! [23:05:54 WARN]: java.lang.Throwable [23:05:54 WARN]: at fr.xephi.authme.util.BukkitThreadSafety.shouldBeAsync(BukkitThreadSafety.java:43) [23:05:54 WARN]: at fr.xephi.authme.datasource.AbstractSqlDataSource.isAuthAvailable(AbstractSqlDataSource.java:34) [23:05:54 WARN]: at fr.xephi.authme.command.executable.authme.UnregisterAdminCommand.executeCommand(UnregisterAdminCommand.java:40) [23:05:54 WARN]: at fr.xephi.authme.command.CommandHandler.executeCommand(CommandHandler.java:122) [23:05:54 WARN]:...
I would like to have an input from the other members of the team also, so we can find the better solution for this issue.
@TypoEasy12 Might be caused by non-utf8 characters in the passwords, can you please try this pattern and provide a bunch passwords that result in a failed/glitched registration?
@TypoEasy12 @LeenzeryDev are you working on the same server or is this an issue with russian servers only?
Looks cool! I'll take a look asap, in the meantime @ljacqu @games647 @Hex3l what do you think about this concept+implementation?
@ljacqu we can't prevent that, it's just vanilla design, the client can't send commands while in portals. I wouldn't consider this a bug.