1. 10 Jul, 2019 2 commits
    • JC Brand's avatar
      MUC: Don't send XEP-0085 CSNs when we don't have voice · ded9945e
      JC Brand authored
      Includes some refactoring:
      
      - Don't send an `active` chat state notification when entering a MUC
        I can't think of a good reason why this might be necessary or desired.
      - Move `setChatState` form the view to the model
      - Remove unused method `handleChatStateNotification`
      - Don't store `role` and `affiliation` for the current user on the
        ChatRoom object, but instead on the ChatRoomOccupant object representing
        the user.
      ded9945e
    • Malcolm's avatar
      ADD Omemo default support (#1476) · b163d053
      Malcolm authored
      b163d053
  2. 09 Jul, 2019 2 commits
  3. 08 Jul, 2019 4 commits
  4. 05 Jul, 2019 3 commits
    • JC Brand's avatar
      Fixes #1524 Don't include own device in OMEMO message · 3ca6ac7f
      JC Brand authored
      This change reverts the significant part of 1dfdb36d
      
      I can't say that I understand why libsignal throws `Error: Invalid signature`
      when you try to build a session for your own (sending) device, but given that
      messages can only be decrypted once, I guess it isn't really necessary
      to encrypt for your own device, since you already have the plaintext.
      
      In addition I've added some error handling so that we can recover
      gracefully when session building fails for a subset of devices.
      3ca6ac7f
    • JC Brand's avatar
      Creating FUNDING.yml · fa3c6604
      JC Brand authored
      fa3c6604
    • JC Brand's avatar
      Create issue templates (#1628) · 4c0eeaee
      JC Brand authored
      * Create bug report template
      * Create feature request template
      4c0eeaee
  5. 04 Jul, 2019 9 commits
  6. 03 Jul, 2019 1 commit
  7. 01 Jul, 2019 5 commits
  8. 28 Jun, 2019 3 commits
  9. 27 Jun, 2019 7 commits
  10. 26 Jun, 2019 4 commits