Commit Graph

625 Commits

Author SHA1 Message Date
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
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
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
Kuba_Z2
66e6329b9d Update ip discovery to send 74 bytes (#2617) 2023-03-02 19:19:10 +00: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
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
7b321afa4f Fix automod action executed event message being null (#2606) 2023-02-19 20:49:58 +00: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
Casmir
0c27395efd Fix gateway deadlock (#2600)
Co-authored-by: Quin Lynch <lynchquin@gmail.com>
2023-02-14 21:44:54 +00: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
1e21a6ed4a [Feature] Add missing VoiceChannel properties (#2573)
* add missing properties

* forgot about `MockedVoiceChannel`
2023-02-06 13:25:59 +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
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
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
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
Frederik P
4cad546d57 Implemented ClientDisconnect event for audio client. (#2520) 2022-12-14 02:57:54 -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
Misha133
01ae904fe1 [Feature] Add missing properties in forum & thread channels (#2469)
* add `AppliedTags` property

* convert collections into immutable arrays

* remove "not supported" remark

* implement `ThreadChannelProperties`

* Add `DefaultSlowModeInterval` and `DefaultSlowModeInterval` properties to forum channels

* add `Moderated` property to `ForumTag``

* `ForumTag` inherits `ISnowflakeEntity`

* Fix `DiscordRestClient.GetChannelAsync` not getting forum channel

* a lot of changes

added:
- channel flags
- `ForumTagBuilder`
- imroved channel modification

* fixed a bug in forum tag emoji parsing

* inherit forum channel from `INesteeChannel`

* implement `INestedChannel` in forum channels

* Add `Flags` property to channels

* add iteraface for forum tags & add equality operators

* Add default reaction emoji property

* add support for modifing default reaction & some renaming

* add createForumChannelAsync to guild

* *fix resharper being a d... and moving code to next line*

* add a `ForumChannels` property

* Some fixes & add support for `default_sort_order`

* fix misleading comment

* fix #2502

* support creating post with applied tags

* fix xmldoc

* set category id on model update

* add limit checks for tag count
2022-11-07 17:25:49 +01:00
Miha Zupan
7077c4469a Avoid throwing on missing Application (#2497) 2022-11-07 16:49:46 +01:00
Quahu
c7ac59d892 Fixed an oversight clearing session data upon any disconnect. (#2485) 2022-09-28 19:35:24 -03:00
Misha133
b45b1526c0 add addtional checks for gateway events logging (#2462) 2022-09-14 12:09:12 -03:00
Quahu
d4c533aed0 Implemented resume_gateway_url. (#2423)
* Implemented resume_gateway_url.

* Made the requested changes.

* Implemented passing the gateway URL down from DiscordShardedClient.

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
2022-09-14 12:08:25 -03:00
Cenk Ergen
39bbd298c3 Interactions Command Localization (#2395)
* Request headers (#2394)

* add support for per-request headers

* remove unnecessary usings

* Revert "remove unnecessary usings"

This reverts commit 8d674fe4faf985b117f143fae3877a1698170ad2.

* remove nullable strings from RequestOptions

* Add Localization Support to Interaction Service (#2211)

* add json and resx localization managers

* add utils class for getting command paths

* update json regex to make langage code optional

* remove IServiceProvider from ILocalizationManager method params

* replace the command path method in command map

* add localization fields to rest and websocket application command entity implementations

* move deconstruct extensions method to extensions folder

* add withLocalizations parameter to rest methods

* fix build error

* add rest conversions to interaction service

* add localization to the rest methods

* add inline docs

* fix implementation bugs

* add missing inline docs

* inline docs correction (Name/Description Localized properties)

* add choice localization

* fix conflicts

* fix conflicts

* add missing command props fields to ToApplicationCommandProps methods

* add locale parameter to Get*ApplicationCommandsAsync methods for fetching localized command names/descriptions

* Apply suggestions from code review

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>

* Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>

* add inline docs to LocalizationTarget

* fix upstream merge errors

* fix command parsing for context command names with space char

* fix command parsing for context command names with space char

* fix failed to generate buket id

* fix get guild commands endpoint

* update rexs localization manager to use single-file pattern

* Upstream Merge Localization Branch (#2434)

* fix ci/cd error (#2428)

* Fix role icon & emoji assignment. (#2416)

* Fix IGuild.GetBansAsync() (#2424)

fix the problem of not being able to get more than 1000 bans

* [DOCS] Add a note about `DontAutoRegisterAttribute`  (#2430)

* add a note about `DontAutoRegisterAttribute`

* Remove "to to" and add punctuation

Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>

* fix: Missing Fact attribute in ColorTests (#2425)

* feat: Embed comparison (#2347)

* Fix broken code snippet in dependency injection docs (#2420)

* Fixed markdown formatting to show code snippet

* Fixed constructor injection code snippet pointer

* Added support for lottie stickers (#2359)

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>
Co-authored-by: BokuNoPasya <49203428+1NieR@users.noreply.github.com>
Co-authored-by: Misha133 <61027276+Misha-133@users.noreply.github.com>
Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
Co-authored-by: Ge <gehongyan1996@126.com>
Co-authored-by: Charlie U <52503242+cpurules@users.noreply.github.com>
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>

* remove unnecassary fields from ResxLocalizationManager

* update int framework guides

* remove space character tokenization from ResxLocalizationManager

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>
Co-authored-by: BokuNoPasya <49203428+1NieR@users.noreply.github.com>
Co-authored-by: Misha133 <61027276+Misha-133@users.noreply.github.com>
Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
Co-authored-by: Ge <gehongyan1996@126.com>
Co-authored-by: Charlie U <52503242+cpurules@users.noreply.github.com>
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>
2022-08-26 18:45:27 +03:00
Bob
65b98f8b12 Update xmldocs to reflect the ConnectedUsers split (#2418) 2022-08-15 13:34:17 -04:00
Cenk Ergen
e551431d72 Max/Min length fields for ApplicationCommandOption (#2379)
* implement max/min length fields for ApplicationCommandOption

* fix badly formed xml comments
2022-08-03 16:44:30 +03:00
d4n
1eb42c6128 fix: Issues related to absence of bot scope (#2352) 2022-08-03 11:17:43 +02:00
Alex Thomson
ba02416421 fix: DisconnectAsync not disconnecting users (#2346) 2022-08-02 11:26:34 +02:00
Armano den Boef
902326d1f3 fix: Range of issues presented by analyzer (#2404) 2022-08-01 18:53:22 +02:00
zaanposni
cfd2662963 docs: ChannelUpdated event xml comment (#2366) 2022-08-01 17:43:11 +02:00
Armano den Boef
a663f61a86 fix: Webhookupdated data naming 2022-08-01 17:41:25 +02:00
CottageDwellingCat
010e8e828f feat: Support the WEBHOOKS_UPDATED event (#2384)
Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>
2022-08-01 17:38:10 +02:00
d4n
35db22e527 feat: Add support for attachments on interaction response type 7 (#2336)
* Add support for attachments on interaction response type 7

* Add missing checks
2022-06-02 10:19:28 -03:00
Quin Lynch
7adf516b20 fix: Disable TIV restrictions for rollout of TIV (#2342) 2022-06-02 10:18:27 -03:00