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

Feat/Convert stream structs prepartion #684

Open
wants to merge 15 commits into
base: development
Choose a base branch
from

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    6f7200c View commit details
    Browse the repository at this point in the history
  2. fix(Stream): fileMustInclude sent as separate query params

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8c20fcd View commit details
    Browse the repository at this point in the history
  3. feat(server): Request & Response for archives

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2df92cf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    91cb1ba View commit details
    Browse the repository at this point in the history
  2. feat(InfoHash): create InfoHash struct

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3d36fa1 View commit details
    Browse the repository at this point in the history
  3. feat(types): streaming_server CreatedTorrent and Torrent

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 8, 2024
    Configuration menu
    Copy the full SHA
    32434a2 View commit details
    Browse the repository at this point in the history
  4. feat(streaming_server) statistics - PeerSearch::new() w/ InfoHash

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8b17b2d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat(streaming_server): create multiple structs for server requests

    - Use experimental feature to guard against using some structs
    - Replace occurrence of String InfoHash with the new struct
    - WIP: ConvertedStreamSource
    - Move StatisticsRequest to streaming_server types
    - Stream::streaming_url now returns an Url instead of String
    - feat(streaming_server): ArchiveStreamRequest - experimental
    - feat(streaming_server): ArchiveCreateResponse - experimental
    - feat(streaming_server): CreateTorrentBlobRequest
    - feat(streaming_server): CreateTorrentRequest
    - feat(streaming_server): CreateMagnetRequest
    - feat(streaming_server): CreateMagnetTorrent
    - feat(streaming_server): OpensubtitlesParamsRequest
    - feat(streaming_server): TorrentStatisticsRequest
    - feat(streaming_server): OpensubtitlesParamsResponse
    - test: Stream::streaming_url with proxyHeaders
    
    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2627485 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    02c1cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dad146 View commit details
    Browse the repository at this point in the history
  3. fix(Stream): streaming_url tests

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3a634bb View commit details
    Browse the repository at this point in the history
  4. chore: Add experimental feature to unused struct

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8081725 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix: rustfmt

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e79102f View commit details
    Browse the repository at this point in the history
  2. chore: remove all experimental data structures and functions

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bcfa3cd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix: PR review comments

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dba68f6 View commit details
    Browse the repository at this point in the history