index
:
Blame-Fabric
1.15.2
clickhouse
master
Minecraft block history logger.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-10-23
reduce stats report frequency
clickhouse
Keuin
2023-10-23
increase write delay when no real player is online
Keuin
2023-10-23
bugfix: query result not ordered
Keuin
2023-10-23
bugfix: writer thread does not stop on server shutdown
Keuin
2023-10-23
bugfix: batch write collect time is unbounded
Keuin
2023-10-22
bugfix: SQL syntax error in some environment
Keuin
2023-10-22
add data version field
Keuin
2023-10-22
add MongoDB to ClickHouse data migration script
Keuin
2023-10-22
bugfix: not work in non-debug server environment
Keuin
2023-10-21
remove stat command
Keuin
2023-10-21
fix `limit` and time not working; colored output
Keuin
2023-10-21
replace const number with string
Keuin
2023-10-21
query from ClickHouse
Keuin
2023-10-21
bugfix: write error
Keuin
2023-10-21
write to ClickHouse
Keuin
2023-10-21
bugfix: write queue is not flushed when stopping
Keuin
2023-10-21
increase queue size to 1M
Keuin
2023-10-21
replace LinkedBlockingDeque with ArrayBlockingQueue in SubmitWorker
Keuin
2022-03-17
Github Action: fix JDK version
HEAD
master
Keuin
2022-03-17
Upgrade gradle to 7.2, to support JDK 17.
Keuin
2021-09-07
Update README.md
Keuin
2021-09-07
Fix missing dependency in generated jar file.
v1.5.1
Keuin
2021-09-06
Update dependency. Now supports Mongodb 5.x.
Keuin
2021-08-22
Bump version.
Keuin
2021-08-22
Update dependency.
Keuin
2021-08-22
Upgrade gradle version.
Keuin
2021-08-22
Switch lang level to Java 16.
Keuin
2021-08-22
Log when starting.
Keuin
2021-08-22
Logs end gateway teleporting.
Keuin
2021-08-22
Renaming.
Keuin
2021-08-22
Logs frost walker block placement.
Keuin
2021-06-05
allow specifying query amount limit in `/blame block` command; pretty-print ↵
Keuin
in `/blame stat`; update PrintUtil
2021-06-05
update game version and loom version
Keuin
2021-06-05
add time range filter; fix lookup filters
Keuin
2021-06-04
make parameter `world` optional in command `/blame block`
Keuin
2021-06-04
pretty print with new PrintUtil
Keuin
2021-06-04
replace anonymous class with lambda expression
Keuin
2021-06-04
add auto complete for command `/blame block`.
Keuin
2021-05-31
bump to 1.3.2-alpha
Keuin
2021-04-21
Code cleanup
Keuin
2021-01-01
Update README
Keuin
2020-12-29
1.3.1: improve print of `/blame stat`
Keuin
2020-12-29
1.3.0: add `/blame stat` for showing statistics.
Keuin
2020-12-29
Improved the disable of mongo driver spamming. Improve compatibility and ↵
Keuin
reduce plugin size.
2020-12-29
Add log entry v2 and transformer
Keuin
2020-12-26
fix mongodb driver spamming in the console
Keuin
2020-12-26
fix mongo spamming
Keuin
2020-12-26
1.2.1-alpha (not finished): add range lookup and `radius` index (in log ↵
Keuin
entry version 2)
2020-12-25
fix version number
Keuin
2020-12-25
Add `/blame limit <limit>` command to change the lookup limit.
Keuin
Improve the implementation of look up limit.
[next]