Commit Graph

1631 Commits

Author SHA1 Message Date
Xephi 3975e65655 [DEV] [BungeeCord] Fix reading data 2015-12-10 18:34:50 +01:00
Xephi 1ce4a11147 [PREV COMMIT] Oops, it's logout here :D 2015-12-10 18:32:41 +01:00
Xephi d01713a2f5 [DEV] [NEED TEST] BungeeCord
Add a way to send player login on other AuthMe instance through
BungeeCord plugin channel
2015-12-10 18:31:46 +01:00
ljacqu 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
2015-12-10 18:15:46 +01:00
ljacqu 935e9892c4 Tools - Create message files verifier (work in progress)
- Create utility to test the message files for any unknown or missing message keys
2015-12-10 18:11:31 +01:00
Gabriele C 9c86fbd8bf cleanup listener class 2015-12-10 15:44:24 +01:00
Gabriele C 9cbe57015e Update gson 2015-12-10 15:28:40 +01:00
Xephi e99161f3ac Add Shell script to sort file content 2015-12-09 16:43:27 +01:00
Xephi 30f4a00e3b One left 2015-12-09 14:54:05 +01:00
Xephi 7d7cf0909f Fix latest commit 2015-12-09 14:53:24 +01:00
Xephi c3d724ebce Sort messages.yml file 2015-12-09 11:35:29 +01:00
Xephi 49da659d93 Add SH Helpers tools 2015-12-09 11:15:09 +01:00
Xephi dcd06760ce Display a message on bad email.html 2015-12-09 10:38:41 +01:00
Alexandre Vanhecke 9233fbfb04 Merge pull request #81 from Xephi/master
Merge pull request #289 from AuthMe-Team/master
2015-12-09 10:31:32 +01:00
Alexandre Vanhecke 8fe0006ef5 Merge pull request #289 from AuthMe-Team/master
[DO NOT MERGE] Merge from AuthMe-Team
2015-12-09 10:30:43 +01:00
ljacqu 6a503772e2 Close Scanner in tools/permissions; make use of more generic services
- Close scanner for all cases
- Replace read from file with the one from the File service
- Rename file service class to FileUtils to better reflect its purpose
2015-12-08 22:08:22 +01:00
ljacqu 0710c4f531 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into commands-refactor 2015-12-08 21:58:35 +01:00
ljacqu 595879b95e #307 Finish changes to incomplete solution (f40d75e)
- Remove deprecated builder
- Fix introduced typos
2015-12-08 21:51:33 +01:00
Gabriele C 330a275725 Bump version: too many changes 2015-12-08 21:02:22 +01:00
Gabriele C e4fbe4ec53 Fix npc issues (#320)
This will fix 1 bug..... and will generate new ones! :P
2015-12-08 20:52:45 +01:00
Gabriele C 6ee07160bb cleanup and update deps 2015-12-08 20:07:10 +01:00
DNx5 6f040fe8ac Added permission check for vip login. Fix #323 2015-12-07 19:59:26 +07:00
DNx5 a91ad46659 Merge remote-tracking branch 'origin/master' 2015-12-07 19:58:19 +07:00
Xephi a212a0c0fd Fix Captcha count 2015-12-06 11:08:33 +01:00
Xephi 9236c1fb12 Fix Build, my bad, sorry 2015-12-06 05:30:28 +01:00
Gabriele C 06b7ad88d5 console mode during mvn build 2015-12-06 01:44:48 +01:00
ljacqu d059d4f00d Fix possible NPE - permissions in CommandDescriptions can be null
- Fix missed null situation during previous code changes
2015-12-06 01:13:12 +01:00
ljacqu 22ad305506 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into commands-refactor 2015-12-06 00:52:34 +01:00
ljacqu d5a1af0380 Add bat helpers to tools 2015-12-06 00:40:11 +01:00
DNx5 7ba54123db Update PlayerAuth builder class. 2015-12-06 06:14:30 +07:00
DNx5 c196f45854 Change getAccountsRegistered method to use normal Statement.
- Log the stacktrace if something weird happens.
2015-12-06 06:12:45 +07:00
DNx5 1f001f2225 Removed max mysql connections options from config. 2015-12-06 06:10:16 +07:00
DNx5 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.
2015-12-06 06:08:52 +07:00
ljacqu af9078c24b Merge branch 'allow-global-perms' of https://github.com/AuthMe-Team/AuthMeReloaded 2015-12-05 23:56:54 +01:00
ljacqu d3edbbcb49 #285 #319 Add support for wildcard permissions
- Fix accidental recursive call
2015-12-05 23:55:58 +01:00
ljacqu 63a7cd00df #285 #319 Add support for wildcard permissions
- Add wildcard attribute to permission nodes that are checked additionally in the permissions manager
2015-12-05 23:33:09 +01:00
ljacqu f99bba4b5f #314 Encapsulate permissions package better
- Move permissions responsibilities from command to permissions (remove some logic from CommandPermissions, add DefaultPermission enum to permissions package)

- Start possible interface for the future per-permission system implementations of permissions managers
2015-12-05 23:05:42 +01:00
Xephi 1e5a29a502 Add a case checker option 2015-12-05 22:27:23 +01:00
Xephi f40d75e4aa Finish change to CommandBuilder 2015-12-05 22:17:49 +01:00
DNx5 1741c38822 Merge remote-tracking branch 'origin/authme-process' into db-improve 2015-12-06 03:46:41 +07:00
ljacqu 979c4b5a85 Merge pull request #80 from AuthMe-Team/tools
#313 Create a tools folder
2015-12-05 21:21:22 +01:00
ljacqu f1c3eed069 Update permissions page 2015-12-05 21:19:20 +01:00
ljacqu 8cde4a1896 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into tools 2015-12-05 21:17:44 +01:00
ljacqu 40a83d4366 Revert permission nodes from "authme.command" back to simple "authme" 2015-12-05 21:17:16 +01:00
ljacqu 90a04e477a Remove ALL perm node from command initializer; JavaDoc householding 2015-12-05 21:10:09 +01:00
ljacqu 7c36f087fc Fix failing test
Detailed description of a command must end in '.'
2015-12-05 21:04:14 +01:00
ljacqu f265622a11 Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded 2015-12-05 21:00:55 +01:00
ljacqu c399508736 Change code style not to use wildcard imports
Set code style settings not to use wildcard imports
2015-12-05 21:00:35 +01:00
ljacqu 4d082388a5 Create tag template / auto-generate page for all permissions incl. description 2015-12-05 20:53:44 +01:00
Xephi 8460725c83 Part of CommandBuilder rework 1/? 2015-12-05 19:16:16 +01:00