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 Cf support #5

Merged
merged 25 commits into from
Feb 14, 2024
Merged

Add Cf support #5

merged 25 commits into from
Feb 14, 2024

Commits on Jan 26, 2024

  1. Groundwork refactoring to support cf

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c5206e5 View commit details
    Browse the repository at this point in the history
  2. refactors

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    776352f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. detect modpack type

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    35eae1a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Split the get modpack data between mr and cf

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a6e3246 View commit details
    Browse the repository at this point in the history
  2. fix wrongly formatted crash message

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    085388c View commit details
    Browse the repository at this point in the history
  3. fix wip funct args

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e5868be View commit details
    Browse the repository at this point in the history
  4. add test pack for cf

    TheBossMagnus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    167aec8 View commit details
    Browse the repository at this point in the history
  5. fix cf having a different filename

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c66b937 View commit details
    Browse the repository at this point in the history
  6. basic cf modpack parsing support

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    044e390 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Refactor cf modpack parsing

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e57e19b View commit details
    Browse the repository at this point in the history
  2. unused import

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fcdd310 View commit details
    Browse the repository at this point in the history
  3. fix comment

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c482e3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d5d21c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Unfinshed not working cf requests

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d929600 View commit details
    Browse the repository at this point in the history
  2. fix ssl

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9a95d63 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. fix added mod wrong detections

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ec99a5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0b295 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Finish draft of cf support

    (this is quite rough and needs some major cleanups/improvements)
    TheBossMagnus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e2c868f View commit details
    Browse the repository at this point in the history
  2. Fix mr requests having cf headers

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a175e82 View commit details
    Browse the repository at this point in the history
  3. split the 2 request sistems

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a632944 View commit details
    Browse the repository at this point in the history
  4. Use a map to slect the correct function

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e64848e View commit details
    Browse the repository at this point in the history
  5. refactors

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a83a413 View commit details
    Browse the repository at this point in the history
  6. Specify witch server gave the error

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8ffeb18 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge the error handling for the 2 apis

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0490bb3 View commit details
    Browse the repository at this point in the history
  2. Move arcoded url parts in constants.py

    Signed-off-by: TheBossMagnus <[email protected]>
    TheBossMagnus committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0191787 View commit details
    Browse the repository at this point in the history