Misha133
9df4438136
fix ( #2682 )
2023-05-21 17:08:13 -03:00
Misha133
d5ba7d25aa
initial commit ( #2666 )
2023-04-15 03:36:07 +02:00
Misha133
dff6a57a92
[Feature] Audit Log Created gateway event support ( #2627 )
...
* add event to socket client
* make `AuditLog` param optional
* Some WIP audit log changes
* api models
* moar models
* complete models
* modelsss
* forgot to push
* oh lol forgot this too
* api & rest guild method
* revert VS being VS & formatting to file scoped namespace
* socket entities
* some work eh
* moar stuff
- switched to d.net's attribute for audit log deserialization
* working socket guild updated event + reworked rest GuildInfo creation
* a bit of refactoring + new models
* +channel created
* channel updated & channel deleted
* refactor rest channel updated log + some nullable fixes
* rest channel created + deleted logs
* user banned socket log
* kick + unban
* moar log modelsssss
* fixes & 4 more log types
* overwrite logs
* role logs
* invite logs
* webhook logs
* switch to `ISocketAuditLogData` for socket log data
* emote logs
* move stuff around
* move more stuff around
* audit logs cache
* scheduled event logs
* thread logs
* command permission update audit log
* fetch scheduled event data from log
* integration audit logs
* sticker audit log data
* stage instance audit logs
* auto mod rule audit logs
* fix
* forgot couple props
* command perm updated data from options
* final automod ones
* debugging goes away :(
* merge cringe
* ...
* yup
* fix xml doc
* onboarding audit logs
* changes
---------
Co-authored-by: cat <lumitydev@gmail.com >
2023-04-15 01:13:02 +02:00
Misha133
3a8f76c4b1
[Feature] Guild Onboarding support ( #2616 )
...
* api models
* moar models
* complete models
* modelsss
* forgot to push
* oh lol forgot this too
* api & rest guild method
* revert VS being VS & formatting to file scoped namespace
* socket entities
* yup
* fix xml doc
* changes
2023-04-15 01:08:30 +02:00
Ben Reilly
84431decfd
[Fix] Don't dispose streams in DefaultRestClient ( #2652 )
...
* Duplicate file streams before sending
* Other code needs to dispose their objects
* Another resource to dispose
* Stop disposing and copying streams in SendAsync
* Fix inverted boolean check
Co-authored-by: Dmitry <dimson-n@users.noreply.github.com >
* Await results for using statement to work
---------
Co-authored-by: Dmitry <dimson-n@users.noreply.github.com >
2023-04-15 01:07:12 +02:00
Ben Reilly
69cce5baf2
[Fix] Enforce rate limits on 429s ( #2642 )
...
* Reduce available requests to zero on 429
* Update remaining requests when available
* Fix typo
* Use -1 for unlimited
* Update rate limit once per request
2023-04-15 01:06:47 +02:00
Misha133
98f974d0bb
[Feature] 25MiB file upload size limit ( #2663 )
2023-04-15 01:05:04 +02:00
Misha133
f171684af1
[Feature] Voice messages support ( #2665 )
2023-04-15 01:04:41 +02:00
Florian Pabst
75ae48830e
Update EnumConverter and ApplicationCommandOption to register localizations ( #2651 )
2023-04-02 22:03:05 +02:00
Misha133
9ef5a768e0
[Feature] Get current bot application information ( #2619 )
...
* initial commit
* Add support for modifying current bot's app
2023-03-31 13:36:26 +02:00
Misha133
898ee56557
[Feature] Refactor SendMessageAsync & SendFile(s)Async methods & modify webhook message attachments ( #2609 )
...
* initial commit
* resolve merge conficts
* code review suggestions
2023-03-31 13:26:09 +02:00
Misha133
c950106fed
[Fix] Allow creating stickers with no description ( #2628 )
...
* fix `CreateStickerAsync` methods
* Update src/Discord.Net.Rest/Entities/Guilds/GuildHelper.cs
Co-authored-by: Dmitry <dimson-n@users.noreply.github.com >
* fix some parameter names in precontion checks
---------
Co-authored-by: Dmitry <dimson-n@users.noreply.github.com >
2023-03-31 13:24:55 +02:00
Misha133
f9c8530a89
[Feature] Default thread ratelimit in guild text channels ( #2622 )
...
* initial commit
* mocked bruh
2023-03-31 13:22:00 +02:00
Alexander Elo
529fe3d969
Support filtering audit log entries by after id ( #2620 )
...
Adds support for filtering audit log entires with GetAuditLogsAsync. Adds the ability to specify an afterId as specified on [Discord developers docs](https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log ).
2023-03-31 13:21:27 +02:00
Ge
8ccc163fcd
Missing DebuggerDisplay attribute or property ( #2630 )
2023-03-31 13:19:09 +02:00
Misha133
0720049648
[Feature] Create forum channels with default layout ( #2646 )
2023-03-31 13:15:44 +02:00
Misha133
83dfa0cea5
[Feature] Add Message property and UpdateAsync() to IModalInteraction ( #2645 )
...
* initial commit
* better (?) comments
* whoops, accidentally commited this
2023-03-31 13:15:19 +02:00
Misha133
bdd755b8cf
[Feature] Add MaxStageVideoChannelUsers property to IGuild ( #2648 )
2023-03-31 13:14:24 +02:00
Misha133
2112e1f5b6
[Feature] New discord features ( #2649 )
2023-03-31 13:13:58 +02:00
Misha133
abfa8d1751
Missing invite properties ( #2615 )
2023-02-27 14:06:58 +01:00
Misha133
76bb9018c4
[Feature] Text-In-Stage support & missing IVoiceChannel properties ( #2610 )
...
* initial commit
* add a check for voice/stage channels in `PinAsync`
* moar refactoring
* Update IStageChannel.cs
* forgot about mocked. again.
2023-02-26 20:55:23 +01:00
Misha133
e69e27aa44
Create forum posts with DiscordWebhookClient ( #2603 )
2023-02-26 20:49:46 +01:00
Ge
ee617d8ef3
Fix typos in comments and documentation ( #2608 )
...
* Fix typos in comments and documentations
* Fixes more typo
2023-02-26 20:49:16 +01:00
Misha133
709364aaef
AutoMod custom block message ( #2613 )
2023-02-26 20:47:13 +01:00
Misha133
11481a159e
Optimize Add/RemoveRolesAsync methods ( #2614 )
2023-02-26 20:46:31 +01:00
Misha133
177df2ce70
[Feature] Modify guild features ( #2605 )
...
* initial commit
* Update src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs
---------
Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com >
2023-02-19 21:41:14 +01:00
Misha133
673b02dd36
[Feature] AutoMod support ( #2578 )
...
* initial implementation
* update models
* somewhat working auto mod action executed event
* made some properties optional
* comments, rest entity, guild methods
* add placeholder methods
* started working on rule cache
* working events
* started working on rule builder
* working state
* fix null issue
* commentsssss
* public automod rules collection in a socketgulild
* forgot nullability
* update limits
* add Download func to cacheable user
* Apply suggestions from code review
* Update src/Discord.Net.Rest/DiscordRestApiClient.cs
* missing xml doc
* reworkkkk
* fix the `;` lol
---------
Co-authored-by: Quin Lynch <lynchquin@gmail.com >
Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com >
2023-02-16 17:08:47 +01:00
NaN
257f246d1d
Format the project with 'dotnet format' ( #2551 )
...
* Sync and Re-Format
* Fix Title string.
* Fix indentation.
2023-02-13 18:45:59 +01:00
Misha133
bb056dfec0
[Feature] Follow news channels ( #2590 )
...
* initial commit
* Apply suggestions from code review
---------
Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com >
2023-02-09 16:45:04 +01:00
Misha133
b085621ca6
[Feature] Thread user member & thread members pagination ( #2580 )
...
* initial commit
* return & update old method
* mark old method as obsolete
2023-02-09 12:37:26 +01:00
Misha133
75f3c91f9a
IIntegrationChannel & create webhooks in forums ( #2582 )
2023-02-09 12:36:35 +01:00
Misha133
0998285f83
[Feature] Rework Thread property of a message ( #2579 )
...
* move `Thread` property to `IUserMessage` & add one to `SocketUserMessage`
* get channel from cache instead of creating new object
* move the property back to IMessage
2023-02-06 18:35:09 +01:00
Misha133
e3da96fbf5
[Feature] Expose GetCurrentUser method & missing current user API methods ( #2574 )
...
* add stuff
* forgot to push
* docs
* Update DiscordRestClient.cs
* Apply suggestions from code review
* Update toc.yml
---------
Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com >
2023-02-06 17:20:54 +01:00
Misha133
1e21a6ed4a
[Feature] Add missing VoiceChannel properties ( #2573 )
...
* add missing properties
* forgot about `MockedVoiceChannel`
2023-02-06 13:25:59 +01:00
Misha133
91e208474d
[Feature] add Thread property to RestMessage ( #2575 )
2023-01-27 21:16:12 +01:00
Misha133
37d868f934
[Feature] Application Role Connections Metadata support ( #2530 )
...
* models & internal methods
* moar stuff
* working `Get` & `ModifyRoleConnectionMetadata`
* comments & dots
* get & modify user's role connection
* Update src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs
* Update src/Discord.Net.Core/Entities/ApplicationRoleConnection/RoleConnection.cs
Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com >
2023-01-26 01:20:58 +01:00
Misha133
7d8d6ec1a6
[Feature] Add support for Guild Member Flags ( #2571 )
...
* implement `GuildUserFlags`
Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com >
2023-01-23 19:44:34 +01:00
Misha133
94996e7331
Remove outdated checks ( #2561 )
2023-01-21 11:54:25 +01:00
SaculRennorb
493f604bb1
[Bugfix] fixed an NRE when event was changed from in channel to external or vice versa ( #2483 )
...
* fixed an issue when event was cahnged from in channel to external or vice versa
* simplidied location field
2023-01-21 11:53:58 +01:00
Christopher Bonnell
e71faf7138
Repurpose reason field ( #2540 )
2023-01-21 11:53:23 +01:00
Misha133
a3ee8555c6
[Feature] Add new message types & error codes ( #2562 )
...
* Add new message types & error codes
* add role subscription system channel flags and message property
2023-01-21 11:50:57 +01:00
Christopher Bonnell
f224eb0523
Resolve inconsistencies ( #2542 )
...
This commit resolves inconsistencies in missing null coalescent operators in regards to clearing components using null.
2023-01-21 11:49:35 +01:00
Misha133
7c535b952a
[Feature] add missing invite guild properties & welcome screen support ( #2510 )
...
* added models
* working getter for welcome screen
* <see langword="null"/>
* more changes
* modify welcome screen support
* fix some typos & remove `using` added by VS
* Working-ish state
* Resolve some reviews
* change access modifier
* forgot to add docs
* revert to InviteGuild & extend it
* resolve some reviews
* Apply suggestions from code review
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
Co-authored-by: Cenk Ergen <57065323+Cenngo@users.noreply.github.com >
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
2022-12-25 17:40:05 +03:00
Misha133
48fb1b5df4
[Feature] Selects v2 support ( #2507 )
...
* Initial support for new select types
* Merge branch 'dev' of https://github.com/discord-net/Discord.Net into dev
* some component&action row builder additions
* remove redundant code
* changes1
* maybe working rest part?
* working-ish state?
* fix some xml docs & small rework
* typos
* fix `ActionRowBuilder`
* update DefaultArrayComponentConverter to accomodate new select-v2 types
* now supports dm channels in channel selects
* add a note to IF docs
* add notes about nullable properties
* <see langword="null"/>
* update Modal.cs
Co-authored-by: cat <lumitydev@gmail.com >
Co-authored-by: Cenngo <cenk.ergen1@gmail.com >
2022-12-25 13:41:15 +01:00
Misha133
c67642acfa
fix CreatePostError ( #2546 )
2022-12-25 13:36:33 +01:00
Misha133
a53f1dfa58
fix CreatePost methods for IForumChannel ( #2541 )
2022-12-23 14:56:00 +01:00
Misha133
56b1a930e7
[Feature] Age restricted (NSFW) application commands support ( #2531 )
...
* add `nsfw` to data model & internal methods; add missing property
* add `nsfw` prop to command builders
* add `NsfwCommandAttribute` to Interaction Framework
* working state
* docs?
2022-12-20 01:00:56 +03:00
BokuNoPasya
25cfb8822f
Add SendFiles to UserExtensions ( #2509 )
...
* Add SendFiles to UserExtensions
* fix Build
2022-12-14 03:00:59 -04:00
Misha133
82b772ac03
[Feature] Add missing property & new stuff ( #2521 )
...
* add active developer badge support
* add `OwnerId` to threads
* add default forum layout support
* oops, forgot to update modifyasync
* add missing application flags
* Add `50155` error code
2022-12-14 02:57:06 -04:00
Misha133
bd2f719774
Fix GetActiveThreadsAsync & add it to ITextChannel ( #2526 )
...
* fix `GetActiveThreadsAsync` being sadge
* ah, forgot about mocked channel
2022-12-14 02:56:06 -04:00