Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Merge from upstream - #3

Open
dhopcs wants to merge 259 commits into
blackmesadev:masterfrom
bwmarrin:master
Open

Merge from upstream#3
dhopcs wants to merge 259 commits into
blackmesadev:masterfrom
bwmarrin:master

Conversation

@dhopcs

@dhopcs dhopcs commented May 19, 2022

Copy link
Copy Markdown
Member

No description provided.

FedorLap2006 and others added 30 commits February 9, 2022 03:45
Co-authored-by: ToπSenpai <15636011+TopiSenpai@users.noreply.github.com>
Dropping user account endpoints and functionality
* update audit log keys and actions

* remove unncessary tab

* move comments above

* feat: corrected comments for audit log change keys

* fix: typos in audit log change keys comments and definitions

Co-authored-by: nitroflap <fe.lap.prog@gmail.com>
* add missing json error codes

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* requested changes

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* formatting

* add ErrCodeEmbedDisabled back

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
* feat: ci barebones

* fix(.github/workflows): checkout

* feat(.golangci.yml): removed presets

* feat(workflows/ci): moved matrix to test job

* feat(golangci-lint): disabled all linters except golint

* fix(workflows/ci): golangci-lint action cache fix

* feat(workflows/ci): custom step with golangci-lint on normal commit

* feat(.github/workflows): moved setup-go into individual jobs

* feat(workflows/ci): only new lint issues for pull requests
* feat(interactions): application command attachment option

* fix(interactions): corrected application command attachment option type
* Create edit application command permissions endpoint

* Add remaining command permissions endpoints

* Clean up naming a bit

* Add docs for application command permissions endpoints

* Update comments

* More comments

* :^)

* Put the verb in API method names at the end

* Review feedback

* Add default permissions

* feat(restapi): rewording of comments to application command permissions endpoints

* fix(rest): errors for application commands permissions endpoints

* style(interactions): changed order of fields in ApplicationCommand

Co-authored-by: NotUnlikeTheWaves <hleistra@gmail.com>
Co-authored-by: nitroflap <fe.lap.prog@gmail.com>
IntrntSrfr and others added 30 commits March 17, 2025 12:22
Use A-Za-z range instead of A-z range
---------

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
Co-authored-by: sa-dd <asaad5436@gmail>
* feat(components): add Label component

* feat: update modals example

* feat(MessageComponentInteractionData): add resolved property

* chore(MessageComponentInteractionDataResolved)!: rename MessageComponentInteractionDataResolved to ComponentInteractionDataResolved
BREAKING CHANGE: `ChannelMessagesPinned` now has `before` and `limit` arguments
* todo: use crypto/aes maybe

* Finally make it work using new transport encryption

* Cleanup

* Remove old stuff

* Remove old stuff from testing

* Move nonceCounter incrementation to make it more explicit

* note

* Migration complete: Change opusReceiver to use aead_aes256_gcm_rtpsize

- Looks like the migration has been fully completed from the old xsalsa20_poly1305 to aead_aes256_gcm_rtpsize
- opusReceiver has now been completed too because in all honesty after figuring everything out for opusSender, implementation for opusReceiver is even easier
- With the migration complete, discordgo no longer relies on golang.org/x/crypto (secretbox) and just uses crypto/aes instead

* Remove unneccessary mutex lock

- Removed an unnecessary mutex lock
- Changed the p.Opus = opus back to a regular if statement like before for simplicity inside of opusReceiver

* Fixup

---------

Co-authored-by: Bill Dengler <codeofdusk@gmail.com>
* support guild role member count

* add s to method name
…TextInput.Label` (#1672)

---------

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.