0.25.47
27th February, 2026
Phew, the financial year is still not over yet, but I have got some time to work on the plug-in again!
Fixed and refactored
-
Fixed the inexplicable behaviour when retrieving chunks from the network.
- The chunk manager has been layered to be responsible for its own areas and duties. e.g.,
DatabaseWriteLayer,DatabaseReadLayer,NetworkLayer,CacheLayer, andArrivalWaitLayer.- All layers have been tested now!
LayeredChunkManagerhas been implemented to manage these layers. Also tested.
EntryManagerhas been mostly rewritten and also tested.
- The chunk manager has been layered to be responsible for its own areas and duties. e.g.,
-
Now we can configure
Never warnfor remote storage size notification again.
Tests
- The following test has been added:
ConflictManager.