Releases: markqvist/LXMF
Releases · markqvist/LXMF
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
LXMF β 0.5.5
This release fixes a number of bugs.
Changes
- Fixed a bug in inbound ticket cleaning
- Fixed a bug that could cause propagation node peer destinations to be created before identity was resolved
- Fixed a bug that could cause existing propagation node links to be torn down if the propagation node address was updated with the same address
LXMF β 0.5.4
Changes
- Improved opportunistic delivery performance
LXMF β 0.5.3
Changes
- Added path rediscovery during opportunistic delivery if path fails
LXMF β 0.5.2
Changes
- Added backchannel delivery over already established links
- Improved opportunistic delivery logic and performance
- Improved logging
- Fixed a bug in the stamp cost extractor function