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

Implement new voice encryption modes #990

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 1, 2024

  1. Implement new voice encryption modes

    The new encryption modes are aead_aes256_gcm_rtpsize and
    aead_xchacha20_poly1305_rtpsize.
    
    XSalsa20 Poly1305 encryption is deprecated for Discord voice connections
    and will be discontinued as of November 18th, 2024.
    
    See https://discord.com/developers/docs/change-log#voice-encryption-modes
    lukellmann committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    eed1131 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Minimize deprecation code

    lukellmann committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    b2554eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f390507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e04768 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Remove !!

    lukellmann committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    98e3881 View commit details
    Browse the repository at this point in the history
  2. Trailing , ❤️

    lukellmann committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    62994af View commit details
    Browse the repository at this point in the history