1. 06 Feb, 2015 2 commits
  2. 05 Feb, 2015 3 commits
  3. 04 Feb, 2015 6 commits
  4. 03 Feb, 2015 4 commits
  5. 30 Jan, 2015 2 commits
  6. 29 Jan, 2015 3 commits
  7. 28 Jan, 2015 3 commits
  8. 27 Jan, 2015 2 commits
  9. 26 Jan, 2015 2 commits
  10. 20 Jan, 2015 3 commits
  11. 17 Jan, 2015 2 commits
  12. 16 Jan, 2015 6 commits
  13. 14 Jan, 2015 1 commit
  14. 13 Jan, 2015 1 commit
    • Tom Evans's avatar
      OF-857: Added offline packet deliverer · 9205a2f1
      Tom Evans authored
      When a connection is closed, any further packets to be delivered need to
      be handled by the "backup" packet deliverer. The original implementation
      simply tried to reuse the primary delivery/routing mechanism, which
      resulted in a recursive call. This has been replaced with a packet
      deliverer that will route undeliverable message packets into the offline
      store.
      9205a2f1