md_5
1bfa968a48
Wooden button logging, addresses #331
2013-01-22 18:04:27 +11:00
Ammar Askar
3721746f25
Add legacy escaping for dumped logs
2013-01-21 02:37:31 +05:00
md-5
045de2b1c5
Update to 1.70 for release
2013-01-20 19:30:34 +11:00
Ammar Askar
cc1ade8dc3
Merge pull request #325 from DarkArc/configWarningQueueSize
...
Allow the queue size warning to be configurable
2013-01-19 23:46:25 -08:00
Ammar Askar
9326c54dab
Log data for blocks from worldedit properly. Fixes #329
2013-01-20 12:34:13 +05:00
Dark Arc
5215c2c11c
Allow the queue size warning to be configurable
2013-01-18 16:31:25 -05:00
Ammar Askar
f451d0cc0b
Merge pull request #326 from DarkArc/gdDefaults
...
Use more aggressive defaults for the consumer
2013-01-17 18:23:40 -08:00
Dark Arc
58cfd21a4d
Use more aggressive defaults for the consumer
2013-01-17 14:10:08 -05:00
Ammar Askar
e852c3dc02
Case insensitive hiddenPlayers
2013-01-12 16:20:17 +05:00
Ammar Askar
5d0c3216c2
WorldEdit restored to soft dependency instead of dependency
2013-01-12 16:02:33 +05:00
Andune
83de6fc329
Fix resource memory leak introduced by PreparedStatements that were not being closed
2013-01-12 13:15:27 +05:00
Ammar Askar
e361c39937
Added WorldEdit logging
2013-01-12 12:37:45 +05:00
md_5
208dcc0160
Move some stuff down to prevent concurrency issues, see #315
2013-01-08 14:44:46 +11:00
Dark Arc
e4ee6f944d
[Experimental] Major improvements to LogBlock's accuracy.
2013-01-08 14:39:28 +11:00
Ammar Askar
dd99e3bdd1
Merge pull request #303 from DarkArc/testmaster
...
Added BlockChangePreLogEvent
2012-12-30 19:54:52 -08:00
Dark Arc
99a5880d78
Implement the BlockChangePreLogEvent
2012-12-30 22:31:02 -05:00
md_5
d21633c14f
Update to 1.61
2012-12-23 17:05:21 +11:00
Ammar Askar
990881e236
Report progress for large (10k+) rollbacks
...
Reorganized messy imports
2012-12-15 00:23:54 +05:00
Ammar Askar
a14e48fafb
Fix timestamps with entries
2012-12-15 00:21:44 +05:00
Ammar Askar
ff9b5be91f
Reorganize Consumer imports and add PreparedStatements for some rows
2012-12-13 23:27:53 +05:00
Ammar Askar
c0255b855b
Merge pull request #288 from slide23/kills
...
Add support for searching kill logs
2012-12-10 21:37:06 -08:00
slide23
02ccc60290
Add support for searching kill logs
...
Add Commands
'kills' - Searches kill logs
Add Params
'killer' - Limits logs to the player that did the killing
'victim' - Limits logs to the player that got killed
2012-12-10 23:34:24 -06:00
md_5
e3c51ac0c6
Fix bukkit binary break
2012-12-05 18:25:03 +11:00
Ammar Askar
cf0688050f
cleanup
2012-11-07 18:28:03 +05:00
Ammar Askar
6fb7077826
Add travis-ci support
2012-11-02 13:30:07 +05:00
Ammar Askar
92d68be1c0
sketch out template for incoming world edit logging
2012-10-31 21:36:16 +05:00
Ben Woodford
9b23043139
Added Wither and WitherSkull to logging types
2012-10-31 07:24:59 +11:00
Psithief
1f031ca489
Dragon eggs also fall.
...
Fixed check to cover all default falling blocks.
2012-09-25 15:36:05 +08:00
Ammar Askar
4b16eba5ed
Parse chest access properly on teleport fixes #166
...
Replace old wiki link
2012-09-23 22:02:35 +05:00
md-5
4d7ca57ca9
Fix plugin.yml
2012-09-23 20:56:34 +10:00
md-5
705a6fcf2e
Update plugin.yml in preparation for new release
2012-09-23 19:42:36 +10:00
jamietech
93adefdbf9
Fix duplicate log bits
...
Removes log prefixes as this is now in Bukkit's logging system and
frankly, looks ugly in the log file and console.
Removes duplicate disable message as this is not required due to
Bukkit's forced, auto-log of plugin enables, disables and loads.
2012-09-22 21:49:17 +10:00
md_5
49b8b20ed4
Bump dependancy versions. Thanks to TomyLoby for fixing WorldEdit.
2012-09-22 20:57:24 +10:00
Ammar Askar
18c86818fb
Log falling blocks properly
2012-09-22 20:51:43 +10:00
md-5
89fe3b8817
Merge pull request #242 from ammaraskar/lava_water_logging
...
Properly consider world water/lava logging config. Fixes #202 . I wouldn't accept bad git practices from anybody else :3
2012-09-22 01:15:00 -07:00
Ammar Askar
584406a8f6
Properly consider world water/lava logging config. Fixes #202
2012-09-22 13:12:42 +05:00
md-5
2fc32e6f3c
Merge pull request #241 from ammaraskar/date
...
Allow customizable formats for dates. Fixes #201 . Fine ammar can have his silly way.
2012-09-21 22:57:35 -07:00
Ammar Askar
1c7f037fc4
Allow customizable formats for dates. Fixes #201
2012-09-22 10:53:50 +05:00
md-5
a350db23be
Merge pull request #239 from ammaraskar/y_axis
...
Consider y axis when calculating radius. Fixes #233
2012-09-21 16:23:27 -07:00
md-5
f71ebf3530
Merge pull request #238 from ammaraskar/crash
...
Fix /lb tp crash (fixes #218 ) and remove unused import
2012-09-21 16:23:13 -07:00
md-5
cea99af0a7
Merge pull request #240 from ammaraskar/params
...
Allow escaping of parameters with double quotes
2012-09-21 16:22:44 -07:00
md-5
72a810e515
Merge pull request #237 from ammaraskar/redo_positions
...
Properly save the data on block place. Fixes #190
2012-09-21 16:22:11 -07:00
Ammar Askar
0dd7861c40
Allow escaping of parameters with double quotes. Fixes #217
2012-09-22 01:18:10 +05:00
Ammar Askar
ca5120ab40
Consider y axis when calculating radius. Fixes #233
2012-09-21 22:07:16 +05:00
Ammar Askar
293f9975ea
Fix /lb tp crash ( fixes #218 ) and remove unused import
2012-09-21 21:53:30 +05:00
Ammar Askar
37e4160492
Properly save the data on block place. Fixes #190
2012-09-21 20:03:50 +05:00
md-5
2671e015a8
Fix * permission
2012-09-21 17:50:48 +10:00
md-5
3aa186239f
Merge pull request #207 from ammaraskar/more_breaks
...
Handle more relative breaking scenarios
2012-08-21 22:54:10 -07:00
Ammar Askar
fce9d0877e
Handle more relative breaking scenarios, courtesy of @Psithief
2012-08-20 06:57:16 +02:00
md_5
823ae35a85
1.57 updates are optional
2012-08-11 15:15:57 +10:00