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 sender HMAC to MessageV2 #218

Merged
merged 29 commits into from
Feb 2, 2024
Merged

Add sender HMAC to MessageV2 #218

merged 29 commits into from
Feb 2, 2024

Commits on Jan 19, 2024

  1. bump the proto code

    nplasterer committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8d3ccba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27cbb5a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f355cc4 View commit details
    Browse the repository at this point in the history
  2. update the protos again

    nplasterer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    858cff4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. feat: add to TextCodec & Composite

    kele-leanes committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a60d655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e269e40 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat: add shouldPush parameter to MessageV2.encode() and prepareMessa…

    …ge() functions
    kele-leanes committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b0e163d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000f28f View commit details
    Browse the repository at this point in the history
  3. fix: tests

    kele-leanes committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7c1ea75 View commit details
    Browse the repository at this point in the history
  4. fix: remove print statement in MessageTests.swift

    kele-leanes committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d99a1c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix: remove commented code

    kele-leanes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0d70a8f View commit details
    Browse the repository at this point in the history
  2. feat: set for all Content Types

    kele-leanes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d6981b9 View commit details
    Browse the repository at this point in the history
  3. fix: add decoded content in prepareMessage function

    kele-leanes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9818ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. chore: remove unused dependencies

    kele-leanes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    821f77e View commit details
    Browse the repository at this point in the history
  2. Replace xmtp-rust-swift with libxmtp-swift (#217)

    * rename module from XMTP to XMTPiOS
    
    * more renaming
    
    * remove xmtp-rust-swift references
    
    * Use new V2 client from libxmtp
    
    * building clean
    
    * remove PublishResponse
    
    * Use actual dep instead of local
    
    * Update XMTP.podspec
    
    Co-authored-by: Naomi Plasterer <[email protected]>
    
    * implement streaming and pagination
    
    * Update XMTP.podspec
    
    Co-authored-by: Cameron Voell <[email protected]>
    
    * disable file_length linter
    
    ---------
    
    Co-authored-by: Naomi Plasterer <[email protected]>
    Co-authored-by: Cameron Voell <[email protected]>
    3 people authored and kele-leanes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5a42744 View commit details
    Browse the repository at this point in the history
  3. Update for latest uniffi (#219)

    nakajima authored and kele-leanes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    eddfa0e View commit details
    Browse the repository at this point in the history
  4. Fix example app (#220)

    nakajima authored and kele-leanes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    64b6ae0 View commit details
    Browse the repository at this point in the history
  5. Access libxmtp-swift with static binaries (#225)

    * Access libxmtp-swift with static binaries
    
    * Update libxmtp ref
    
    * Updated reference to libxmtp-swift merge on main
    cameronvoell authored and kele-leanes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    be1eea4 View commit details
    Browse the repository at this point in the history
  6. Merge pre libxmtp into main (#223)

    * Add Key Material Function (#222)
    
    * add ket material field to ios
    
    * bump the podspec
    
    * Update podspec LibXMTP ref
    
    * Update libxmtp-swift refs
    
    * Update libxmtp-swift ref
    
    * Updated libxmtp-swift ref to tagged release
    
    * Update XMTP.podspec version
    
    ---------
    
    Co-authored-by: cameronvoell <[email protected]>
    2 people authored and kele-leanes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8ed7e47 View commit details
    Browse the repository at this point in the history
  7. Update Package.resolved with new branch and revision

    kele-leanes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e8800dd View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    dad85c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'np/ios-entitlement' of https://github.com/xmtp/xmtp-ios

    …into np/ios-entitlement
    nplasterer committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    45bdee1 View commit details
    Browse the repository at this point in the history
  3. bring back the proto work

    nplasterer committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d8cfd6a View commit details
    Browse the repository at this point in the history
  4. remove the xmtp folder

    nplasterer committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a5e00a0 View commit details
    Browse the repository at this point in the history
  5. chore: refactor message encoding and decoding

    kele-leanes committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e622a5d View commit details
    Browse the repository at this point in the history
  6. chore: update libxmtp-swift to latest version

    kele-leanes committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8e662c7 View commit details
    Browse the repository at this point in the history
  7. fix: refactor ConversationTests.swift

    kele-leanes committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ec8192b View commit details
    Browse the repository at this point in the history
  8. potential test

    nplasterer committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1967934 View commit details
    Browse the repository at this point in the history
  9. chore: update XMTP.podspec version to 0.7.9-alpha0

    kele-leanes committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c21b280 View commit details
    Browse the repository at this point in the history