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

Move proxy::Server to Proxy and sessions::session to sessions #578

Merged
merged 2 commits into from
Aug 26, 2022

Conversation

XAMPPRocky
Copy link
Collaborator

This just shuffles some of the proxy organisation around to remove a level a nesting and to use some clearer terms in the API. No actual behaviour changes, and the only public facing change is renaming Server to Proxy. I feel that's more clear because the component is doing a lot more than being a server and the project markets itself as a proxy so having a type called Proxy as the main unit makes sense to me.

@github-actions
Copy link

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

Copy link
Contributor

@bombsimon bombsimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes a lot of sense to me as well, LGTM!

@github-actions
Copy link

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions
Copy link

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 7d721d4a-6920-417c-911a-9d2652938ba0

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/578/head:pr_578 && git checkout pr_578
cargo build

@XAMPPRocky XAMPPRocky merged commit 2f06143 into main Aug 26, 2022
@XAMPPRocky XAMPPRocky deleted the ep/proxy-reorg branch August 26, 2022 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants