Skip to content
  1. Sep 19, 2015
  2. Sep 17, 2015
  3. Sep 15, 2015
  4. Sep 14, 2015
  5. Sep 13, 2015
  6. Sep 12, 2015
  7. Sep 10, 2015
  8. Sep 09, 2015
  9. Sep 07, 2015
  10. Sep 06, 2015
  11. 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
  12. Sep 04, 2015
Loading