Skip to content

Releases: markqvist/LXMF

LXMF β 0.6.2

30 Jan 14:16
Compare
Choose a tag to compare

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

22 Jan 09:14
Compare
Choose a tag to compare

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

19 Jan 20:46
Compare
Choose a tag to compare

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

24 Nov 13:44
Compare
Choose a tag to compare

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

13 Oct 12:34
Compare
Choose a tag to compare

This release fixes a single bug.

Changes

  • Fixed missing byteorder argument on stamp value calculation

LXMF β 0.5.6

11 Oct 21:50
Compare
Choose a tag to compare

This release fixes a single bug.

Changes

  • Fixed incorrect progress value on path waiting for outbound messages

LXMF β 0.5.5

06 Oct 09:08
Compare
Choose a tag to compare

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

04 Oct 09:10
Compare
Choose a tag to compare

Changes

  • Improved opportunistic delivery performance

LXMF β 0.5.3

19 Sep 21:11
Compare
Choose a tag to compare

Changes

  • Added path rediscovery during opportunistic delivery if path fails

LXMF β 0.5.2

18 Sep 21:56
Compare
Choose a tag to compare

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