summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-23reduce stats report frequencyclickhouseKeuin
2023-10-23increase write delay when no real player is onlineKeuin
2023-10-23bugfix: query result not orderedKeuin
2023-10-23bugfix: writer thread does not stop on server shutdownKeuin
2023-10-23bugfix: batch write collect time is unboundedKeuin
2023-10-22bugfix: SQL syntax error in some environmentKeuin
2023-10-22add data version fieldKeuin
2023-10-22add MongoDB to ClickHouse data migration scriptKeuin
2023-10-22bugfix: not work in non-debug server environmentKeuin
2023-10-21remove stat commandKeuin
2023-10-21fix `limit` and time not working; colored outputKeuin
2023-10-21replace const number with stringKeuin
2023-10-21query from ClickHouseKeuin
2023-10-21bugfix: write errorKeuin
2023-10-21write to ClickHouseKeuin
2023-10-21bugfix: write queue is not flushed when stoppingKeuin
2023-10-21increase queue size to 1MKeuin
2023-10-21replace LinkedBlockingDeque with ArrayBlockingQueue in SubmitWorkerKeuin
2022-03-17Github Action: fix JDK versionHEADmasterKeuin
2022-03-17Upgrade gradle to 7.2, to support JDK 17.Keuin
2021-09-07Update README.mdKeuin
2021-09-07Fix missing dependency in generated jar file.v1.5.1Keuin
2021-09-06Update dependency. Now supports Mongodb 5.x.Keuin
2021-08-22Bump version.Keuin
2021-08-22Update dependency.Keuin
2021-08-22Upgrade gradle version.Keuin
2021-08-22Switch lang level to Java 16.Keuin
2021-08-22Log when starting.Keuin
2021-08-22Logs end gateway teleporting.Keuin
2021-08-22Renaming.Keuin
2021-08-22Logs frost walker block placement.Keuin
2021-06-05allow specifying query amount limit in `/blame block` command; pretty-print ↵Keuin
in `/blame stat`; update PrintUtil
2021-06-05update game version and loom versionKeuin
2021-06-05add time range filter; fix lookup filtersKeuin
2021-06-04make parameter `world` optional in command `/blame block`Keuin
2021-06-04pretty print with new PrintUtilKeuin
2021-06-04replace anonymous class with lambda expressionKeuin
2021-06-04add auto complete for command `/blame block`.Keuin
2021-05-31bump to 1.3.2-alphaKeuin
2021-04-21Code cleanupKeuin
2021-01-01Update READMEKeuin
2020-12-291.3.1: improve print of `/blame stat`Keuin
2020-12-291.3.0: add `/blame stat` for showing statistics.Keuin
2020-12-29Improved the disable of mongo driver spamming. Improve compatibility and ↵Keuin
reduce plugin size.
2020-12-29Add log entry v2 and transformerKeuin
2020-12-26fix mongodb driver spamming in the consoleKeuin
2020-12-26fix mongo spammingKeuin
2020-12-261.2.1-alpha (not finished): add range lookup and `radius` index (in log ↵Keuin
entry version 2)
2020-12-25fix version numberKeuin
2020-12-25Add `/blame limit <limit>` command to change the lookup limit.Keuin
Improve the implementation of look up limit.