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

Decouple MLS messages from messagev1 #333

Merged
merged 13 commits into from
Jan 19, 2024
Merged

Decouple MLS messages from messagev1 #333

merged 13 commits into from
Jan 19, 2024

Commits on Jan 11, 2024

  1. Separate MLS messages and implement service methods

    Steven Normore committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    115b203 View commit details
    Browse the repository at this point in the history
  2. fix: group id and installation id are bytes

    Steven Normore committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    69a9d89 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    5da9062 View commit details
    Browse the repository at this point in the history
  2. fix: hex decode group id from mls validation service

    Steven Normore committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d0f3294 View commit details
    Browse the repository at this point in the history
  3. fix: s/Cursor/IdCursor

    Steven Normore committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9c76ef4 View commit details
    Browse the repository at this point in the history
  4. fix: pass message data only in send group message request

    Steven Normore committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e979017 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4eac17a View commit details
    Browse the repository at this point in the history
  6. refactor: s/installation_id/installation_key in mls/api

    Steven Normore committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4d43cda View commit details
    Browse the repository at this point in the history
  7. fix: clean up mls query page size logic

    Steven Normore committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    85f5f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat: implement mls subscribe group/welcome messages

    Steven Normore committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ad3aa9e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Hex encode group ID

    neekolas authored and Steven Normore committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    180772a View commit details
    Browse the repository at this point in the history
  2. fix: remove duplicate import

    Steven Normore committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    51798be View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix: return grpc invalidargument on invalid group id

    Steven Normore committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    47b6ffe View commit details
    Browse the repository at this point in the history