Skip to content
Snippets Groups Projects
  1. Dec 06, 2016
    • Torsten Grote's avatar
      Fix Sharing Status screens · 98dd8ec7
      Torsten Grote authored
      * Remove distinction between "shared with" and "shared by"
      * Show all contacts a blog is shared with
      * Show online status of contacts in sharing screen
      98dd8ec7
  2. Nov 30, 2016
  3. Nov 29, 2016
  4. Nov 22, 2016
  5. Nov 18, 2016
  6. Nov 17, 2016
  7. Nov 16, 2016
  8. Nov 11, 2016
  9. Nov 10, 2016
  10. Nov 09, 2016
  11. Nov 08, 2016
  12. Nov 04, 2016
  13. Nov 03, 2016
  14. Nov 02, 2016
  15. Nov 01, 2016
  16. Oct 31, 2016
  17. Oct 27, 2016
  18. Oct 19, 2016
  19. Oct 14, 2016
  20. Oct 10, 2016
  21. Oct 05, 2016
  22. 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
  23. Sep 30, 2016
  24. Sep 29, 2016
    • Torsten Grote's avatar
      Fix integration tests · 0861ee1f
      Torsten Grote authored
      First problem was a race condition with message delivery and the second
      one due to the fact that we no longer plan to allow adding of additional
      blogs, so the test for that has simply been removed.
      0861ee1f
  25. Sep 26, 2016
Loading