Skip to content

Add Authorization Port Configuration #154

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

Merged
merged 2 commits into from
Jan 8, 2021
Merged

Add Authorization Port Configuration #154

merged 2 commits into from
Jan 8, 2021

Conversation

TheNexusAvenger
Copy link
Member

Related (already closed) issue: #152

This change allows the server owner to configure the port used by the Authorization server from the hardcoded 21836 to an arbitrary port. This may not get much use given it requires users to explicitly define the port and use the next release of lcdr's RakNet shim, but does reduce a hardcoded number that requires a code change if someone really needed a custom port.

The change was tested with the arbitrary port 20000 using the latest code from lcdr's RakNet shim repository using cargo build --release to build. It was also tested in the stock configuration (port 21836). Both cases allowed me to log in, select a character, and play in Avant Gardens.

@elenawinters elenawinters linked an issue Jan 8, 2021 that may be closed by this pull request
Copy link
Member

@Jettford Jettford left a comment

Choose a reason for hiding this comment

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

Looks good

@Jettford Jettford merged commit 5aecefb into UchuServer:dev Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Master Server Port Configurable
3 participants