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

Obtain spclient access token using login5 instead of keymaster (Fixes #1179 and #1245) #1246

Closed

Commits on Nov 13, 2023

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

Commits on Dec 1, 2023

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

Commits on Dec 4, 2023

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

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    40c2a4d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'auth-token-from-login5' of https://github.com/Gerrelt/l…

    …ibrespot into auth-token-from-login5
    
    Pulling commit: fix startup log
    Gerrelt committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    87dddf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Bump zerocopy from 0.7.26 to 0.7.31

    Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.26 to 0.7.31.
    - [Release notes](https://github.com/google/zerocopy/releases)
    - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
    - [Commits](google/zerocopy@v0.7.26...v0.7.31)
    
    ---
    updated-dependencies:
    - dependency-name: zerocopy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lmore377 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    726ebec View commit details
    Browse the repository at this point in the history
  2. Replace the apparently unmaintained hex crate with data-encoding

    data-encoding was already a transitive dependency via tungstenite
    dsheets authored and lmore377 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3dde1ca View commit details
    Browse the repository at this point in the history
  3. spclient: improve token request logging

    dsheets authored and lmore377 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9101eeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dec63dc View commit details
    Browse the repository at this point in the history
  5. Make audio fetch parameters tunable

    This change collects all those audio fetch parameters that were defined as
    static constants into a dedicated struct, AudioFetchParams.
    This struct can be read and set statically, allowing a user of the library to
    modify those parameters without the need to recompile.
    lelloman authored and lmore377 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    65a9ca8 View commit details
    Browse the repository at this point in the history
  6. Bump h2 from 0.3.21 to 0.3.24

    Bumps [h2](https://github.com/hyperium/h2) from 0.3.21 to 0.3.24.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.3.21...v0.3.24)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and lmore377 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d47916f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    030ae44 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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