Commit Graph

321 Commits

Author SHA1 Message Date
DNx5 35d73b2d4a Mysql Improvements.
* Contains lot of changes
2015-12-02 06:29:43 +07:00
ljacqu 690a8d67a3 Abstract Messages into two layers; move to new 'output' package
- Abstract Messages into two layers: the top layer 'Messages' is how Messages can be retrieved and sent as before. In the background, package-private, MessagesManager actually does the file read and worries about I/O while Messages takes care of higher-level things (such as joining two lines or checking the current language).
2015-12-01 21:45:02 +01:00
Gabriele C 00c6b17f3e Add customizable anto bot message 2015-12-01 15:42:02 +01:00
DNx5 37b24d4e72 Fix "new config options message" always printed on reload. 2015-12-01 02:17:07 +07:00
DNx5 8a6ab3edb5 Setup unrestricted names into lowercase. 2015-12-01 02:14:28 +07:00
Gabriele C 109c85f4dd Auto build number + helpHeader config 2015-11-29 14:27:44 +01:00
ljacqu 8ed672e89d Remove old methods in Messages and add StringUtils tests
StringUtils - merge the two join methods to one common implementation with two interface; add tests

Messages - remove the methods taking a String as code after the kind refactoring by @DNx5
2015-11-26 23:21:19 +01:00
ljacqu 77f2f80eaf Testing - start change to non-reflection WrapperMock test setup 2015-11-26 22:25:02 +01:00
DNx5 d7ae2a96e3 Fix test unit 2015-11-26 11:04:12 +07:00
DNx5 7a78b321e7 refactor all class to use the message key for sending messages. 2015-11-26 10:18:53 +07:00
DNx5 2de0e0e819 Set classes to use Messages getter in plugin instance. 2015-11-26 08:17:19 +07:00
Lucas Jacques 5f9ba208de Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into enums 2015-11-25 19:52:15 +01:00
DNx5 7767ae6c0e revert to boolean 2015-11-26 01:43:27 +07:00
Gabriele C f6e9347e1e cleanup 2015-11-25 15:39:15 +01:00
Tim Visée d7328466b8 Improved and updated the custom configuration class 2015-11-25 01:32:11 +01:00
ljacqu cb11ae9610 Deprecate Messages#send(String) in favor of the MessageKey enum 2015-11-24 23:11:14 +01:00
ljacqu cf4e47488b Start refactoring for Messages class 2015-11-24 22:54:54 +01:00
ljacqu e4c82e04ff Merge upstream/master into ljacqu/enums 2015-11-24 21:59:55 +01:00
Gabriele C 28e742e42f cleanup 2015-11-24 19:04:18 +01:00
DNx5 ea420ab05f set protect inventory to false in config file if protocol lib is not found. 2015-11-25 00:43:55 +07:00
DNx5 25c23e144c - send blank inventory on logout if protect inventory is enabled.
- added reload support for protect inventory option.
2015-11-25 00:14:45 +07:00
DNx5 8e9bfc6299 update playerloginevent and some listener.
i hope it will fix the lag issues.
2015-11-24 07:15:58 +07:00
ljacqu 16a69d4126 Merge upstream/master into ljacqu/enums 2015-11-23 23:31:26 +01:00
Tim Visée 82bf0f45ca Finalized some fields, removed redundant code, various other fixes 2015-11-23 22:14:03 +01:00
Tim Visée 36c50c4507 Reformatted code with new code style 2015-11-23 21:46:34 +01:00
Tim Visée 2e868c7492 Reformatted all code files, cleaned up the project 2015-11-23 21:33:08 +01:00
ljacqu 8719cce334 Create enum for message keys in Messages 2015-11-23 21:13:12 +01:00
AuthMe-Team 9ec2d6d059 Stuff from the common floobits workspace
Author:    AuthMe-Team <AuthMeTeam@123NoEmail.com>
2015-11-23 20:23:52 +01:00
ljacqu 215fedc585 Minor refactoring in CustomConfiguration / Messages
- CustomConfiguration should be abstract
- Reduce visibility of internal method
- Fix typo in English messages
- Remove or replace unnecessary javadoc
2015-11-22 02:02:49 +01:00
Tim Visée 579b7e7b97 Improved some grammar and variable names 2015-11-21 19:24:25 +01:00
Tim Visée a176aba350 Fixed horrible typo, implemented dynamic plugin name 2015-11-21 19:22:23 +01:00
Gabriele C bd1f868c6d standard javadoc 2015-11-21 01:31:18 +01:00
Gabriele C 118c79401a Prepare the project for javadocs 2015-11-21 01:27:06 +01:00
Gabriele C ddda62aa14 cleaup 2015-11-07 00:13:29 +01:00
DNx5 da9cfc93d3 cleanup command pre process 2015-11-02 05:54:30 +07:00
Gabriele C d478973fa5 Enhance join/leave message delay 2015-11-01 13:23:47 +01:00
Gabriele C 9aee483cc3 Fix compatibility issues with plugins like factionschat 2015-10-25 12:23:40 +01:00
Gabriele C 38832fc2ce Fix conflicts 2015-10-20 22:05:19 +02:00
vanhec_a a2f5a7917d Whoops ? :') 2015-10-16 17:03:34 +02:00
Gabriele C 9c19f568fd fix conflict 2015-10-12 17:51:05 +02:00
vanhec_a 39ab41f542 Add an option to disable all caching (useful if you use website
registration system)
2015-10-12 15:49:19 +02:00
Gabriele C 3567fc909d Organize imports 2015-10-09 19:18:24 +02:00
Gabriele C 807d302b60 1.5.2 compatibility 2015-10-06 19:17:03 +02:00
Gabriele C 5576b117c9 cleanup + moved legacy chestshop support 2015-10-04 14:33:21 +02:00
games647 e9f299fca8 Fix PlayerAuth constructor calls 2015-10-03 18:22:13 +02:00
DNx5 a013a6c54f update Settings 2015-10-03 13:01:44 +07:00
DNx5 f88e197863 cleanup Settings 2015-09-25 05:21:32 +07:00
DNx5 45d939f0f5 init field first, fix #221 2015-09-25 01:06:58 +07:00
DNx5 10580e3447 cleanup converters 2015-09-23 21:50:17 +07:00
Gabriele C d826777701 remove speed option + config description enhancements 2015-09-20 13:41:06 +02:00