Skip to content

0.7.7

Compare
Choose a tag to compare
@polistern polistern released this 03 Feb 16:28
· 180 commits to master since this release
0.7.7

What's Changed

  • SMTP/POP3: Reworked session logic. Now both servers process connections sequentially without multithreading. Added the 1 second delay to the loop as a workaround (the reason for the high load has been eliminated). Need to rework the solution with condition_variable (as a true way). (#24)
  • Network improvements and optimizations. (#17)
  • SMTP/POP3: Updated command processing logic.
  • Improved application initialization.
  • Added samples rollback if have no responses from peers.
  • Changed peer min and max metric.

Other Changes

  • Fixed crash on remove iterated file.
  • Fixed output of remain responses.
  • Fixed node blocking logic. The node blocking mechanism has been redesigned.
  • Fixed adding peer reachability.
  • Fixed bug in MessageID conversion.

Full Changelog: polistern/pboted@0.7.6...0.7.7