branchFacepunch.Nexus/clanscancel

12 Commits over 31 Days - 0.02cph!

1 Year Ago
Rename zone Name -> Key
1 Year Ago
Automatically refresh clan info in case we missed some change events
1 Year Ago
Add a MaxMemberCount field to clan info (always 0, no limit for now)
1 Year Ago
Fix incorrect error codes being returned when changing a clan member's role
1 Year Ago
Add an event for when a clan is unloaded Add accessors for role and member variables Fix roles never getting their name set
1 Year Ago
Compile fix
1 Year Ago
Automatically handle clan events from the nexus Expose clan events to consumers so they can do extra stuff if needed
1 Year Ago
Hook up all the clan functions Refactor VariableUpdate so it's not annoying to use
1 Year Ago
Progress on clans implementation
1 Year Ago
WIP setting up the NexusZoneClient to provide access to clans
1 Year Ago
Connector functions for calling all of the new clan APIs
1 Year Ago
Refactor API calls to return the ApiResult (which has the status code and response if there is one) API calls no longer automatically throw for non-2xx responses