1. 30 Jul, 2015 1 commit
  2. 29 Jul, 2015 7 commits
  3. 28 Jul, 2015 3 commits
    • Guus der Kinderen's avatar
      Merge pull request #260 from tevans/OF-903 · 94b1155e
      Guus der Kinderen authored
      OF-903: Simplify backup packet delivery
      94b1155e
    • Tom Evans's avatar
      OF-903: Simplify backup packet delivery · 477aee88
      Tom Evans authored
      Original issue (OF-857) has been addressed by providing an alternate
      packet deliverer (to offline storage). This additional logic was an
      ill-advised "belt-and-suspenders" attempt to prevent the recursion which
      was occurring before the backup deliverer was implemented.
      477aee88
    • Dave Cridland's avatar
      Use Deque instead of Map, and add delay stamping · a6ea2b4b
      Dave Cridland authored
      After discussion with Jonny, switched the existing Map to a Deque, and in
      response to Tom's suggestion, added XEP-0203 (and legacy) delay stamping.
      
      Tested using Gajim and Swift; testing the delay stamping was done by disabling
      the acknowledgement handling to force retransmission.
      a6ea2b4b
  4. 27 Jul, 2015 1 commit
  5. 24 Jul, 2015 8 commits
  6. 22 Jul, 2015 3 commits
  7. 15 Jul, 2015 2 commits
  8. 14 Jul, 2015 2 commits
  9. 10 Jul, 2015 7 commits
  10. 09 Jul, 2015 2 commits
  11. 08 Jul, 2015 2 commits
    • Dave Cridland's avatar
      Do not synchronize on isClosed() · 51b22088
      Dave Cridland authored
      There is a deadlock while reading the state variable if close() is running.
      
      This switches the state to be volatile instead - it's only written to inside
      the lengthy close() lock, so this should be reasonable.
      51b22088
    • andi@symphono.com's avatar
      OF-889: Added try-catch blocks to the various JSP pages where... · 8558df07
      andi@symphono.com authored
      OF-889: Added try-catch blocks to the various JSP pages where Session.getHostName or Session.getHostAddress is called to prevent the Sessions tab from showing UnknownHostExceptions when there are bad client sessions laying around
      8558df07
  12. 06 Jul, 2015 2 commits