Skip to content
  1. Sep 12, 2015
  2. Sep 10, 2015
  3. Sep 09, 2015
  4. Sep 07, 2015
  5. Sep 06, 2015
  6. Sep 05, 2015
    • Daniel Gultsch's avatar
      add null pointer check to db migration · 2c4a6b09
      Daniel Gultsch authored
      2c4a6b09
    • Andreas Straub's avatar
      Never build a session with oneself · e2d506c9
      Andreas Straub authored
      If we detect our own ID is not in our own devicelist on receiving an
      update, we reannounce ourselves. This used to have the side effect of
      modifying the list of devices we thought were in the update set, causing
      us to accidentally build a session with ourselves.
      
      This lead to our own key being set to TRUSTED_INACTIVE, resulting in red
      lock icons on messages sent by the own device.
      
      We fix this by having publishOwnDeviceId() operate on a copy of the
      original set. This commit also includes a db migration which deletes
      sessions with oneself and sets own keys back to TRUSTED.
      e2d506c9
    • Daniel Gultsch's avatar
      a32a577e
  7. Sep 04, 2015
  8. Sep 02, 2015
  9. Sep 01, 2015
  10. Aug 31, 2015
  11. Aug 30, 2015
  12. Aug 28, 2015
  13. Aug 27, 2015
  14. Aug 26, 2015
Loading