Skip to content
Snippets Groups Projects
  1. Sep 05, 2016
  2. Sep 02, 2016
    • Richard van der Hoff's avatar
      Create new constants for key lengths, etc · 39212987
      Richard van der Hoff authored
      We were using olm::KEY_LENGTH for everything under the sun which happened to be
      32 bytes long, and making a bunch of assumptions in the process. Create a bunch
      of new constants (as C #defines rather than C++ consts so that I can use them
      in another forthcoming refactor).
      39212987
  3. Jun 30, 2016
    • Richard van der Hoff's avatar
      PR feedback · d8b24acb
      Richard van der Hoff authored
      * write V1 pickles on the master branch
      * the logging branch is going to write v0x80000001
      d8b24acb
    • Richard van der Hoff's avatar
      Make space in the session pickle for chain index · 8dd3c182
      Richard van der Hoff authored
      Keeping track of the chain index is a useful thing to do, but is only required
      if we've enabled diagnostics. Extend the session pickle format to make a space
      for it, so that pickles can be transferred between the logging_enabled branch
      and the master branch without loss of information.
      
      Also add some tests for session pickling which explicitly check that we can
      unpickle both formats of pickle.
      8dd3c182
    • Richard van der Hoff's avatar
      Remove unused 'chain_index' from Ratchet · 757c4225
      Richard van der Hoff authored
      This was introduced when I was experimenting with support for logging progress
      in Olm. That is now relegated to the logging_enabled branch, so this should
      probably be removed.
      
      This also fixes the incompatibility of session pickles from the current master
      branch with those from olm 0.1.0.
      757c4225
  4. May 23, 2016
  5. May 16, 2016
  6. Apr 26, 2016
  7. Aug 19, 2015
  8. Aug 18, 2015
  9. Jul 07, 2015
  10. Jun 26, 2015
  11. Jun 16, 2015
  12. Jun 12, 2015
  13. Jun 11, 2015
  14. Jun 09, 2015
  15. Mar 03, 2015
  16. Feb 27, 2015
  17. Feb 26, 2015
  18. Feb 25, 2015
Loading