1. 27 Aug, 2018 2 commits
    • JC Brand's avatar
      Add method to generate missing prekeys · 15a4bcd1
      JC Brand authored
      When receiving a PreKeySignalMessage, then a prekey has been chosen and
      should now be removed from the list of available prekeys in the bundle,
      so that a different device doesn't choose it as well.
      
      AFAICT, libsignal removes the prekey, so it's then up to us to
      regenerate it and republish our bundle.
      
      updates #497
      15a4bcd1
    • JC Brand's avatar
      Extract common code into helper functions · 3d015c78
      JC Brand authored
      3d015c78
  2. 25 Aug, 2018 1 commit
    • JC Brand's avatar
      Refactor the OMEMOStore to not duplicate prekeys · ea5144c7
      JC Brand authored
      Before these changes, prekeys were stored in two places, one place that
      converse-omemo accessed and one that libsignal accessed and when
      libsignal deleted a prekey the other store wasn't updated.
      
      Now we let the methods called by libsignal store/remove prekeys (and the
      signed_prekey) in the same place as used by the code in converse-omemo.
      ea5144c7
  3. 24 Aug, 2018 9 commits
  4. 23 Aug, 2018 11 commits
  5. 22 Aug, 2018 15 commits
  6. 21 Aug, 2018 2 commits