1. 23 Feb, 2014 3 commits
  2. 22 Feb, 2014 3 commits
  3. 24 Feb, 2014 1 commit
  4. 22 Feb, 2014 1 commit
  5. 21 Feb, 2014 1 commit
  6. 20 Feb, 2014 1 commit
  7. 12 Feb, 2014 11 commits
  8. 11 Feb, 2014 5 commits
  9. 31 Jan, 2014 3 commits
    • JC Brand's avatar
      d0f023db
    • JC Brand's avatar
      5406df1b
    • JC Brand's avatar
      Bugfix. Updates #111 · 8232cdaf
      JC Brand authored
      When using OTR with prebind, the user password isn't defined.
      =============================================================
      
      When not using prebind, the user password is used to encrypt the private key
      for the OTR session before it's saved in session storage.
      
      When using prebind, we ideally want to use the same OTR private key across page
      loads, so that we don't have to spend the time generating a new one together
      with AKE on every page load. To do this, we need to store it somewhere, like
      the browser's session storage.
      
      However, I have yet to find a secure way to store the OTR private key that does
      not expose it to maliciously injected javascript.
      
      For now, I've updated the code to generate a new private key and do the AKE
      with every page reload.
      
      I'm considering adding code to store the private key in Session Storage and
      letting the user explicitly enable this (while making them aware of the risks
      involved).
      8232cdaf
  10. 30 Jan, 2014 2 commits
  11. 28 Jan, 2014 2 commits
  12. 29 Jan, 2014 2 commits
  13. 28 Jan, 2014 2 commits
  14. 27 Jan, 2014 1 commit
    • JC Brand's avatar
      Various changes, see below: · 12fc286c
      JC Brand authored
      - disable drag resizing when chatboxes are minimized.
      - refactored chat box and chat room markup so that they are more similar.
      - don't make the chat box title clickable if no vcard URL is available
      - make only the title text clickable, not the whitespace
      - fixed toggling of resized chats
      12fc286c
  15. 25 Jan, 2014 1 commit
  16. 24 Jan, 2014 1 commit