Dreeam
0c10cb0ead
Fix code style
2024-05-29 22:55:19 +08:00
Dreeam
89817d420c
Move utils to I18NUtils
2024-05-29 20:34:27 +08:00
Dreeam
c53f622e94
Cleanup
2024-05-29 20:19:33 +08:00
Dreeam
eb43dc3960
Clean up locale to language code matching
2024-05-29 18:59:41 +08:00
Dreeam
6001ee6979
Add configurable locale code to AuthMe language code redirect
2024-05-29 18:46:57 +08:00
Dreeam
d09e545554
Add hard mapping to convert to AuthMe language code from locale code
2024-05-29 17:07:30 +08:00
Dreeam
2219dd55dd
Intial i18n messages support
...
Send different languages of messages based on player's client setting
2024-05-29 00:11:25 +08:00
HaHaWTH
a93f0546e3
Leaves compatibility
2024-03-28 07:39:29 +08:00
HaHaWTH
5f89964f49
Fix fakePlayers of Leaves NPE error
2024-01-29 22:52:54 +08:00
HaHaWTH
14e5b7d5a7
Delete FormUtils.java
2023-12-09 21:49:07 +08:00
HaHaWTH
9eb4df5ceb
remove debugger
2023-12-09 20:19:12 +08:00
HaHaWTH
16c0a8a81b
debugger
2023-12-09 20:17:57 +08:00
HaHaWTH
7fa7d17ba6
Add javadoc for 3rd party features
2023-12-09 20:12:33 +08:00
HaHaWTH
54dfde335a
Update
2023-12-08 11:01:56 +08:00
HaHaWTH
a542a35eba
Add FormUtils for advanced bedrock experience
2023-12-01 00:01:29 +08:00
HaHaWTH
22b8b6bf64
Cleanup
2023-11-19 12:04:46 +08:00
HaHaWTH
11a4cff10a
Revert changes
2023-11-04 18:42:55 +08:00
HaHaWTH
628d5adcb5
MapUtils
2023-11-04 18:31:36 +08:00
HaHaWTH
1c090a5a65
Update TeleportUtils
2023-10-21 00:11:56 +08:00
HaHaWTH
3f6a7ce48f
Sync repo files to b22
2023-09-20 02:15:22 +08:00
HaHaWTH
ed320196fe
Remove all files
2023-09-20 02:10:19 +08:00
HaHaWTH
7e49e26735
reupload files
2023-07-11 20:45:01 +08:00
HaHaWTH
b014da245d
Del all files
2023-07-11 20:42:24 +08:00
ljacqu
9fd532d798
Minor: Rename StringUtils#isEmpty to #isBlank
...
- Better fits the naming used by other tools and also the JDK (String#isBlank as of JDK 11)
2022-12-30 08:44:29 +01:00
Gabriele C
06be8ea6f4
Port thread safety/performance optimizations from #1992
2020-06-26 22:23:50 +02:00
ljacqu
d87fa860e6
Add test for UuidUtils
2019-08-06 19:42:06 +02:00
ljacqu
c34f00f759
#1874 Introduce individual ConsoleLogger instance per class ( #1875 )
...
* #1874 Introduce individual ConsoleLogger instance per class
- Create ConsoleLoggerFactory from which a separate logger can be created for each class
- Allows to support individual log level settings in the future
* Fix CodeStyle issue
* Replace full class name with import
* Update usages after merge from master
2019-08-06 15:15:16 +02:00
Alexandre Vanhecke
254d4d75a2
Add optional column for players uuids ( #1840 )
2019-08-06 15:13:13 +02:00
Gabriele C
c11e4b9f15
Remove 1.7 support
2018-11-30 09:23:30 +01:00
games647
0227cb3f74
Add IPv6 support for isLocal checks ( #1592 )
...
* Add IPv6 support for isLocal checks
* Replace magic values like 127.0.0.1 and use our utility
* Support for IPv6 local adresses in IPv6 only or dual stack environments
* Loopback [::1]
* Site-Local fc00::/7
* Link-local fe80::/10
* Introduce extra method for loopback addresses
* Use public IP for passMaxLogin check
* Use non-local IP addresses in test after change in verification
2018-07-04 02:05:17 +02:00
ljacqu
ecaffbabfc
Small cleanups / changes amassed over time
...
- Small javadoc fixes
- Simplifications
- Move logException method from StringUtils to ExceptionUtils
2018-04-22 12:45:34 +02:00
ljacqu
a1a909c01d
#1531 Move spigot detection to BukkitService ( #1534 )
2018-03-19 23:08:48 +01:00
Gabriele C
3a690fd79a
Change how we detect spigot #1531
2018-03-19 17:23:51 +01:00
games647
7ff5801cfe
Revert "Fix no auto login permission ( Fixes #118 )" Wrong repo
...
This reverts commit 6d60e72296 .
2018-03-15 20:43:50 +01:00
games647
6d60e72296
Fix no auto login permission ( Fixes #118 )
2018-03-15 20:42:50 +01:00
ljacqu
329657bd5f
#1497 Show specific message for invalid YAML files ( #1506 )
...
* #1497 Throw dedicated exception for invalid YAML files and handle it on startup
- Wrap SnakeYAML exceptions when loading config.yml and commands.yml on startup into own exception type
- Handle exception type on startup with specific error message
* #1497 Fix inaccurate JavaDoc comment
2018-02-23 23:31:22 +01:00
ljacqu
83e247afe9
Minor: Simplify check for Spigot
2018-02-17 23:23:44 +01:00
ljacqu
9dd4039fdd
#1467 Create backup before migrating; output newly added message keys
...
- Extract logic for creating a backup timestamp into FileUtils
2018-02-13 22:15:03 +01:00
sgdc3
6a5f335e16
Implement #1483
2018-02-04 15:12:23 +01:00
Gabriele C
26a69297ce
Disable the automatic poolSize option
...
it creates more issues than benefits
2017-12-13 23:13:28 +01:00
HexelDev
ba65633182
Email verification code ( #1382 )
...
* Base verification code implementation, must define command, manager, events
* VerificationManager, verification command and messages, handled some sensible commands, configuration values
* Improved manager and sensible commands trigger
* Updated messages
* Updated verification code manager, fixed tests
* Switched to a permission based command
* Verification manager and command improved and added tests
* Edited messages
2017-10-28 12:23:14 +02:00
ljacqu
4e8deec258
Move #isNpc method to PlayerUtils
...
- After dropping our hook to CombatTagPlus it is not relevant for it to be in PluginHooksService anymore
2017-10-21 12:08:23 +02:00
ljacqu
4ac980111d
Add some tests, minor Checkstyle fixes
2017-07-16 13:00:55 +02:00
Gabriele C
cd4693eedf
GeoIP: ignore local addresses
2017-07-07 20:41:10 +02:00
ljacqu
1f8307c8f6
Fix minor checkstyle issues
...
- Add JavaDoc where checkstyle expects it
- Fix line too long issues
- ...
2017-05-07 11:59:01 +02:00
ljacqu
b7c35cb3a7
Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded into explicit-getters-from-db
2017-04-29 08:19:30 +02:00
ljacqu
0e923b6a70
#1180 Create command for performing a backup
2017-04-23 20:23:40 +02:00
ljacqu
d0dbc14358
Minor - fix some small todo's
2017-04-23 11:02:43 +02:00
ljacqu
b0c05afaa7
Create util method to check if email is empty
...
- Create method to check if email is empty or the default AuthMe email (avoids repetition)
- Check that input email has '@' inside text (relates to #1105 )
2017-04-18 21:24:33 +02:00
ljacqu
75f84945fc
Misc code householding
...
- Checkstyle config: allow todo comments with issue number
- Create consistency tests across all classes, ensuring: unique class names, users of expiring collectors implement HasCleanup, non-private fields are only constants
- Fix tag replacement in PlayerListener for {DISPLAYNAME}
2017-03-26 13:20:40 +02:00