Ilya Andreev

Results 5 issues of Ilya Andreev

**Describe the bug** LimboAuth generates TOTP scratch codes, but doesn't store them anywhere ([see there](https://github.com/Elytrium/LimboAuth/blob/fa0c8b27b0d3bcafd3b7893b7730aa69849965aa/src/main/java/net/elytrium/limboauth/command/TotpCommand.java#L146)). `dev.samstevens.totp.recovery.RecoveryCodeGenerator` just provides N random strings, that should be stored yourself. TOTP doesn't describe recovery...

bug

Chatty should have separate configuration file with settings for different [glyphs](https://github.com/Brikster/glyphs) with PAPI support to use them in another plugins.

To do

All the actions of Chatty should be able to be filtered or, maybe, have another result by switch with some custom predicates (comparing values of player placeholders etc.)

To do

Fix issue #17. Rewritten `ConfigPostprocessor` to provide first line of collection to a walker (previously, lines that begins from "-" were written as is). `YamlSectionWalker`'s implementations now resolve subtypes of...

**Describe the bug** I have such code: ``` @Getter @SuppressWarnings("FieldMayBeFinal") @Names(strategy = NameStrategy.HYPHEN_CASE, modifier = NameModifier.TO_LOWER_CASE) public class ModerationConfig extends OkaeriConfig { private CapsModerationConfig caps = new CapsModerationConfig(); @Positive private...

bug