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

Improve get_channel logic #112

Merged
merged 3 commits into from
Mar 3, 2022
Merged

Conversation

Drapersniper
Copy link
Contributor

No description provided.

@Jackenmen Jackenmen added this to the 0.9.2 milestone Mar 3, 2022
@Jackenmen
Copy link
Member

Tests are failing here

Copy link
Member

@Jackenmen Jackenmen left a comment

Choose a reason for hiding this comment

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

Looks alright

@Jackenmen Jackenmen self-assigned this Mar 3, 2022
@Jackenmen Jackenmen merged commit 5649f70 into Cog-Creators:develop Mar 3, 2022
@Drapersniper Drapersniper deleted the get_channel branch March 3, 2022 20:19
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 10, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 20, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 20, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 20, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 21, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 21, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 28, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Drapersniper added a commit to Drapersniper/Red-Lavalink that referenced this pull request Mar 29, 2022
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
Jackenmen added a commit that referenced this pull request Mar 29, 2022
* WIP discord.VoiceProtocol

* make similar of old socket_response behavior.

* No longer pass voice_ws_func to node

* Cleanup.

* Fix tests.

* More cleanup

* More cleanup

* Fix style.

* hm yeah

* Remove node.get_voice_ws, and replace it with client.is_closed.

* Use Shard.is_closed instead of bot.is_closed.

* Include methods from HTTPClient in Player.

* ... forgot one.

* Put back RESTClient to Player instead of Node.
It needed Player.state to works properly.

* Delete node._remove_player. Use player.disconnect force instead.

* Add discord.py 2.0 changes

* Fix unwanted voice events being passed

* Fix 2/3 tests.

* Reformat.

* Assert from player.

* Simplify this.

* Improve get_channel logic (#112)

* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>

* Fix and complete the secure connection implementation (#116)

* Fix the partial implementation of a secure connection.

* https 1

* address review

Co-authored-by: jack1142 <[email protected]>

* Add Exception classes to RLL (#115)

* Add RLL Specific errors and use them where appropriate

* update exception name to remove "exception" and keep naming consistent with others

* Add a Trace Logger class and use is across RLL to reduce log spam. (#119)

* Add a Trace Logger class and use is across RLL to reduce log spam.

* formatting

* Tweaks

* fix wrong typehint

* change from debug to verbose

* update logs to not dump handled traceback on console

* add some logging around `lavalink.close()`

* add missing callback to tasks

* reorder for better logging

* Add RLL Specific errors and use them where appropriate

* conflict resolution + cleanup

* Major rework of shutdown and reconnect logs to avoid zombie tasks and… (#6)

Co-authored-by: jack1142 <[email protected]>

* conflict resolution with predas

* welp

* Conflict resolution between Develop and PredaaA/Feature/dpy-voiceprotocol

* Add Exception classes to RLL (#115)

* Add RLL Specific errors and use them where appropriate

* update exception name to remove "exception" and keep naming consistent with others

* Add a Trace Logger class and use is across RLL to reduce log spam. (#119)

* Add a Trace Logger class and use is across RLL to reduce log spam.

* formatting

* Tweaks

* fix wrong typehint

* change from debug to verbose

* update logs to not dump handled traceback on console

* add some logging around `lavalink.close()`

* add missing callback to tasks

* reorder for better logging

* Add RLL Specific errors and use them where appropriate

* conflict resolution + cleanup

* refix the conflict resolution

* Update lavalink.py

* address jack's review

* typing, docs, style

* address code review

* type the event handler (dispatch)

* Update lavalink/player.py

Co-authored-by: jack1142 <[email protected]>

* missed this?

* Update lavalink.py

Co-authored-by: PredaaA <[email protected]>
Co-authored-by: aikaterna <[email protected]>
Co-authored-by: jack1142 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants