nex-protocols-go
nex-protocols-go copied to clipboard
NEX servers with protocol support in Go
Adds missing StructureVersion checks in DataStoreSearchParam and DataStoreChangeMetaParam, based on the nintendo wiki. Fixes a swapped struct member in DataStoreMetaInfo. I understand these were automatically generated, so I'm not sure...
This pull request adds methods to: - update the player's Mii - delete friends by PID - update the player's favorite game - update the player's friend message This pull...
Resolves #XXX ### Changes: - Updates all code to use the new `nex-go` types. See https://github.com/PretendoNetwork/nex-go/pull/56 for details - Removes the use of pointers where they shouldn't/can't be used -...
### Checked Existing - [X] I have checked the repository for duplicate issues. ### What enhancement would you like to see? Some game server protocol extensions (for example, Splatoon), are...
Part of https://github.com/PretendoNetwork/nex-protocols-common-go/pull/34 ### Changes: Add RankingModes enum for the different GetRanking request modes. This allows downstreams like nex-protocols-common-go to implement things like Friends and Nearby leaderboards. - [x] I...
### Checked Existing - [X] I have checked the repository for duplicate issues. ### What feature do you want to see added? The Animal Crossing: Happy Home Designer's [additional methods...
### Checked Existing - [X] I have checked the repository for duplicate issues. ### What feature do you want to see added? An implementation of the `NATTraversalReportInternal` protocol. ### Why...
### Checked Existing - [X] I have checked the repository for duplicate issues. ### What feature do you want to see added? An implementation of the `UserStorageAdmin` protocol. ### Why...
### Checked Existing - [X] I have checked the repository for duplicate issues. ### What feature do you want to see added? An implementation of the `TitleStorageAdmin` protocol. ### Why...