feat: Implement SwiftDisc v1.2.0 with OAuth2, monetization#9
Closed
feat: Implement SwiftDisc v1.2.0 with OAuth2, monetization#9
Conversation
…ced features - Add complete OAuth2 authentication system with all grant types - Implement monetization features: entitlements, SKUs, subscriptions - Add soundboard and poll support with real-time events - Enhance gateway with state management and health monitoring - Add comprehensive test coverage for cross-platform compatibility - Standardize copyright notices across all files - Clean up repository by removing unnecessary documentation files This implements all Discord API v1.2.0 features including: - OAuth2 client with PKCE support - Entitlement and SKU management - Soundboard sound handling - Poll creation and voting - User connection profiles - Advanced gateway event handling - Enhanced rate limiting and WebSocket management All changes maintain backward compatibility and include full test coverage.
- Move GatewayStateManager.swift from root HighLevel/ to Sources/SwiftDisc/HighLevel/ - This fixes import issues where AdvancedWebSocketManager and GatewayHealthMonitor couldn't find the GatewayStateManager class - Resolves macOS CI compilation errors
- These are temporary CI artifacts and shouldn't be in the repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
All changes maintain backward compatibility and include full test coverage.