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

fix: ip discovery changes (74 byte udp packets) #1955

Merged
merged 7 commits into from Mar 2, 2023

Conversation

Lulalaby
Copy link
Member

@Lulalaby Lulalaby commented Mar 1, 2023

Closes #1954

@Lulalaby Lulalaby requested a review from a team as a code owner March 1, 2023 23:55
@Lulalaby Lulalaby enabled auto-merge (squash) March 1, 2023 23:55
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #1955 (f6a9bf8) into master (5d7a2b4) will not change coverage.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1955   +/-   ##
=======================================
  Coverage   33.32%   33.32%           
=======================================
  Files          97       97           
  Lines       18901    18901           
=======================================
  Hits         6298     6298           
  Misses      12603    12603           
Flag Coverage Δ
macos-latest-3.10 33.30% <0.00%> (ø)
macos-latest-3.11 33.30% <0.00%> (ø)
macos-latest-3.8 33.31% <0.00%> (ø)
macos-latest-3.9 33.31% <0.00%> (ø)
ubuntu-latest-3.10 33.30% <0.00%> (ø)
ubuntu-latest-3.11 33.30% <0.00%> (ø)
ubuntu-latest-3.8 33.31% <0.00%> (ø)
ubuntu-latest-3.9 33.31% <0.00%> (ø)
windows-latest-3.10 33.30% <0.00%> (ø)
windows-latest-3.11 33.30% <0.00%> (ø)
windows-latest-3.8 33.31% <0.00%> (ø)
windows-latest-3.9 33.31% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
discord/gateway.py 20.82% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d7a2b4...f6a9bf8. Read the comment docs.

@Lulalaby Lulalaby added bug Something isn't working priority: high High Priority status: awaiting review Awaiting review from a maintainer API Reflection Discords API wasn't correctly reflected in the lib labels Mar 2, 2023
@Lulalaby Lulalaby added this to the v2.5 milestone Mar 2, 2023
@Lulalaby Lulalaby disabled auto-merge March 2, 2023 03:13
@Lulalaby Lulalaby removed this from the v2.5 milestone Mar 2, 2023
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
Copy link
Member

@NeloBlivion NeloBlivion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and tested fine, though this technically isn't a new change; it's been 74 bytes since December 2019 while 70 bytes has been deprecated since then, and now they're finally removing it completely.
This could be made clearer in the changelog, but this difference isn't particularly important to the user.

@BobDotCom BobDotCom merged commit cab0d71 into master Mar 2, 2023
@Lulalaby Lulalaby deleted the fix/voice/ip-discovery branch March 2, 2023 04:21
BobDotCom added a commit that referenced this pull request Mar 20, 2023
* fix: ip discovery changes (74 byte udp packets)

* chore: Pr will be 1955

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update CHANGELOG.md

Signed-off-by: Lala Sabathil <aiko@aitsys.dev>

* Update CHANGELOG.md

Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>

---------

Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Reflection Discords API wasn't correctly reflected in the lib bug Something isn't working priority: high High Priority status: awaiting review Awaiting review from a maintainer
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

IP Discovery
4 participants