Releases: markqvist/LXMF
LXMF β 0.8.0
This release fixes a bug and improves recovery time when delivery links are unexpectedly closed during transfer.
Changes
- Fixed a potential division by zero
- Added retry of path request on unexpectedly closed link
- Updated RNS dependency version
LXMF β 0.7.1
This release fixes a single bug.
Changes
- Fixed inactive link cleanup timing source
LXMF β 0.7.0
This is a compatibility release for AES-256 encryption added in RNS 0.9.5
.
Changes
- Added support for AES-256 link and packet modes
- Updated required RNS version to
0.9.5
LXMF β 0.6.3
This release updates the default configuration file.
Changes
- Added options to the default configuration file
- Added message ingest API option
LXMF β 0.6.2
This release significantly improves overall network peering topology, and speeds up optimal peering configuration discovery for the netwok as a whole.
Changes
- Redesigned peer rotation to be much faster and more responsive to real-time network conditions
- Improved handling of message queues for peers with low transfer limits
- Added lxmd status query API function
- Fixed a potential division by zero bug
LXMF β 0.6.1
This release significantly improves memory consumption on propagation nodes, and adds a few new configuration options to lxmd
.
Changes
- Improved memory consumption for propagation nodes
- Added ability to configure static peers
- Added ability to specify maximum number of peers
LXMF β 0.6.0
This release improves propagation node sync efficiency and adds better signalling for message transfers.
Changes
- Added ability to cancel outbound messages
- Added message rejection signalling if message exceeds transfer limit
- Added sync transfer rate to propagation node peer stats
- Improved propagation node sync efficiency by sorting peers according to STR
- Added handling of corrupted transient ID cache
LXMF β 0.5.8
This release improves reliability of propagation node message synchronisation.
Changes
- Improved duplicate message detection over longer timeframes
- Added propagation node announce data validation to announce handler
LXMF β 0.5.7
This release fixes a single bug.
Changes
- Fixed missing byteorder argument on stamp value calculation
LXMF β 0.5.6
This release fixes a single bug.
Changes
- Fixed incorrect progress value on path waiting for outbound messages