Skip to content
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

Merge Labs 3.X into dev #1923

Merged
merged 569 commits into from
Nov 23, 2021
Merged

Merge Labs 3.X into dev #1923

merged 569 commits into from
Nov 23, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 21, 2021

  1. meta: bump version

    quinchs committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    d85c5e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Null or empty fix (discord-net#176)

    * Add components and stickers to ReplyAsync extension
    
    * Fixed null or empty
    
    * Changed Label to Description
    
    * -||-
    
    Co-authored-by: quin lynch <lynchquin@gmail.com>
    killerfrienddk and quinchs committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    96af3cc View commit details
    Browse the repository at this point in the history
  2. More regions (discord-net#177)

    * Preconditions
    
    * ChannelHelper
    
    * RestDMChannel
    
    * RestGroupChannel
    
    * RestBan
    
    * RestGroupUser
    
    * EntityExtensions
    
    * DiscordSocketClient
    
    * DiscordSocketClient
    killerfrienddk committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    77b8e78 View commit details
    Browse the repository at this point in the history
  3. Discord.net.core.xml fix (discord-net#178)

    * Changed Label to Description
    
    * Added Discord- .MessageComponent .ISticker[]
    
    ,Discord.MessageComponent,Discord.ISticker[] to ReplyAsync
    killerfrienddk committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3b99ce5 View commit details
    Browse the repository at this point in the history
  4. Remove references to labs

    quinchs committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0bff21f View commit details
    Browse the repository at this point in the history
  5. Update Discord.Net.sln

    quinchs committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a92c6ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a276fb View commit details
    Browse the repository at this point in the history
  7. Added SendMessagesInThreads and StartEmbeddedActivities. (discord-net…

    …#175)
    
    * Added SendMessagesInThreads and StartEmbeddedActivities.
    
    Adjusted owner perms.
    Change UsePublicThreads -> CreatePublicThreads
    Change UsePrivateThreads -> CreatePrivateThreads
    
    * removed extra ///
    
    * Added UsePublicThreads and UsePrivateThreads back with Obsolete Attribute
    
    * removed 'false' from Obsolete Attribute
    drobbins329 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    5987af7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Squashed commit of the following:

    commit dca41a348e36a9b4e7006ef3a76377eb32aad276
    Author: quin lynch <lynchquin@gmail.com>
    Date:   Thu Sep 23 07:02:19 2021 -0300
    
        Autocomplete commands
    quinchs committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    016c1dc View commit details
    Browse the repository at this point in the history
  2. meta: xml. closes discord-net#171

    quinchs committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    884c15c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959df2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a66440 View commit details
    Browse the repository at this point in the history
  5. meta: bump version

    quinchs committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9c9b7fb View commit details
    Browse the repository at this point in the history
  6. meta: bump vers

    quinchs committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    091e7e2 View commit details
    Browse the repository at this point in the history
  7. Fix sticker args

    quinchs committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fa851fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e53fe5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    d0738d6 View commit details
    Browse the repository at this point in the history
  2. Embeds array for send message async (discord-net#181)

    * meta: bump version
    
    * meta: bump vers
    
    * Fix sticker args
    
    * Grammer fix (discord-net#179)
    
    * Added embeds for SendMessageAsync
    
    * [JsonProperty("embed")] forgot to remove this
    
     public Optional<Embed> Embed { get; set; }
    
    * It has been done as requested.
    
    * Changed the old way of handeling single embeds
    
    * Moved embeds param and added options param
    
    * xmls
    
    Co-authored-by: quin lynch <lynchquin@gmail.com>
    killerfrienddk and quinchs committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    cfac5d5 View commit details
    Browse the repository at this point in the history
  3. Fix thread permissions (discord-net#183)

    * Update GuildPermissionsTests.cs
    
    * Update GuildPermissions.cs
    MrCakeSlayer committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ad78542 View commit details
    Browse the repository at this point in the history
  4. Use compound assignment (discord-net#186)

    * Used compound assignment
    
    * -||-
    
    * -||-
    killerfrienddk committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ab8e566 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d897ba1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dba3962 View commit details
    Browse the repository at this point in the history
  7. Fixed some warnings (discord-net#184)

    * Fixed some warnings
    
    * Another fixed warning
    
    * Changed the SSendFileAsync to SendFileAsync
    
    * Removed para AlwaysAcknowledgeInteractions
    
    * Moved it back to the previous version
    
    * Added periods to the end like quin requested!! :((
    
    Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
    killerfrienddk and MrCakeSlayer committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    c997ac2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b47c71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8ffa5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad34d8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0136dec View commit details
    Browse the repository at this point in the history
  12. Use 'switch' expression (discord-net#187)

    * Use 'switch' expression
    
    * Reverted it to the old switch case
    killerfrienddk committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    a4c024a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    788d654 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Submitting updates to include new permissions. (discord-net#195)

    * Submitting updates to include new permissions.
    
    * Make old permissions obsolete and update tests
    
    Co-authored-by: quin lynch <lynchquin@gmail.com>
    drobbins329 and quinchs committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    6457add View commit details
    Browse the repository at this point in the history
  2. Update azure-pipelines.yml

    quinchs committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    bdcc508 View commit details
    Browse the repository at this point in the history
  3. Update azure-pipelines.yml

    quinchs committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    b1e9c73 View commit details
    Browse the repository at this point in the history
  4. Update azure-pipelines.yml

    quinchs committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    3ba6916 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98845b9 View commit details
    Browse the repository at this point in the history
  6. Add support for sending files with multiple embeds (discord-net#196)

    * Add support for sending files with multiple embeds
    
    * Simplify prepending single embed to embed array
    d4n3436 committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    bc8c960 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17b5da2 View commit details
    Browse the repository at this point in the history
  8. Consistency for embeds endpoints (discord-net#197)

    * Changed the way of handling prepending of embeds.
    
    For consistency.
    
    * reformatted the summary
    killerfrienddk committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    afcd179 View commit details
    Browse the repository at this point in the history
  9. Revert pipeline

    quinchs committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    d838de9 View commit details
    Browse the repository at this point in the history
  10. Fix duplicate merge conflicts

    quinchs committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    4fedeee View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    7cabcc7 View commit details
    Browse the repository at this point in the history
  2. Channel endpoints requirements correction (discord-net#199)

    * Added some requirements to channels for topic
    
    * Changed check from NotNullOrEmpty to NotNullOrEmpty
    
    * Added some requirements to channels for name
    
    Preconditions.LessThan
    
    * Formatting of file
    killerfrienddk committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    d21d83b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94ff2e6 View commit details
    Browse the repository at this point in the history
  4. Update azure-pipelines.yml

    quinchs committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    a4550c8 View commit details
    Browse the repository at this point in the history
  5. Update deploy.yml

    quinchs committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    e452a88 View commit details
    Browse the repository at this point in the history
  6. Remove version tag from proj

    quinchs committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    3babf8f View commit details
    Browse the repository at this point in the history
  7. Update deploy.yml

    quinchs committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c28ceeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c91441 View commit details
    Browse the repository at this point in the history
  9. Removed style of the nuget badge and added logo (discord-net#201)

    The style was not properly added to it and the plastic version does not look good with the discord badge.
    I thought it would look better with a logo
    killerfrienddk committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    d5805a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    f63e2dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddf7624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78879da View commit details
    Browse the repository at this point in the history
  4. meta: update XML

    quinchs committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    7079749 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    cd87664 View commit details
    Browse the repository at this point in the history
  2. Added autocomplete in SlashCommandOptionBuilder. (discord-net#206)

    Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
    Eugene Garbuzov and quinchs committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e7cec95 View commit details
    Browse the repository at this point in the history
  3. Fix duplicate autocomplete

    quinchs committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    3fda003 View commit details
    Browse the repository at this point in the history
  4. Fix discord-net#208

    quinchs committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    efc4cb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b1f875 View commit details
    Browse the repository at this point in the history
  6. Fix exposed optional

    quinchs committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    cdbebb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Support the discord:// protocol in buttons (discord-net#207)

    * Update UrlValidation.cs
    
    * Update ComponentBuilder.cs
    
    * Add docs and better error messages.
    
    * Fix wonky intentation
    CottageDwellingCat committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7de13bb View commit details
    Browse the repository at this point in the history
  2. Add competing activity status type (discord-net#205)

    * Update GuildPermissionsTests.cs
    
    * Update GuildPermissions.cs
    
    * Add competing status type
    MrCakeSlayer committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9b7e3da View commit details
    Browse the repository at this point in the history
  3. Add Icons to IRole (discord-net#204)

    * Added icon field to IRole
    
    * Added GetGuildRoleIconUrl()
    WilliamWelsh committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    42b693c View commit details
    Browse the repository at this point in the history
  4. Added Clean Content Function (discord-net#174)

    * Added Clean Content Function
    
    * Fixed Spelling problems and bad var handling
    
    * Add StripMarkDown Method
    emillly-b committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    2cf9896 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Clean Content Expanded (discord-net#212)

    * Implement CleanContent In IMessage & RestMessage
    
    * Update Spelling and Documentation
    
    * Add SanatizeMessage to MessageHelper and Refactor Rest and Socket Message
    emillly-b committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    c073db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34748c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    90986e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Remove null collections

    quinchs committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    5b9203f View commit details
    Browse the repository at this point in the history
  2. Followup with file async warnings (discord-net#216)

    * Changed from NotNullOrWhitespace to NotNullOrEmpty
    
    * Added NotNullOrEmpty on filename
    
    * Added system to interpret from the path
    
    * Added a check for if it contains a period
    
    * It has been done, how ever it will break stuff
    
    * Changed to use ??= how ever still added error check
    
    * Added space under check
    
    * Changed from with a period to valid file extension
    
    * Added checks for SendFileAsync
    
    * Removed filename != null &&
    killerfrienddk committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    dc7e02f View commit details
    Browse the repository at this point in the history
  3. Add channel types in application command options. (discord-net#217)

    * add channel types in application command options
    
    * Indent Docs
    CottageDwellingCat committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    3559c27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a20b2b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6112bc2 View commit details
    Browse the repository at this point in the history
  6. Update azure-pipelines.yml

    quinchs committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    4f9b1b2 View commit details
    Browse the repository at this point in the history
  7. Update azure-pipelines.yml

    quinchs committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    4c70cda View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    b828dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190e9eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    447ab1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8619ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    169010e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. meta: add net5 framework

    Co-Authored-By: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
    quinchs and MrCakeSlayer committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    87af121 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Proper doc logos (discord-net#221)

    * Update GuildPermissionsTests.cs
    
    * Update GuildPermissions.cs
    
    * Add competing activity status type
    
    * logo changes
    
    * logo text as path
    
    * add missing logo
    MrCakeSlayer committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b898df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4282d41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07fe2c2 View commit details
    Browse the repository at this point in the history
  4. Update docfx references

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e8faa00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1354954 View commit details
    Browse the repository at this point in the history
  6. Remove console writeline

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    3cd842b View commit details
    Browse the repository at this point in the history
  7. Remove Console.WriteLine

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0f681ca View commit details
    Browse the repository at this point in the history
  8. Remove useless log

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    baca5f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbf2bb9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96b816e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f19d57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ae1ba6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a4edfba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f6b1ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0fb006 View commit details
    Browse the repository at this point in the history
  16. Rename Default and Required to IsDefault and IsRequired in IApplicati…

    …onCommandOption. Rename DefaultPermission to IsDefaultPermission in IApplicationCommand
    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    596ac74 View commit details
    Browse the repository at this point in the history
  17. Remove extra white spaces

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b3c503b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a4bfe6e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    18856a3 View commit details
    Browse the repository at this point in the history
  20. Remove newline

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    08af731 View commit details
    Browse the repository at this point in the history
  21. Add indent to summaries

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4e75dfb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9734829 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    67a8725 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    622d352 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    19d1c41 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6aa1014 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c44d740 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e8edd2a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e4842b8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2e9e7bf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8178188 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7255fd5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    35fe57b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    68126f2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d374042 View commit details
    Browse the repository at this point in the history
  36. Rename Default, Required, and Autocomplete to IsDefault, IsRequired, …

    …and IsAutocomplete in ApplicationCommandOptionProperties
    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ebc3674 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7a3da6b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5ae3f09 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6cd4730 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    46c8365 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    92da434 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    28f8ac8 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c1b076b View commit details
    Browse the repository at this point in the history
  44. Update UserCommandBuilder

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d818edd View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a4c4731 View commit details
    Browse the repository at this point in the history
  46. Update IGuild summary

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    08134d8 View commit details
    Browse the repository at this point in the history
  47. Update IGuild summaries

    quinchs committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b44ba49 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ae729ef View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    504cbe4 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    537629c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    06eefa7 View commit details
    Browse the repository at this point in the history
  2. General cleanup (discord-net#223)

    * General cleanup
    
    * Add Async suffix to SendAutocompleteResult
    
    * Fix more formatting
    
    * Fix unused RequestOptions in GetActiveThreadsAsync
    
    * Add message to ArgumentNullException
    d4n3436 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    1cf5c8f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Ephemeral attachments

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    266a9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1adadf1 View commit details
    Browse the repository at this point in the history
  3. Add IMessage.Interaction

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6533a2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a8429 View commit details
    Browse the repository at this point in the history
  5. meta: bump version

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e2927f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    799fa91 View commit details
    Browse the repository at this point in the history
  7. Update package logos

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    d4ee375 View commit details
    Browse the repository at this point in the history
  8. Fix logo reference for azure

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6cfbb59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dabed49 View commit details
    Browse the repository at this point in the history
  10. Deprecate old package definitions in favor for target file

    Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
    quinchs and lhjt committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    81d31ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b4e364 View commit details
    Browse the repository at this point in the history
  12. Update package ids

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    978b3cd View commit details
    Browse the repository at this point in the history
  13. Fix url validation

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9a7e925 View commit details
    Browse the repository at this point in the history
  14. meta: bump version

    quinchs committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    136b5c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fda95c7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    33a96ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ae3f60b View commit details
    Browse the repository at this point in the history
  18. Update README with better header (discord-net#232)

    * Update README with better header
    
    Adds HTML elements that implement the main logo & improve the redirection tag positions.
    
    * Resolving border issue in light-mode
    
    * Update sponsor section
    csmir committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    03209c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4c9b396 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2417c85 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a862507 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. meta: bump versions

    quinchs committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    edba12a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Fix discord-net#239

    quinchs committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    62e38c9 View commit details
    Browse the repository at this point in the history
  2. meta: bump version

    quinchs committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1211b85 View commit details
    Browse the repository at this point in the history
  3. meta: update logo

    quinchs committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0e16088 View commit details
    Browse the repository at this point in the history
  4. meta: bump versions

    quinchs committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0f18e5b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    830399f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Dis…

    …cord.Net-Labs into merger-labs
    
    Update requested changes of obsolete and references to labs.
    
    Added `Interaction` to `IMessage`
    Fixed grammar
    Fixed bugs relating to interactions.
    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    097d284 View commit details
    Browse the repository at this point in the history
  3. Update docs

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    4ea9978 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    fa6a0a8 View commit details
    Browse the repository at this point in the history
  5. meta: docs building

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    516cfaf View commit details
    Browse the repository at this point in the history
  6. Update docs.yml

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    06711c4 View commit details
    Browse the repository at this point in the history
  7. Update docs.yml

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    aec47dd View commit details
    Browse the repository at this point in the history
  8. Fix docfx version

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    b8c0085 View commit details
    Browse the repository at this point in the history
  9. Update docs.yml

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    81678ea View commit details
    Browse the repository at this point in the history
  10. Update docs.bat

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    ad09833 View commit details
    Browse the repository at this point in the history
  11. Rename docs repo for clone

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    ec0c3e2 View commit details
    Browse the repository at this point in the history
  12. update docfx version

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    31118d2 View commit details
    Browse the repository at this point in the history
  13. Update docs.bat

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    14a6ad9 View commit details
    Browse the repository at this point in the history
  14. Update docfx version

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    a794c7a View commit details
    Browse the repository at this point in the history
  15. Remove docs from pipeline

    quinchs committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    785b4b6 View commit details
    Browse the repository at this point in the history
  16. FAQ revamped, metadata updated (discord-net#241)

    * FAQ revamped, metadata updated
    
    * Update FAQ.md
    
    * Update README.md
    
    * Docs index improvement
    csmir committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    15a160e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    830bc3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a9ef2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    796d94d View commit details
    Browse the repository at this point in the history
  4. feature: modify role icons

    quinchs committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    6cc4e65 View commit details
    Browse the repository at this point in the history
  5. meta: changelog

    quinchs committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    c9cba02 View commit details
    Browse the repository at this point in the history
  6. meta: bump version

    quinchs committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    7e27a63 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    quinchs committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    89ba558 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    8f9eb07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab213af View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Add new activity flags (discord-net#254)

    * Add new activity flags
    
    * Add missing commas
    BillChirico committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a20118a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd3214d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55794d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    501ff9d View commit details
    Browse the repository at this point in the history
  5. Docs work (WIP) (discord-net#242)

    * Main page work
    
    * Metadata logo dir
    
    * More main page edits
    
    * Naming change
    
    * Dnet guide entries pruned
    csmir committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    1393868 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Add student hub guild directory channel (discord-net#256)

    * animated guild banner support
    
    * Add guild directory channel
    MrCakeSlayer committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    a9216f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6092c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Merge labs 3.x

    quinchs committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    969e882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01718fa View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Update head.tmpl.partial

    quinchs committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d0e3744 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Removed BannerId and AccentColor (discord-net#260)

    * Removed BannerId property, GetBannerURL method, and AccentColor property from IUser and socket entities.
    
    * Fixed errors in IUser.cs
    
    * Added back summary for GetAvatarUrl method in IUser.cs
    Liege72 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    244fcb9 View commit details
    Browse the repository at this point in the history
  2. Support Guild Boost Progress Bars (discord-net#262)

    * Support Guild Boost Progress Bars
    
    * Update SocketChannel.cs
    
    * Fix non-optional and unnecessary values.
    
    * Spelling
    
    * Reordering and consistency.
    CottageDwellingCat committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    caaad5e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Remove log for reconnect

    quinchs committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9e4b085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    146859a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    650dd94 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    3b57e1d View commit details
    Browse the repository at this point in the history
  2. Rename new activity flags

    quinchs committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    4a4f1bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bceeab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ceccbe View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Amend creating slash command guide (discord-net#269)

    * Adding BotHTTPInteraction user flag
    
    * Added comments explaining the Global command create stipulations.
    drobbins329 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ef4aa62 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    8439019 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    8abc9b4 View commit details
    Browse the repository at this point in the history
  2. initial interface changes

    quinchs committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c349643 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    fd28b61 View commit details
    Browse the repository at this point in the history
  2. meta: bump versions

    quinchs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    69a6b4d View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    quinchs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a7896e0 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    quinchs committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    85b9f4f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Support Min and Max values on ApplicationCommandOptions (discord-net#273

    )
    
    * Support Min and Max values on ApplicationCommandOptions
    
    * Support decimal min/max values
    
    * Docs imrpovments + use ToNullable
    CottageDwellingCat committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8e5e360 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Logomark, doc settings edit (discord-net#258)

    * Logomark, doc settings edit
    
    * Replace standard logo
    
    * Bumping docfx plugins to latest release
    
    * Bump version metadata
    
    * Logo svg fix
    csmir committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    14672e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a094be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3299cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32f5661 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update package logo

    quinchs committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1a97d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Automatically fix ordering of optional command options (discord-net#276)

    * auto fix optional command option order
    
    * clean up indentation
    CottageDwellingCat committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    37d9bb3 View commit details
    Browse the repository at this point in the history
  2. Fix maximum number of Select Menu Options (discord-net#282)

    As of https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-menu-structure the maximum number of options is 25, not less than 25. Hopefully the change catches all necessary locations
    Floowey committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    de404b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cee64e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de59f5a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Interaction Specific Interfaces (discord-net#283)

    * added interaction specific interfaces
    
    * fix build error
    
    * implement change requests
    Cenngo committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2cb0a01 View commit details
    Browse the repository at this point in the history
  2. Update application

    quinchs committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    9dd4ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c253e View commit details
    Browse the repository at this point in the history
  4. Add Guild Scheduled Events (discord-net#279)

    * guild events initial
    
    * sharded events
    
    * Add new gateway intents and fix bugs
    
    * More work on new changes to guild events
    
    * Update guild scheduled events
    
    * Added events to extended guild and add event start event
    
    * Update preconditions
    
    * Implement breaking changes guild guild events. Add guild event permissions
    
    * Update tests and change privacy level requirements
    
    * Update summaries and add docs for guild events
    quinchs committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e41e1a1 View commit details
    Browse the repository at this point in the history
  5. meta: bump version

    quinchs committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7c615cb View commit details
    Browse the repository at this point in the history
  6. Increment meta version (discord-net#285)

    * Increment meta version
    
    * Update docfx.json
    csmir committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    f7a0311 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    e596312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01a025 View commit details
    Browse the repository at this point in the history
  3. meta: bump version

    quinchs committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    89e783f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7901877 View commit details
    Browse the repository at this point in the history
  5. Remove newline

    quinchs committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    dea7ba9 View commit details
    Browse the repository at this point in the history
  6. Fix autocomplete result value

    quinchs committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    b8218a0 View commit details
    Browse the repository at this point in the history
  7. meta: bump versions

    quinchs committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    6088859 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c96381 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5baa95 View commit details
    Browse the repository at this point in the history
  10. Fix Components not showing on FUWF (discord-net#288) (discord-net#293)

    Adds Components to Payload JSON Generation
    exsersewo committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    614a96b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    1cfa704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c908f14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5b8d07 View commit details
    Browse the repository at this point in the history
  4. Implement Better Discord Errors (discord-net#291)

    * Initial error parsing
    
    * Implement better errors
    
    * Add missing error codes
    
    * Add voice disconnect opcodes
    
    * Remove unused class, add summaries to discordjsonerror, and remove public constructor of slash command properties
    
    * Add error code summary
    
    * Update error message summary
    
    * Update src/Discord.Net.Core/DiscordJsonError.cs
    
    Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
    
    * Update src/Discord.Net.WebSocket/API/Voice/VoiceCloseCode.cs
    
    Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
    
    * Fix autocomplete result value
    
    Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
    quinchs and lhjt committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    9cc7d2d View commit details
    Browse the repository at this point in the history
  5. Change the minimum length of slash commands to 1 (discord-net#284)

    * Change the minimum length of slash commands to 1. This is the correct value according to the docs and it has been changed after user feedback.
    
    * Fix the limit in 3 other places
    
    Co-authored-by: quin lynch <lynchquin@gmail.com>
    pdelvo and quinchs committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7581757 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    f629633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd993a6 View commit details
    Browse the repository at this point in the history
  3. Fix mocked text channel

    quinchs committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    319ae50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd9b37d View commit details
    Browse the repository at this point in the history
  5. Initial fix (discord-net#297)

    quinchs committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    71e03ac View commit details
    Browse the repository at this point in the history
  6. meta: bump version

    quinchs committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2d20a84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6927914 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b293c3c View commit details
    Browse the repository at this point in the history
  9. Update from release/3.x

    quinchs committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    db201df View commit details
    Browse the repository at this point in the history
  10. Remove more labs references

    quinchs committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    fb31484 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5010e47 View commit details
    Browse the repository at this point in the history