Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for native e2ee #299

Merged
merged 21 commits into from
Dec 9, 2022
Merged

Add support for native e2ee #299

merged 21 commits into from
Dec 9, 2022

Commits on Dec 8, 2022

  1. Add support for native e2ee

    Half-Shot authored and AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6dc8a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629d5ec View commit details
    Browse the repository at this point in the history
  3. Formatting nitpicks

    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    83cd893 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1da00e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc435c2 View commit details
    Browse the repository at this point in the history
  6. Manage admin rooms with bot-sdk DMs

    This also enables encryption for new admin rooms when appropriate.
    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    0cf5e18 View commit details
    Browse the repository at this point in the history
  7. Update config comments for encryption settings

    - Add comment to clarify Redis (the `queue` section) must be configured
      in order for encryption to work
    - Mention that the `encryption` section is optional, and omitting it
      will disable encryption support
    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1d54d9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da93ccb View commit details
    Browse the repository at this point in the history
  9. Add changelog

    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e2bbbdc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0986929 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2469ddb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    767b64b View commit details
    Browse the repository at this point in the history
  13. Fix linter error

    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7885d46 View commit details
    Browse the repository at this point in the history
  14. Update encryption docs and changelog

    - Mention that worker mode isn't supported with encryption yet
    - Mention removal of Pantalaimon-based encryption
    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    bca38c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c03e657 View commit details
    Browse the repository at this point in the history
  16. Share main appservice config with feed bots

    This is required to safely enable encryption for the bots that post
    GenericHook messages.
    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5e6df1f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    486ef25 View commit details
    Browse the repository at this point in the history
  18. Minor fixes

    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6f5ad36 View commit details
    Browse the repository at this point in the history
  19. Block post-join actions on feed bot crypto setup

    Same as a9e6e11 but for the sub-bots that post GenericHook messages.
    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    bd2ebdd View commit details
    Browse the repository at this point in the history
  20. Get joined rooms from intent instead of bot

    This refreshes the list of known rooms for crypto events.
    AndrewFerr committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9e407ad View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    df5e4d8 View commit details
    Browse the repository at this point in the history