index
:
Blame-Fabric
1.15.2
clickhouse
master
Minecraft block history logger.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
Age
Commit message (
Collapse
)
Author
2021-09-06
Update dependency. Now supports Mongodb 5.x.
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
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-04-21
Code cleanup
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
Add `/blame limit <limit>` command to change the lookup limit.
Keuin
Improve the implementation of look up limit.
2020-12-25
fix MongoDriver spamming
Keuin
2020-12-25
merge modifications from another branch (rather not legal)
Keuin
2020-12-25
1.1.2-beta: add dupe removing caused by using eitities
Keuin
2020-12-24
1.1.0-alpha: now handles block break events
Keuin
2020-12-24
clean codes, small refactor.
Keuin
2020-12-24
add unit test
Keuin
2020-12-24
Maybe it works. Save in case.
Keuin
2020-12-24
Nearly finished (but the db updating still fails)
Keuin
2020-12-23
Initial version (from template)
Keuin