0.7.10
What's Changed
- Added support for SECP521R1. (#16)
- Added support for X25519. (#16)
- Added SAM session error handling and reconnecting. (#17)
- Datagram receiving optimization. (#17)
- Added path parameter to store/load SAM destination key.
- Updated i2pd and i2psam.
- Added cleaner for old index entries (remove old packets only if we have less than 10 MiB of free storage space).
- Changed default SMTP and POP3 ports.
- Kilo and etc. formatted to Kibi and etc.
Other Changes
- Optimized filling for MIME fields FROM, SENDER, and TO
- Saving email to source outbox file after assigning an Message-ID to prevent re-sending with different Message-ID.
- Simplified search for closest nodes.
- Reworked calculation of the remaining responses.
- Changed seeding of the random number generator.
- Packets parsing optimization.
- Fixed save/remove logic for Index and Email packets.
- Fixed issue with index updating.
- Fixed issue with delete requests parsing.
- Fixed filesystem deadlock.
- Fixed leak in active batches.
- Fixed initialization.
- Fixed some logs typos.
Full Changelog: polistern/pboted@0.7.9...0.7.10