Skip to content

Releases: markqvist/LXMF

LXMF β 0.8.0

14 Jul 16:12
Compare
Choose a tag to compare

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

15 May 20:12
Compare
Choose a tag to compare

This release fixes a single bug.

Changes

  • Fixed inactive link cleanup timing source

LXMF β 0.7.0

12 May 10:23
Compare
Choose a tag to compare

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

13 Mar 18:49
Compare
Choose a tag to compare

This release updates the default configuration file.

Changes

  • Added options to the default configuration file
  • Added message ingest API option

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