-
Notifications
You must be signed in to change notification settings - Fork 49
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
dev #569
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c347c0b - Browse repository at this point
Copy the full SHA c347c0bView commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ea4f78 - Browse repository at this point
Copy the full SHA 4ea4f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e6f44 - Browse repository at this point
Copy the full SHA c9e6f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for df1c5c5 - Browse repository at this point
Copy the full SHA df1c5c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a448cf4 - Browse repository at this point
Copy the full SHA a448cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26a956 - Browse repository at this point
Copy the full SHA d26a956View commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 733a19f - Browse repository at this point
Copy the full SHA 733a19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7937ca0 - Browse repository at this point
Copy the full SHA 7937ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a706916 - Browse repository at this point
Copy the full SHA a706916View commit details
Commits on May 4, 2023
-
Rewrite http channels API (#469)
* Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers
Configuration menu - View commit details
-
Copy full SHA for cd5ddbd - Browse repository at this point
Copy the full SHA cd5ddbdView commit details -
Rewrite http webhook api (#478)
* Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Move test samples to global scope * Implement the webhook http api * Rewrite integration test & add webhook integration test * Fix issues found by webhook tests * Document webhooks
Configuration menu - View commit details
-
Copy full SHA for 7709271 - Browse repository at this point
Copy the full SHA 7709271View commit details -
Rewrite http application api (#477)
* Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Implement the HTTP Application API * Add application manager to client
Configuration menu - View commit details
-
Copy full SHA for b1e945a - Browse repository at this point
Copy the full SHA b1e945aView commit details -
* Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Move test samples to global scope * Implement the webhook http api * Rewrite integration test & add webhook integration test * Fix issues found by webhook tests * Document webhooks * Implement the HTTP Application API * Add application manager to client * Implement the voice http api * Add voice tests * Add documentation
Configuration menu - View commit details
-
Copy full SHA for b394a39 - Browse repository at this point
Copy the full SHA b394a39View commit details
Commits on May 30, 2023
-
* Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Move test samples to global scope * Implement the webhook http api * Rewrite integration test & add webhook integration test * Fix issues found by webhook tests * Document webhooks * Start implementing the HTTP Guild API * Implement Guild HTTP API * Complete TODOs * Add exports * Add utility methods * Add parsing tests for members & guilds * Add endpoint tests for guild & member managers * Add integration tests for guilds & members * Add unit & integration tests for roles * Remove admin endpoints from tests * Document the HTTP Guild API
Configuration menu - View commit details
-
Copy full SHA for f75f9e1 - Browse repository at this point
Copy the full SHA f75f9e1View commit details
Commits on Jun 10, 2023
-
* Initial Gateway implementation * Implement gateway send events * Add shortcut methods to client * Export gateway files & classes * Add tests for gateway * Start documenting the Gateway API * Finish documenting the Gateway API * Improve shard error handling * Add missing event * Correct issues found by gateway tests * Update error class names
Configuration menu - View commit details
-
Copy full SHA for e000935 - Browse repository at this point
Copy the full SHA e000935View commit details -
* Add PartialTextChannel * Use PartialTextChannel casts where possible * Add test
Configuration menu - View commit details
-
Copy full SHA for 0594052 - Browse repository at this point
Copy the full SHA 0594052View commit details -
Rewrite stage instance http api (#486)
* Initial implementation of the stage instances HTTP API * Implement the gateway events for stage instances * Split SnowflakeEntity into three subclasses * Make StageInstance implement SnowflakeEntity * Remove SnowflakeEntityMixin * Add defaultToString to flags * Update CONTRIBUTING.md * Add documentation * Document stage instance methods in ChannelManager * Remove unused import
Configuration menu - View commit details
-
Copy full SHA for eb325f3 - Browse repository at this point
Copy the full SHA eb325f3View commit details -
Rerwrite scheduled event HTTP API (#487)
* Add pubspec_overrides.yaml to gitignore * Implement the Guild Scheduled Event HTTP API * Add tests for scheduled events * Add convenience methods to ScheduledEvent * Add integration test for scheduled events * Handle scheduled event gateway events * Document the scheduled event HTTP API * Fix issues found by tests
Configuration menu - View commit details
-
Copy full SHA for 6b10ccc - Browse repository at this point
Copy the full SHA 6b10cccView commit details
Commits on Jun 11, 2023
-
Rewrite auto moderation api (#489)
* Implement the HTTP Auto Moderation API * Add auto moderation gateway events
Configuration menu - View commit details
-
Copy full SHA for ee2167a - Browse repository at this point
Copy the full SHA ee2167aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f17acb - Browse repository at this point
Copy the full SHA 9f17acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b29d6 - Browse repository at this point
Copy the full SHA d0b29d6View commit details
Commits on Jun 14, 2023
-
* Scope cache stores to each client * Add better identifiers for cache instances * Correct access to backing store in some cache methods * Update cache tests * Add cache test
Configuration menu - View commit details
-
Copy full SHA for f113486 - Browse repository at this point
Copy the full SHA f113486View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe68c4f - Browse repository at this point
Copy the full SHA fe68c4fView commit details
Commits on Jun 19, 2023
-
* Allow connecting with arbitrary ApiOptions * Parse Snowflakes correctly when using ETF * Add error message to ShardDisconnectError * Add plugin framework * Add CliIntegration plugin * Add basic logging * Add logging plugin * Add IgnoreExceptions plugin * Add client options to mock client used in http tests * Allow unknown guild features * Don't require topic in guild announcement channels
Configuration menu - View commit details
-
Copy full SHA for 5dcc2ca - Browse repository at this point
Copy the full SHA 5dcc2caView commit details -
Rewrite http invites api (#480)
* Models for invites * Add ToStringHelper to Invite Co-authored-by: Abitofevrything <[email protected]> * Rewrite http channels API (#469) * Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Rewrite http webhook api (#478) * Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Move test samples to global scope * Implement the webhook http api * Rewrite integration test & add webhook integration test * Fix issues found by webhook tests * Document webhooks * Rewrite http application api (#477) * Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Implement the HTTP Application API * Add application manager to client * Rewrite http voice api (#479) * Create models for channels * Add channel manager * Export channel models & manager * Add tests for ChannelManager * Fix bugs found by tests * Add maybeParseMany parsing helper * Add flags to threads * Add channel update method * Allow flags to be combined * Allow single flags to be used as a set of flags * Add channel tests * Fix issues found by tests * Add channel delete method * Add message object classes * Add channels manager to client * Implement message parsing * Implement channel endpoints * Simplify channel model structure * Move sentinels to their own files * Use specific builder types * Add message manager to channels * Add helper shortcuts * Correct test folder name * Give each fetch test a unique name * Add channel endpoint tests * Add additional ChannelManager parsing tests * Add message manager test * Add missing message endpoint tests * Fix issues found by tests * Remove embed.type field * Add builder tests for channels * Add extra tests & fix bugs found by tests * Update test * Remove async test * Only load channel id if environment variable is provided * Move channel methods to concrete subclasses * Normalize cache accesses between resources of the same type * Prefer getters over late final * Remove FlagsCombinable as it is no longer needed * Start adding documentation to channel classes * Docuument channel and message managers * Move test samples to global scope * Implement the webhook http api * Rewrite integration test & add webhook integration test * Fix issues found by webhook tests * Document webhooks * Implement the HTTP Application API * Add application manager to client * Implement the voice http api * Add voice tests * Add documentation * Expose members, add manager and fix various issues * Fix channel prop and add endpoints, add manager to mixin * Format * Testing * Finish implementing invites --------- Co-authored-by: Abitofevrything <[email protected]> Co-authored-by: Abitofevrything <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dbb046 - Browse repository at this point
Copy the full SHA 8dbb046View commit details
Commits on Jun 20, 2023
-
Rewrite audit logs http api (#492)
* Implement the HTTP Audit Logs API * Document the audit log http api * Add audit log gateway events
Configuration menu - View commit details
-
Copy full SHA for cdd7407 - Browse repository at this point
Copy the full SHA cdd7407View commit details -
Rewrite http emojis api (#491)
* Add base emojis * Builders & config * Add missing reactions endpoints/structures * Format * Forgot to commit gateway * fix naming and return emoji on delete * Correctly serialize roles * Rewrite model * Use guild emoji manager on gateway * Fix parsing * Remove global maanger * Move emoji.dart to models directory * Finish implementing emojis * Avoid using Snowflake.zero when real ID is available * Add emoji tests * Add ReactionBuilder * Add identifier to emoji manager * Add identifier to AuditLogManager cache * Remove unneeded else --------- Co-authored-by: Abitofevrything <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baa3dd1 - Browse repository at this point
Copy the full SHA baa3dd1View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abf7321 - Browse repository at this point
Copy the full SHA abf7321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958ce1e - Browse repository at this point
Copy the full SHA 958ce1eView commit details
Commits on Jun 23, 2023
-
* Add missing fields in GuildBuilder * Make repliedUser nullable in allowed_mentions * Add missing activities field to PresenceBuilder * Add initial presence for gateway * Handle adding an already existing member to a guild * TThrow an exception when a role is not found * Remove TODOs that won't be addressed * Fix guild tests * Complete thread member parsing test * Don't use package imports * Move integrations to their own manager * Fix issues found by tests * Add cache identifier to audit log manager * Add missing application role connection fieldsd & endpoints * Add globalName to users * Add missing user endpoints * Add warning when force killing shard * Add warning when shard encounters error * Add exception when fetching an audit log entry that does not exist * Make HttpResponseError implement NyxxException * Remove completed TODO in Invite * Add missing application field to Message * Add missing fields to guild create event * Add emoji to onboarding prompt * Add cache for VoiceStates * Add emojis to GuildPreview * Finish InviteCreateEvent * Add presences to GuildMembersChunkEvent * Add emojis field to GuildEmojisUpdateEvent * Parse webhooks as such in message author fields * Fix typo * Implement the fetch guild vanity url endpoint * Change InviteCreateEvent to use InviteWithMetadata * Add missing channel invite endpoints * Remove ban cache * Add back protection against running out of session starts * Only ignore exceptions after client is connected * Remove TODOs * Add emoji field to activities * Address review comments
Configuration menu - View commit details
-
Copy full SHA for ad711f0 - Browse repository at this point
Copy the full SHA ad711f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05f1c1 - Browse repository at this point
Copy the full SHA c05f1c1View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cca38c8 - Browse repository at this point
Copy the full SHA cca38c8View commit details
Commits on Jun 30, 2023
-
Update infrastructure & metadata (#505)
* Update README.md * Add some simple examples * Update GitHub workflows * Tidy up .gitignore * Remove rewrite instructions * Update README.md Co-authored-by: Rapougnac <[email protected]> * Update README.md Co-authored-by: Rapougnac <[email protected]> * Fix header formatting in README * Remove privileged endpoints from tests * Add simple example --------- Co-authored-by: Rapougnac <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for babcabf - Browse repository at this point
Copy the full SHA babcabfView commit details
Commits on Jul 2, 2023
-
rewrite: Implement Stickers (#499)
* rewrite: Implement Stickers * Update lib/src/models/sticker/sticker.dart Co-authored-by: Rapougnac <[email protected]> * rewrite: Implement Stickers cd * rewrite: Implement Stickers cd * rewrite: Implement Stickers cd * rewrite: Implement Stickers tests * rewrite: Implement nitro stickers endpoint; Add sticker endpoint tests * rewrite: Implement GuildStickerUpdate gateway event * rewrite: Implement GuildStickerUpdate gateway event * Code review * Code review * Code review * Code review * Remove some todos. Implement message stickers * Sticker message test * Code review --------- Co-authored-by: Rapougnac <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a561438 - Browse repository at this point
Copy the full SHA a561438View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5029d3e - Browse repository at this point
Copy the full SHA 5029d3eView commit details -
Handle batch rate limits correctly (#507)
* Correct rate limiting behavior for bulk requests * Add onRequest and onResponse streams to HttpHandler * Add test for batch rate limiting
Configuration menu - View commit details
-
Copy full SHA for f83aa06 - Browse repository at this point
Copy the full SHA f83aa06View commit details -
* Add CdnAsset to interact with the CDN * Add toString to CdnAsset and CdnFormat * Add documentation to CdnAsset & fields * Add integration tests for CdnAsset
Configuration menu - View commit details
-
Copy full SHA for 5ab2e15 - Browse repository at this point
Copy the full SHA 5ab2e15View commit details
Commits on Jul 4, 2023
-
fix: throwing error on null description (#509)
* fix: throwing error on null description * Also apply to global sticker
Configuration menu - View commit details
-
Copy full SHA for 6ebc790 - Browse repository at this point
Copy the full SHA 6ebc790View commit details -
* Allow changing CdnAsset size & default format to GIF if asset is animated * Correctly consider HttpRequest.applyGlobalRatelimit * Correctly export CDN classes
Configuration menu - View commit details
-
Copy full SHA for 05c021c - Browse repository at this point
Copy the full SHA 05c021cView commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1533c76 - Browse repository at this point
Copy the full SHA 1533c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8989abc - Browse repository at this point
Copy the full SHA 8989abcView commit details -
Add more bitwise operators on
Flags
(#510)* add more bitwise operators on`Flags` * Fix description of XOR Co-authored-by: Abitofevrything <[email protected]> --------- Co-authored-by: Abitofevrything <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebbf2a9 - Browse repository at this point
Copy the full SHA ebbf2a9View commit details -
* Add application field to client * Add fetchCurrentApplication endpoint * Implement application commands * Add application command tests * Add missing exports * Add utility methods to application commands * Document application commands * Fix TODOs regarding application commands * Add cache utilities * Implement interactions * Add interaction tests * Add missing field in sample interaction * Move required argument to top of argument list
Configuration menu - View commit details
-
Copy full SHA for b3e4812 - Browse repository at this point
Copy the full SHA b3e4812View commit details
Commits on Aug 19, 2023
-
* Rewrite cache code to remove outdated entities and not preserve empty cache stores * Add a method to inspect cache contents per client
Configuration menu - View commit details
-
Copy full SHA for 0e96354 - Browse repository at this point
Copy the full SHA 0e96354View commit details -
Add latency tracking features to rewrite (#517)
* Add HTTP latency fields * Add Gateway latency utilities * Correct documentation
Configuration menu - View commit details
-
Copy full SHA for fd56dbc - Browse repository at this point
Copy the full SHA fd56dbcView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ad3c76 - Browse repository at this point
Copy the full SHA 4ad3c76View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4ea059 - Browse repository at this point
Copy the full SHA b4ea059View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce7eaa - Browse repository at this point
Copy the full SHA bce7eaaView commit details -
Clean up interaction response code; move isEphemeral from MessageBuil…
…der to InteractionResponseBuilder (#519)
Configuration menu - View commit details
-
Copy full SHA for 1a46a93 - Browse repository at this point
Copy the full SHA 1a46a93View commit details
Commits on Aug 24, 2023
-
Add back a way for users to create ephemeral interaction followups (#523
) * Add back a way for users to create ephemeral interaction followups * Update lib/src/http/managers/interaction_manager.dart Co-authored-by: Szymon Uglis <[email protected]> * Rename built -> builtMessagePayload --------- Co-authored-by: Szymon Uglis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea262a4 - Browse repository at this point
Copy the full SHA ea262a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b414b8 - Browse repository at this point
Copy the full SHA 7b414b8View commit details -
* Add EmbedBuilder * Export all EmbedBuilder-related builders * Update tests
Configuration menu - View commit details
-
Copy full SHA for 28e6ab1 - Browse repository at this point
Copy the full SHA 28e6ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4936c8 - Browse repository at this point
Copy the full SHA f4936c8View commit details
Commits on Aug 25, 2023
-
Fix sending text emoji in SelectMenuOptionBuilder (#528)
* Fix sending text emoji in SelectMenuOptionBuilder * Add missing message deletion from test
Configuration menu - View commit details
-
Copy full SHA for e4f62ab - Browse repository at this point
Copy the full SHA e4f62abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b99feb - Browse repository at this point
Copy the full SHA 2b99febView commit details
Commits on Aug 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0108748 - Browse repository at this point
Copy the full SHA 0108748View commit details
Commits on Aug 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5fd47d - Browse repository at this point
Copy the full SHA d5fd47dView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a41de7 - Browse repository at this point
Copy the full SHA 0a41de7View commit details
Commits on Sep 3, 2023
-
Fix parsing members received in interaction resolved_data (#530)
* Fix parsing members received in interaction resolved_data * Add test
Configuration menu - View commit details
-
Copy full SHA for f265ecb - Browse repository at this point
Copy the full SHA f265ecbView commit details -
Add onRateLimit stream to HttpHandler (#532)
* Add onRateLimit stream to HttpHandler * Add tests
Configuration menu - View commit details
-
Copy full SHA for 76209f8 - Browse repository at this point
Copy the full SHA 76209f8View commit details
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d79001 - Browse repository at this point
Copy the full SHA 9d79001View commit details -
Merge pull request #534 from nyxx-discord/rewrite
Merge rewrite into next
Configuration menu - View commit details
-
Copy full SHA for cca3200 - Browse repository at this point
Copy the full SHA cca3200View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2cd7b4 - Browse repository at this point
Copy the full SHA e2cd7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfbe4e5 - Browse repository at this point
Copy the full SHA bfbe4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30a8ea - Browse repository at this point
Copy the full SHA e30a8eaView commit details -
Allow users to specify stdout and stderr in Logging plugin (#549)
* Fix example in readme * Allow users to specify stdout and stderr in Logging plugin
Configuration menu - View commit details
-
Copy full SHA for cf5c17d - Browse repository at this point
Copy the full SHA cf5c17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18bafed - Browse repository at this point
Copy the full SHA 18bafedView commit details -
Bug/parse role mentions (#552)
* Bump mocktail * Fix parsing role mentions
Configuration menu - View commit details
-
Copy full SHA for 7410c78 - Browse repository at this point
Copy the full SHA 7410c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d7679 - Browse repository at this point
Copy the full SHA e1d7679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 344b86c - Browse repository at this point
Copy the full SHA 344b86cView commit details
Commits on Sep 20, 2023
-
Various message component bug fixes (#535)
* add label and action rows to models (correct formatting) * change nullability of TextInputComponent fields to hold component from ModalSubmitInteraction * Use maybeParse for style field Co-authored-by: Rapougnac <[email protected]> * change ModalBuilder components to ActionRowBuilders --------- Co-authored-by: Rapougnac <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d130e4c - Browse repository at this point
Copy the full SHA d130e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3630696 - Browse repository at this point
Copy the full SHA 3630696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650ee17 - Browse repository at this point
Copy the full SHA 650ee17View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3402435 - Browse repository at this point
Copy the full SHA 3402435View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe07ac - Browse repository at this point
Copy the full SHA dbe07acView commit details
Commits on Sep 25, 2023
-
fix: invalid client voice state update, export NyxxPluginState (#561)
* fix: incorrect voice state update for client * chore: add missing export for NyxxPluginState
Configuration menu - View commit details
-
Copy full SHA for c31514b - Browse repository at this point
Copy the full SHA c31514bView commit details
Commits on Sep 30, 2023
-
Implement newly documented features since the start of the rewrite. (#…
…562) * Implement select menu default values * Implement entitlements * Export entitlement classes * Add tests for entitlements * Fix imports * Add entitlements test * Add entitlements to interaction structure * Add resolved data to message component interaction data * Add PREMIUM_REQUIRED interaction response type * Add SKU structure * Add missing fields to application object * Add update current application endpoint * Add new audit log entry types * Add integration_type field to audit log entry info * Add resolved data to message object * Add isVoiceMessage flag * Add missing reaction fields * Add missing attachment fields * Add guild media channel type * Add missing guild features * Add missing stage instance builder parameters * Add user avatar decoration * Add withCounts to list current user guilds endpoint * Add missing fields to MessageReactionAddEvent * Add missing fields to Role object * Implement team member roles * Rename ThreadAggregate to ThreadsOnlyChannel * Update application manager tests * Add flags to sample role * Update tests
Configuration menu - View commit details
-
Copy full SHA for 141e444 - Browse repository at this point
Copy the full SHA 141e444View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 17dfca5 - Browse repository at this point
Copy the full SHA 17dfca5View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32507f3 - Browse repository at this point
Copy the full SHA 32507f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a70138 - Browse repository at this point
Copy the full SHA 0a70138View commit details -
Configuration menu - View commit details
-
Copy full SHA for a594137 - Browse repository at this point
Copy the full SHA a594137View commit details -
Merge pull request #567 from nyxx-discord/chore/resolve-main-conflicts
Resolve merge conflicts from next -> main
Configuration menu - View commit details
-
Copy full SHA for 18bca4a - Browse repository at this point
Copy the full SHA 18bca4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec02a3 - Browse repository at this point
Copy the full SHA 4ec02a3View commit details