Skip to content
Snippets Groups Projects
  1. Oct 27, 2016
  2. Oct 25, 2016
  3. Oct 20, 2016
  4. Oct 19, 2016
  5. Oct 10, 2016
  6. Oct 06, 2016
  7. Oct 05, 2016
  8. Oct 04, 2016
    • Torsten Grote's avatar
      Fix regression in IntroduceeManager · 95670937
      Torsten Grote authored
      This was happening when the remote response arrives before the local
      response is made and thus the local response needs to be send with the
      ACK following. The problem was that we ACK was sent before the response
      which is not allowed and resulted in the session being aborted by the
      introducee. This was happening, because recursion is hard ;)
      
      The fix is only restarting another protocol engine to send the ACK
      after the first run has been completed.
      
      An integration test was added to prevent such regression in the future
      and to test this code path.
      95670937
  9. Sep 30, 2016
  10. Sep 28, 2016
  11. Sep 27, 2016
  12. Sep 26, 2016
  13. Sep 22, 2016
  14. Sep 21, 2016
  15. Sep 20, 2016
  16. Sep 16, 2016
  17. Sep 13, 2016
  18. Sep 12, 2016
  19. Sep 09, 2016
  20. Sep 06, 2016
  21. Sep 05, 2016
  22. Sep 02, 2016
  23. Sep 01, 2016
  24. Aug 30, 2016
  25. Aug 29, 2016
    • Torsten Grote's avatar
      Add support for comments and reblogging to Blog Client · 3dd3a186
      Torsten Grote authored
      Comments and reblogs need to depend on the post they refer to.
      Since message dependencies are limited to one group,
      the post and also the comments need to be wrapped
      when commented on or reblogged to another blog.
      
      For this reason, in addition to comments, two new wrapping message types
      are introduced. They retain all data of the original messages and allow
      for reconstruction and signature verification.
      
      This commit breaks backwards compatibility with old blog posts.
      It removes the content type, title and parent ID from the post
      message structure.
      3dd3a186
Loading