Commit Graph
758 Commits
Author SHA1 Message Date
Brokkonaut 6168ef1713 Have an extra map for uncommited playerIds
They will only added to the main list after a successful
commit and cleared otherwise
2018-08-03 14:09:09 +02:00
Brokkonaut d0f64070ae Update the javadocs for the Consumer 2018-08-03 03:14:16 +02:00
Brokkonaut 2c06c90c6d Set a name for the consumer thread 2018-08-03 03:08:23 +02:00
Brokkonaut 60a049ed49 Rewrite the Consumer to be more stable and much faster
- Use prepared statements and batching for all inserts
- There is now one continuously running Consumer thread
- Use proper synchronization
Fixes #712, Fixes #710

Its a large rewrite so there could still be bugs..
2018-08-03 01:53:28 +02:00
Brokkonaut a37dd9cff1 Material mappings don't use the consumer any more 2018-08-03 01:42:15 +02:00
Brokkonaut 1878b94781 Use batch import for dumped files, its much faster 2018-08-03 01:35:33 +02:00
Brokkonaut a853230c8d I don't like tags 2018-08-03 01:04:38 +02:00
Brokkonaut 3d1f57cc79 ServerPrepStmts ftw 2018-08-03 01:04:02 +02:00
Brokkonaut f85dbdbbdf Logging both halfes of a door on interact was a bad idea 2018-08-03 01:03:36 +02:00
Brokkonaut e98910615f Not all bisected blocks are double blocks 2018-08-03 01:03:07 +02:00
Brokkonaut 39a0fbeafa Set default time for tools in the config 2018-08-03 01:02:18 +02:00
Brokkonaut ecae2abaf0 Tags are still evil 2018-08-03 01:01:54 +02:00
Brokkonaut cc939ab413 Spaces instead of tabs in the pom.xml 2018-08-02 05:28:09 +02:00
Brokkonaut 680db124a9 Build on java 8 2018-08-02 05:14:26 +02:00
Brokkonaut d8e53173e0 Set default time limit also for lookups
Fixes #309
v1.13.1-SNAPSHOT-2
2018-08-02 03:43:18 +02:00
Brokkonaut 33d97ed971 Improved + rollbackable interact logging
Rollback door openings, comparator, repeater and noteblock modifications and similar things
2018-08-02 02:47:20 +02:00
Brokkonaut 3dbb7a6c43 Improve chest rollbacks
Fixes #533
2018-08-02 01:18:43 +02:00
Brokkonaut 0eb2b0dbc8 Force CAVE_AIR and VOID_AIR to AIR + Cleanup rollbacks 2018-08-02 00:50:03 +02:00
Brokkonaut 37ce2303dc Improve sign logging
Fixes #407
2018-08-01 20:28:21 +02:00
Brokkonaut 95b7be57fc Dragon Egg teleport logging 2018-08-01 20:02:15 +02:00
Brokkonaut 92b1a2f394 Improve logging of fallable blocks
Also in this commit: Bukkit's Tags are just broken
2018-08-01 20:01:51 +02:00
Brokkonaut 5a7ba77095 Make the materials mappings safe to be used by multiple servers at the same time 2018-08-01 16:53:34 +02:00
Brokkonaut 7a5e46b65f Increase Updater batch size 2018-08-01 03:38:19 +02:00
Brokkonaut 8084b3e4c0 Respect LAVAFLOW config setting in all cases
Fixes #648
2018-08-01 02:53:49 +02:00
Brokkonaut dd58019be1 Clone QueryParams before using them async
Fixes #696, Fixes #684
2018-08-01 02:47:27 +02:00
Brokkonaut c30aba4f90 Validate config tool params on execution
Fixes #642 #686
2018-08-01 02:36:06 +02:00
Brokkonaut 6d13c6436c BEDEXPLOSION logging
Fixes #693
2018-08-01 01:46:50 +02:00
Brokkonaut 4baa989e60 Player name auto-completion does more harm than good, so don't do that
Fixes #388
2018-08-01 00:38:49 +02:00
Brokkonaut 1b0a575945 Remove worldedit-core from the pom
It is implicitly added by worldedit-bukkit
2018-08-01 00:32:33 +02:00
Brokkonaut cd2dbc0813 Integrate Questioner into Logblock
You do not need the extra plugin any more. If you want no questions asked, just disable it in the config.
2018-08-01 00:28:13 +02:00
Brokkonaut fd450aee80 Check if world is logged in LogBlock.getCount 2018-07-31 23:17:26 +02:00
Brokkonaut e5097a1577 Compare all aspects if ItemStacks, not only Material 2018-07-31 22:00:17 +02:00
Brokkonaut c541847225 Lets keywords have a min amount of arguments
So querys like */lb world world* (Find logs in the world named "world") or */lb player destroyed* (Find logs for a player named "destroyed") are possible
2018-07-31 21:00:50 +02:00
Brokkonaut 2fe886205b Calculate online time locally
Fixes #645
2018-07-31 18:58:48 +02:00
Brokkonaut 28aabd09c7 Rename RegionContainer to CuboidRegion 2018-07-31 18:00:28 +02:00
Brokkonaut b80777a9a0 Improve WorldEdit encapsulation 2018-07-31 17:58:31 +02:00
Brokkonaut c73b29e43b Fix cloning of QueryParams and using them async 2018-07-31 17:40:14 +02:00
Brokkonaut 354c9078b1 Case insensitive check for ignored chat commands
Fixes #651
2018-07-31 16:16:02 +02:00
Brokkonaut 759cd230a1 sanity checks for some command params
rollback/redo of chat or kills is not possible
2018-07-31 15:54:21 +02:00
Brokkonaut 19762691d0 Fix chest access logging (incorrect field name) 2018-07-31 15:35:11 +02:00
Brokkonaut 1e8779cb9a Add null check for inventory logging
Maybe fix #681
2018-07-31 15:18:06 +02:00
Brokkonaut a1d622ebbd Use the plugin logger instead of the global logger 2018-07-31 14:16:34 +02:00
Brokkonaut 76500f2e51 Always check collation when upgrading tables 2018-07-31 14:08:50 +02:00
Brokkonaut d403af42d9 Cancel early when trying to lookup chat while chat is not logged
Fixes #683
2018-07-31 13:33:33 +02:00
Brokkonaut f83fc7cee2 Typo 2018-07-31 13:23:45 +02:00
Brokkonaut 6680e9e3eb Allow querying for item types in chestaccess v1.13.1-SNAPSHOT-1 2018-07-31 03:01:26 +02:00
Brokkonaut 58e5cdf890 Serialize BlockStates
Banner, spawner and player heads can now be rolled back
2018-07-31 02:19:40 +02:00
Brokkonaut fca9c90032 Improve version parsing for update check 2018-07-30 16:48:09 +02:00
Brokkonaut f6e440c1df cleanup (de)serializing of ItemStacks 2018-07-30 16:41:55 +02:00
Brokkonaut afb81f850d The uncolored skulker box is also a block 2018-07-30 16:41:12 +02:00