Commit Graph

  • feac0c6c49 Properly restore walk and flight speed (Fixes Xephi/AuthMeReloaded#356) games647 2015-12-18 18:27:42 +01:00
  • 7614b263b0 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded Gabriele C 2015-12-18 17:11:33 +01:00
  • 7e6abf0441 Clean permission/group providers Gabriele C 2015-12-18 17:10:57 +01:00
  • d871939793 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into commands-refactor ljacqu 2015-12-17 22:32:26 +01:00
  • cbf0996197 Logic for FoundCommandResult.Status / Add tests for CommandHandler - Fix other tests - Add logic for smaller pending FIXME's ljacqu 2015-12-17 22:23:43 +01:00
  • 21d25e5ad3 Add email.html to resources Xephi 2015-12-17 18:56:58 +01:00
  • f195054303 Should fix the /register auto-login feature Gabriele C 2015-12-16 23:58:21 +01:00
  • 879aa24a6e Minor - fix spelling in messages return to the player ljacqu 2015-12-16 22:48:06 +01:00
  • dcc365c22f Fix #349 Create method on Messages to pass tag replacements - Add tests - Fix placeholder in some files ljacqu 2015-12-16 20:46:40 +01:00
  • 558a1240a6 whoops Gabriele C 2015-12-16 13:30:34 +01:00
  • 94356bb23f #349 Add tags field to MessageKey, add test to verify presence in files ljacqu 2015-12-15 13:21:53 +01:00
  • 3de7a7584e Merge prefix tests for AdminPermission and PlayerPermission ljacqu 2015-12-15 09:00:41 +01:00
  • bfebf6dc44 Add tests for CommandUtils, move purgeDirectory to its only use ljacqu 2015-12-14 21:37:20 +01:00
  • 282f777311 #336 Create command list generator in tools ljacqu 2015-12-14 21:07:03 +01:00
  • 0fdc8d2810 Fix #338 Create test to verify consistent argument count ljacqu 2015-12-14 16:24:09 +01:00
  • 1c68f596bd Update messages_hu.yml Alexandre Vanhecke 2015-12-14 12:06:31 +01:00
  • 7383242599 Attempt to fix #339 DNx5 2015-12-13 23:07:58 +07:00
  • 3e928cddf0 CommandInitializer - consistent indent and setter order ljacqu 2015-12-13 10:49:15 +01:00
  • c48c56f08c Change to new HelpProvider, adjust classes to new methods ljacqu 2015-12-13 10:12:54 +01:00
  • 01cba2a508 #315 #305 Refactor HelpProvider - add bit flags, reduce duplication (wip) ljacqu 2015-12-12 22:50:07 +01:00
  • d26cbfbd14 Use Guava for CommandDescription builder validation ljacqu 2015-12-12 22:28:05 +01:00
  • 21c136fbdf Lost my changes. DNx5 2015-12-12 21:04:57 +07:00
  • f90efe4ec0 Merge branch 'db-improve' DNx5 2015-12-12 20:58:06 +07:00
  • 7b3b7766e6 CacheLoader doesn't accept null values. So, use Optional instead. DNx5 2015-12-12 20:56:45 +07:00
  • 4d8d9de733 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into commands-refactor ljacqu 2015-12-12 14:25:01 +01:00
  • 2fc55c5e7f Added player's real name check. Prevent login with other name case. DNx5 2015-12-12 20:12:52 +07:00
  • 973bfd2590 Added cache removal listener. * Re-add auth object if player is still authenticated DNx5 2015-12-12 19:48:01 +07:00
  • efcdca4087 Use Guava cache for caching PlayerAuth object. DNx5 2015-12-12 19:16:52 +07:00
  • 9f3b24db6f Added player's real name check. Prevent login with other name case. DNx5 2015-12-12 20:12:52 +07:00
  • 57446426ce Added cache removal listener. * Re-add auth object if player is still authenticated DNx5 2015-12-12 19:48:01 +07:00
  • 45f604534d Use Guava cache for caching PlayerAuth object. DNx5 2015-12-12 19:16:52 +07:00
  • d5b2058124 Change ExecutableCommand interface (wip – doesn't compile) - Change interface to use (CommandSender, List<String> arguments) - Use CommandArgumentDescription#name instead of "label" (to prevent confusion between command labels and arguments) - Simplify command difference computation in CommandHandler (no longer consider argument difference) ljacqu 2015-12-12 12:48:39 +01:00
  • 2f3738aa9a Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into commands-refactor ljacqu 2015-12-12 11:59:19 +01:00
  • 169e38be59 Fix HelpPrinter printing the enum name instead of the permission node ljacqu 2015-12-12 11:58:16 +01:00
  • eecad80748 Change ExecutableCommand interface (wip – doesn't compile) - Change interface to use (CommandSender, List<String> arguments) - Use CommandArgumentDescription#name instead of "label" (to prevent confusion between command labels and arguments) - Simplify command difference computation in CommandHandler (no longer consider argument difference) ljacqu 2015-12-12 11:39:19 +01:00
  • 1e2a0f98ba Tools: pass Scanner to tasks and revert options management ljacqu 2015-12-12 10:37:08 +01:00
  • 0efb419149 Minor - add JavaDoc to tools classes ljacqu 2015-12-12 10:24:04 +01:00
  • 23d6801baa Run tool tasks from one entry point - Create scanner which scans for existing tasks - Unify options management (mostly because multiple Scanner's are a bad idea) ljacqu 2015-12-12 10:09:38 +01:00
  • 2f153fb85c #305 Modularize logic / separate from data classes (wip – doesn't compile) ljacqu 2015-12-12 00:43:55 +01:00
  • ec9009d776 Separate command handler into smaller parts (wip – doesn't compile) ljacqu 2015-12-11 23:16:13 +01:00
  • 550eecebdc Add command similarity check to mapper (work in progress) ljacqu 2015-12-11 22:08:36 +01:00
  • 56c005587c Create basic outline of command mapper ljacqu 2015-12-11 20:33:09 +01:00
  • a14e3260dc Merge branch 'db-improve' DNx5 2015-12-11 21:47:19 +07:00
  • cd1c861b47 Bungee message update, whatever. DNx5 2015-12-11 12:16:29 +07:00
  • 1ecee76b60 clean imports Gabriele C 2015-12-10 20:53:46 +01:00
  • 50c18c4093 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded.git Xephi 2015-12-10 20:45:53 +01:00
  • dff4e6d135 Use ByteStreams from Guava Xephi 2015-12-10 20:45:46 +01:00
  • a6588318c2 Fix spelling in main readme - Fix spelling errors - Remove mention of non-existent permission node "authme.*" ljacqu 2015-12-10 20:39:31 +01:00
  • 52b61b10f6 Tools: Remove I/O without user confirmation, minor refactoring ljacqu 2015-12-10 20:24:20 +01:00
  • 3253b43a63 Merge branch 'messages-verifier' of https://github.com/AuthMe-Team/AuthMeReloaded ljacqu 2015-12-10 19:53:23 +01:00
  • 37d769a3ce Add missing keys to messages file ljacqu 2015-12-10 19:51:29 +01:00
  • f5583f4435 Manual messages fixes; refine messages verifier ljacqu 2015-12-10 19:42:19 +01:00
  • c50c9efe83 Refine messages file verifier ljacqu 2015-12-10 19:31:56 +01:00
  • 186ef965ca Message files verifier - refactoring ljacqu 2015-12-10 19:18:05 +01:00
  • 12de593ec4 Add an info in console when player login from other server Xephi 2015-12-10 18:48:22 +01:00
  • 75084e62ec [PREV COMMIT] If we set a custom channel, maybe listen at it :') Xephi 2015-12-10 18:36:31 +01:00
  • 3975e65655 [DEV] [BungeeCord] Fix reading data Xephi 2015-12-10 18:34:50 +01:00
  • 1ce4a11147 [PREV COMMIT] Oops, it's logout here :D Xephi 2015-12-10 18:32:41 +01:00
  • d01713a2f5 [DEV] [NEED TEST] BungeeCord Xephi 2015-12-10 18:31:46 +01:00
  • 5b92b30a96 Revert sorting of messages - Comments in the files were out of order and then removed manually. Sorting will therefore be done in a comment-friendly way in Java ljacqu 2015-12-10 18:15:46 +01:00
  • 935e9892c4 Tools - Create message files verifier (work in progress) ljacqu 2015-12-10 18:11:31 +01:00
  • 9c86fbd8bf cleanup listener class Gabriele C 2015-12-10 15:44:24 +01:00
  • 9cbe57015e Update gson Gabriele C 2015-12-10 15:28:40 +01:00
  • e99161f3ac Add Shell script to sort file content Xephi 2015-12-09 16:43:27 +01:00
  • 30f4a00e3b One left Xephi 2015-12-09 14:54:05 +01:00
  • 7d7cf0909f Fix latest commit Xephi 2015-12-09 14:53:24 +01:00
  • c3d724ebce Sort messages.yml file Xephi 2015-12-09 11:35:29 +01:00
  • 49da659d93 Add SH Helpers tools Xephi 2015-12-09 11:15:09 +01:00
  • dcd06760ce Display a message on bad email.html Xephi 2015-12-09 10:38:41 +01:00
  • 9233fbfb04 Merge pull request #81 from Xephi/master Alexandre Vanhecke 2015-12-09 10:31:32 +01:00
  • 8fe0006ef5 Merge pull request #289 from AuthMe-Team/master Alexandre Vanhecke 2015-12-09 10:30:43 +01:00
  • 6a503772e2 Close Scanner in tools/permissions; make use of more generic services ljacqu 2015-12-08 22:08:22 +01:00
  • 0710c4f531 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into commands-refactor ljacqu 2015-12-08 21:58:35 +01:00
  • 595879b95e #307 Finish changes to incomplete solution (f40d75e) ljacqu 2015-12-08 21:51:33 +01:00
  • 330a275725 Bump version: too many changes Gabriele C 2015-12-08 21:02:22 +01:00
  • e4fbe4ec53 Fix npc issues (#320) Gabriele C 2015-12-08 20:52:45 +01:00
  • 6ee07160bb cleanup and update deps Gabriele C 2015-12-08 20:07:10 +01:00
  • 6f040fe8ac Added permission check for vip login. Fix #323 DNx5 2015-12-07 19:59:26 +07:00
  • a91ad46659 Merge remote-tracking branch 'origin/master' DNx5 2015-12-07 19:58:19 +07:00
  • a212a0c0fd Fix Captcha count Xephi 2015-12-06 11:08:33 +01:00
  • 9236c1fb12 Fix Build, my bad, sorry Xephi 2015-12-06 05:30:28 +01:00
  • 06b7ad88d5 console mode during mvn build Gabriele C 2015-12-06 01:44:48 +01:00
  • d059d4f00d Fix possible NPE - permissions in CommandDescriptions can be null ljacqu 2015-12-06 01:13:12 +01:00
  • 22ad305506 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into commands-refactor ljacqu 2015-12-06 00:52:34 +01:00
  • d5a1af0380 Add bat helpers to tools ljacqu 2015-12-06 00:40:11 +01:00
  • 7ba54123db Update PlayerAuth builder class. DNx5 2015-12-06 06:14:30 +07:00
  • c196f45854 Change getAccountsRegistered method to use normal Statement. - Log the stacktrace if something weird happens. DNx5 2015-12-06 06:12:45 +07:00
  • 1f001f2225 Removed max mysql connections options from config. DNx5 2015-12-06 06:10:16 +07:00
  • 45c6bf0a78 Removed DatabaseCalls class. * this class only contains wrapper of selected datasource type which every method included a code to run the task inside a new Thread. But this class doesn't help improving performance, because it's still running the task synchronously. DNx5 2015-12-06 06:08:52 +07:00
  • af9078c24b Merge branch 'allow-global-perms' of https://github.com/AuthMe-Team/AuthMeReloaded ljacqu 2015-12-05 23:56:54 +01:00
  • d3edbbcb49 #285 #319 Add support for wildcard permissions ljacqu 2015-12-05 23:55:58 +01:00
  • 63a7cd00df #285 #319 Add support for wildcard permissions ljacqu 2015-12-05 23:33:09 +01:00
  • f99bba4b5f #314 Encapsulate permissions package better ljacqu 2015-12-05 23:05:42 +01:00
  • 1e5a29a502 Add a case checker option Xephi 2015-12-05 22:27:23 +01:00
  • f40d75e4aa Finish change to CommandBuilder Xephi 2015-12-05 22:17:49 +01:00
  • 1741c38822 Merge remote-tracking branch 'origin/authme-process' into db-improve DNx5 2015-12-06 03:46:41 +07:00
  • 979c4b5a85 Merge pull request #80 from AuthMe-Team/tools ljacqu 2015-12-05 21:21:22 +01:00
  • f1c3eed069 Update permissions page ljacqu 2015-12-05 21:19:20 +01:00
  • 8cde4a1896 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into tools ljacqu 2015-12-05 21:17:44 +01:00
  • 40a83d4366 Revert permission nodes from "authme.command" back to simple "authme" ljacqu 2015-12-05 21:17:16 +01:00