ljacqu

Results 74 issues of ljacqu

Forcing an extension of Provider is more restrictive than it needs to be. A method could be annotated with `@Provides`, which should register as provider for its return type. (Or...

Current test runner is very strict with `@InjectDelayed` fields in that if a dependency is not declared, it fails. It would however be nice to allow intermediate dependencies to be...

When a field's or method's class is not present it is virtually impossible to find from which class it comes. This needs to be improved by e.g. introducing a logging...

For what it's worth, the following does not work: ``` java @RunWith(DelayedInjectionRunner.class) public class MyTest { @Mock private Injector injector; } ``` Delayed injection runner is using an injector internally,...

bug

In the samples/ folder we have a simple integration of AuthMe into a webpage. When talking with the DB we never close the MySQLi connections we create.

Type: enhancement
Good first issue

It would be nice to somehow have a way to test our hooks into permission systems. I could imagine a few solutions: - as unit tests, if possible at all...

Type: enhancement

- Restructure the settings so that the settings are grouped together more clearly and coherently. - Write a migration so that a player's old config can be "converted" to the...

Type: enhancement

Deprecates TWO_FACTOR from being configured as the hash algorithm and forces players with a TWO_FACTOR password to set a new password with /register when they log in. I don't know...

Some tests in the `message` package seem to fail while they work fine in the Maven build, e.g. HelpMessageConsistencyTest. Seems like the way the files are referenced in the tests...

Type: bug

Big fan of this project! I noticed two discrepancies to the original, namely one-way doors always have red lights in the source port, whereas the original shows green lights on...

bug