summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-09-29Port to 1.19.2huskcasaca
2022-09-29Fix: OP cannot make backups or restore with default perm level without ↵Keuin
luckperms.
2022-09-29Fix permission api not compiling.Keuin
2022-01-08Make it compile for Minecraft 1.18.Keuin
2022-01-08Support unofficial fabric-permissions-api. Now it is supposed to work with ↵Keuin
LuckPerms.
2021-10-10Bugfix: `/kb` will fail if the backup directory does not exist.Keuin
2021-06-12fix a minor object leak in failureKeuin
2021-06-11fix silent-fail IO exception in ZipUtil; Improve code quality in ZipUtilKeuin
2021-05-31fix IncrementalBackupStorageManager spamming the log with new copied file names.Keuin
2021-03-10print detailed information if incremental backup fail due to an IO exception.Keuin
2021-03-02fix failing test caused by new-lines added by IDE.Keuin
2021-03-02fix bad testKeuin
2021-03-01Fix a failing testKeuin
2021-03-01refactorKeuin
2021-02-15Add debug logKeuin
2021-02-15Minor bugfix: incremental backup without `backups` directory created will fail.Keuin
2021-02-15Add tests.Keuin
Implementing auto backup and configuration (not finished)
2021-02-10Now context is nullable.Keuin
2021-01-29slightly change an expressionv1.6.3Keuin
2021-01-29BugFix: `/kb` or `/kb list` does not filter out unrelated files.Keuin
2021-01-29Add Op login hint in the next start after restoringKeuin
2021-01-29BugFix: `/kb restore` and `/kb delete` cannot select primitive backups by ↵Keuin
index number
2021-01-27Use mojang implementation for command suggestingKeuin
2021-01-26Show reused percentage of incremental backups.Keuin
2021-01-26BugFix: fixed malformed success message of incremental backup.v1.6.2Keuin
2021-01-25Improve user interaction.Keuin
Code refactor.
2021-01-25Code refactorKeuin
2021-01-25improve expressionsKeuin
2021-01-25fix grammar errorKeuin
2021-01-25Perform clean-up after deleting a backup.Keuin
2021-01-25If incremental backup failed, unfinished copy will be fully reverted.Keuin
2021-01-24BugFix: incremental backup shows incorrect file count and size.Keuin
2021-01-24Clean commentsKeuin
2021-01-24Remove unnecessary code linesKeuin
2021-01-24Code refactor: eliminate unnecessary instance creation of ↵Keuin
IncrementalBackupFileNameEncoder
2021-01-23I decided to change the version to `1.5.0` in order to stress the non ↵Keuin
forward-compatible for 1.4.6 created backups in older versions (<=1.4.5).
2021-01-23Now it will display information after restoring from an incremental backupKeuin
2021-01-23Version 1.4.6 (preview): added metadata for incremental backup (need ↵Keuin
integrated test and display implementation)
2021-01-22BugFix: `/kb list` or `/kb` shows `null` for all incremental backups.1.4.5Keuin
2021-01-22Fix a small inconsistency between different versionsKeuin
2021-01-22Add a comment as a remainderKeuin
2021-01-22Fix a potential bug caused by the wrong implementation of compareTo method ↵Keuin
in ObjectElement
2021-01-22Speed up the incremental backup by using multiple CPU cores if available ↵Keuin
(use multiple threads to calculate the hash).
2021-01-21Slightly optimize zip backup speed.Keuin
2021-01-21Fix minor bug in ZipUtil. Do some clean if backup is failed. Small code ↵Keuin
refactor.
2021-01-21Merge remote-tracking branch 'origin/master'keuin
2021-01-21Performance optimization on file I/O streams.Keuin
2021-01-21Merge remote-tracking branch 'origin/master'Keuin
# Conflicts: # src/main/java/com/keuin/kbackupfabric/operation/backup/PrimitiveBackupMethod.java
2021-01-20refactorKeuin
2021-01-201.4.2: BugFix: The plugin makes a blank backup if the world (is created in ↵Keuin
client-side and) is not named as the same with the folder name (by default it is `world`, the backup will fail silently if the world name is not equal to the folder name).