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

[pull] master from freyacodes:master #20

Open
wants to merge 516 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 20, 2023

  1. Implement full semver spec (#867)

    * add full semver spec
    
    * use build instead og buildmetadata and lost possible version forms
    
    * fix buildmetadata
    
    * Update IMPLEMENTATION.md
    
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    
    ---------
    
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8032e3c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    97c9db5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    topi314 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cfb087c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    topi314 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e0fd5e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    a532136 View commit details
    Browse the repository at this point in the history
  2. fix typo in README.md

    topi314 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e8ac79d View commit details
    Browse the repository at this point in the history
  3. update lavaplayer (#872)

    topi314 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b656672 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Add Lavalink branding

    freyacodes committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e0d7588 View commit details
    Browse the repository at this point in the history
  2. update repo links

    topi314 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    afebbaa View commit details
    Browse the repository at this point in the history
  3. update README.md

    topi314 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ede8a1f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Update logo (#879)

    novanai committed May 13, 2023
    Configuration menu
    Copy the full SHA
    4314b3c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    06531ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313cf0a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge branch 'dev' into v4

    # Conflicts:
    #	README.md
    #	settings.gradle.kts
    topi314 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ce53185 View commit details
    Browse the repository at this point in the history
  2. Update IMPLEMENTATION.md (#884)

    Co-authored-by: Toπ <git@topi.wtf>
    novanai and topi314 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    337eab8 View commit details
    Browse the repository at this point in the history
  3. Use kotlinx.serialization (#846)

    * update lavaplayer to custom branch, update lavalink endpoints to v4, remove depreacted thing from v3, add full track json to track events
    
    * implement track and playlist json modifications
    
    * fix missing passing of pluginInfoModifiers
    
    * Use kotlinx.serialization
    
    * Remove dependency on ktor
    
    * Make more use of Omissible
    
    * Test Message serializers
    
    * Remove ktor
    
    * Move v4 jvm code to server
    
    * Update plugin-api to use kx.ser
    
    * Implement kx.ser for serialization in spring
    
    * Update Filters.validate
    
    * Make AudioPluginInfoModifier return new JsonElement
    
    * Update server code
    
    * Fix build
    
    * Add legacy support for v3 plugin api
    
    * Remove last usages of jackson in v4 API
    
    * Cleanup usage of v3 APIs
    
    * Don't deprecate Jackson
    
    * Kotlin reflection cannot check for metadata class
    
    * Add comment
    
    * Add missing return
    
    * Improve load result
    
    * Use system Node.js on NixOS
    
    * Requested change
    
    * Update serial names as requested
    
    * Fix tests
    
    * Minor fixes
    
    * Fix tests
    
    * Make Voice State members non-optional
    
    * Upgrade to Kotlin 1.8.20
    
    * Rename ResultStatus.SEARCH_RESULT to SEARCH
    
    * Fix search result serializer
    
    * Update build.gradle.kts
    
    Co-authored-by: Toπ <git@topi.wtf>
    
    ---------
    
    Co-authored-by: TopiSenpai <git@topi.wtf>
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    3 people committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2bdf608 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    b41f0ae View commit details
    Browse the repository at this point in the history
  2. Port plugin api to Kotlin (#848)

    * update lavaplayer to custom branch, update lavalink endpoints to v4, remove depreacted thing from v3, add full track json to track events
    
    * implement track and playlist json modifications
    
    * fix missing passing of pluginInfoModifiers
    
    * Use kotlinx.serialization
    
    * Remove dependency on ktor
    
    * Make more use of Omissible
    
    * Test Message serializers
    
    * Remove ktor
    
    * Move v4 jvm code to server
    
    * Update plugin-api to use kx.ser
    
    * Implement kx.ser for serialization in spring
    
    * Update Filters.validate
    
    * Make AudioPluginInfoModifier return new JsonElement
    
    * Update server code
    
    * Fix build
    
    * Add legacy support for v3 plugin api
    
    * Remove last usages of jackson in v4 API
    
    * Cleanup usage of v3 APIs
    
    * Don't deprecate Jackson
    
    * Kotlin reflection cannot check for metadata class
    
    * Add comment
    
    * Add missing return
    
    * Rename .java to .kt
    
    * Port plugin-api to Kotlin
    - Target Java 11 on plugin-api
    - Use dokka for javadocJar
    
    * Improve documentation and nullability
    
    * Update Gradle to 8.0.2
    
    * Remove java-library plugin
    
    * Infer generic type
    
    * Code cleanup
    
    * Improve load result
    
    * Use system Node.js on NixOS
    
    * Requested change
    
    * Update serial names as requested
    
    * Rename .java to .kt
    
    * Port plugin-api to Kotlin
    - Target Java 11 on plugin-api
    - Use dokka for javadocJar
    
    * Improve documentation and nullability
    
    * Update Gradle to 8.0.2
    
    * Remove java-library plugin
    
    * Infer generic type
    
    * Code cleanup
    
    * Fix tests
    
    * Minor fixes
    
    ---------
    
    Co-authored-by: TopiSenpai <tobi@strasserhof.com>
    Co-authored-by: TopiSenpai <git@topi.wtf>
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    4 people committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4a7ea0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8abb45 View commit details
    Browse the repository at this point in the history
  4. cleanup old stuff

    topi314 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    20cb44f View commit details
    Browse the repository at this point in the history
  5. fix testbot

    topi314 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cb5bb4f View commit details
    Browse the repository at this point in the history
  6. update filter docs

    topi314 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d19f2a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73f8017 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    513acb0 View commit details
    Browse the repository at this point in the history
  9. include bootJar as artifact

    topi314 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0924033 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    6f62e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a17347 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on May 31, 2023

  1. Update PLUGINS.md

    topi314 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    65e35ed View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. fix download server url

    topi314 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d41edb7 View commit details
    Browse the repository at this point in the history
  2. idk

    topi314 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    aaf6fb8 View commit details
    Browse the repository at this point in the history
  3. fix remaining github links

    topi314 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    99ca517 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa7953b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' into v4

    # Conflicts:
    #	README.md
    #	protocol/build.gradle.kts
    topi314 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    075f67e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 9, 2023

  1. Update README.md (#891)

    SudhanPlayz committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    31ade90 View commit details
    Browse the repository at this point in the history
  2. docs: wording (#894)

    Lulalaby committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b82dd21 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update IMPLEMENTATION.md

    topi314 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d2e7a8b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 29, 2023

  1. musl support (#878)

    topi314 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7a2cac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e6f6d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into v4

    # Conflicts:
    #	IMPLEMENTATION.md
    #	LavalinkServer/build.gradle.kts
    #	README.md
    #	protocol/build.gradle.kts
    #	settings.gradle.kts
    topi314 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    cd5e20f View commit details
    Browse the repository at this point in the history
  4. update changelog

    topi314 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    74c9d56 View commit details
    Browse the repository at this point in the history
  5. rework changelog

    topi314 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a685f28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4be1acf View commit details
    Browse the repository at this point in the history
  7. release v3.7.6 (#898)

    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    Co-authored-by: Essem <smswessem@gmail.com>
    3 people committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    40f0c80 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge branch 'dev' into v4

    topi314 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    158ec67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70cef9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. add v4 changelog

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7938d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0288b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ae224 View commit details
    Browse the repository at this point in the history
  4. update client list

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    09c5746 View commit details
    Browse the repository at this point in the history
  5. add beta notice

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    977af45 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev' into v4

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8d9ea49 View commit details
    Browse the repository at this point in the history
  7. update docs

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3ed79d3 View commit details
    Browse the repository at this point in the history
  8. fix migration guide

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    873fce6 View commit details
    Browse the repository at this point in the history
  9. update changelog

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8931f14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f039e8c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    449c977 View commit details
    Browse the repository at this point in the history
  12. fix publishing (#905)

    * exclude lavalink-server from s01 sonatype
    
    * sign protocol artifacts
    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1da3242 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    810e95d View commit details
    Browse the repository at this point in the history
  14. update gradle to 8.2, add dokka to protocol package & fix missing pom…

    … data in protocol module
    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8f8a463 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e2db07 View commit details
    Browse the repository at this point in the history
  16. allow to change plugins dir

    topi314 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fc51c58 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    2fe72be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c0795b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a42a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    da9ee42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a837b77 View commit details
    Browse the repository at this point in the history
  3. Added magmastream client v4 (#913)

    Co-authored-by: SXM_ABEL <90580222+SxMAbel@users.noreply.github.com>
    nickdevnl and SxMAbel committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fcd3970 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 13, 2023

  1. Systemd example (#890)

    Co-authored-by: Toπ <git@topi.wtf>
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    3 people committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8bf9d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e1866d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. chore: add Shoukaku to Lavalink v4 supported libraries (#916)

    Co-authored-by: Toπ <git@topi.wtf>
    Deivu and topi314 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e7e3f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c58040 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    9d4165d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbb146 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    6ba2986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6672f0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ac3eb8 View commit details
    Browse the repository at this point in the history
  4. fixup some readme things

    topi314 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f543fa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83d6f59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c79ffaa View commit details
    Browse the repository at this point in the history
  7. release v4.0.0-beta.2 (#923)

    topi314 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    30bedca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df60936 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update PLUGINS.md (#924)

    DRSchlaubi committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1bcc3df View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Aug 2, 2023

  1. Update README.md

    topi314 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f311e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2281a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd84b42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    507b610 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    9d85bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b819a View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    topi314 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6f37eba View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    b8055f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    654be72 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Update README.md

    topi314 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    96b4d45 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. add null-check before calling List.indexOf with possible null value t…

    …o avoid npe thanks to ImmutableCollections
    topi314 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0f59a5a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    fb66f58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fe5eb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. add lavalink client (#947)

    Tomato6966 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5a56040 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Aug 20, 2023

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

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    a7d1c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa14d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. add LavaSearch plugin

    topi314 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    944df98 View commit details
    Browse the repository at this point in the history
  2. add lavalink client (#947)

    Tomato6966 authored and topi314 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d001bda View commit details
    Browse the repository at this point in the history
  3. Add FastLink to the clients list (#949)

    ThePedroo authored and topi314 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5985d32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    474a5a0 View commit details
    Browse the repository at this point in the history
  5. add LavaSearch plugin

    topi314 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f90569c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. docs: 📝 Add Riffy to client libraries (#958)

    * docs: 📝 Add Riffy to client libraries
    
    * Fix spacing in README
    
    * Fix the order in README.md
    UnschooledGamer committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b38b05d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Add Python support to lavalink-rs (#962)

    modified:   README.md
    vicky5124 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    16ca93f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge branch 'master' into dev

    # Conflicts:
    #	README.md
    topi314 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1e89d5c View commit details
    Browse the repository at this point in the history
  2. update lavaplayer to 2.0.2

    topi314 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    64e161d View commit details
    Browse the repository at this point in the history
  3. update changelog

    topi314 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    839db58 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #964 from lavalink-devs/dev

    release 4.0.0-beta.4
    topi314 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2cec7bd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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

Commits on Oct 12, 2023

  1. default lavalink plugin repository (#972)

    * implement default lavalink plugin repository
    
    * Update LavalinkServer/application.yml.example
    
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    
    * Update LavalinkServer/application.yml.example
    
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    
    * Apply suggestions from code review
    
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    
    ---------
    
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    76ef7c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 16, 2023

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

Commits on Nov 5, 2023

  1. update lavaplayer to 2.0.3

    topi314 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    380cfb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11a3366 View commit details
    Browse the repository at this point in the history
  3. update changelog

    topi314 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d0880fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac9878 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #975 from lavalink-devs/dev

    release 4.0.0-beta.5
    topi314 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    4271d55 View commit details
    Browse the repository at this point in the history
  6. Add Wavelink to README (#976)

    * Add Wavelink to README
    
    Added version 3 of Wavelink to README.
    Update previous Wavelink information.
    
    * Change additional info
    
    * Add version to additional info.
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Toπ <git@topi.wtf>
    EvieePy and topi314 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    cb14d44 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 20, 2023

  1. enable request logging by default

    since a lot of people are updating to lavalink v4 from v3 they don't have this setting in their application.yml
    these logs are an easy way to see if anything is wrong and should be enabled by default
    topi314 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8ab4e48 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    c136802 View commit details
    Browse the repository at this point in the history
  2. Update to Koe 2.0.0-rc2 (#985)

    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3b61c5f View commit details
    Browse the repository at this point in the history
  3. Update Wavelink in README (#986)

    Wavelink section has been updated
    EvieePy committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7978e9d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    b78a956 View commit details
    Browse the repository at this point in the history
  2. docs (#944)

    topi314 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    86348bd View commit details
    Browse the repository at this point in the history
  3. Change the default max heap allocation to java default (#955)

    * Remove forced Xmx on docker entrypoint
    
    * Set default readme copypastable Xmx value to 1G
    
    * Remove forced Xmx4G from alpine docker file
    
    ---------
    
    Co-authored-by: Toπ <git@topi.wtf>
    # Conflicts:
    #	README.md
    ttmx authored and topi314 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    95217d0 View commit details
    Browse the repository at this point in the history
  4. allow for deserialization of plugin info into data classes (#987)

    * allow for deserialization of plugin info into data classes
    
    * fix unit test
    
    * fixup java access for plugin info deserialization
    
    Co-authored-by: viztea <hi@vzt.gay>
    
    * rename deserialize to deserializePluginInfo & docs
    
    * remove unused import
    
    ---------
    
    Co-authored-by: viztea <hi@vzt.gay>
    topi314 and viztea committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c2b6b09 View commit details
    Browse the repository at this point in the history
  5. Allow setting user data on tracks (#983)

    * implement track user data
    
    * fix unit tests and add Track#copyWithUserData
    
    * remove unnecessary exceptionally
    
    * use loadItemSync instead of loadItem in player rest handler
    
    * Update protocol/src/commonTest/kotlin/PlayerSerializerTest.kt
    
    Co-authored-by: Duncan Sterken <contact@duncte123.me>
    
    * throw http 400 if both track and encodedTrack/identifier is set
    
    * add convenient deserializeUserData method for java
    
    ---------
    
    Co-authored-by: Duncan Sterken <contact@duncte123.me>
    topi314 and duncte123 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3c442f3 View commit details
    Browse the repository at this point in the history
  6. add docs for track user data (#984)

    * document track user data
    
    * Apply suggestions from code review
    
    Co-authored-by: Duncan Sterken <contact@duncte123.me>
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    
    * readded depreacted fields
    
    ---------
    
    Co-authored-by: Duncan Sterken <contact@duncte123.me>
    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    3 people committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    526c880 View commit details
    Browse the repository at this point in the history
  7. Fix typo in field name

    freyacodes committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    bd3a25d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into dev

    # Conflicts:
    #	README.md
    topi314 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    e1de5f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e33099 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    8bae18e View commit details
    Browse the repository at this point in the history
  2. update lavaplayer to 2.0.4

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2671e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b95fcf View commit details
    Browse the repository at this point in the history
  4. update changelog

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a93cfba View commit details
    Browse the repository at this point in the history
  5. update changelog

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3ae0600 View commit details
    Browse the repository at this point in the history
  6. update changelog

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    f1a0b6c View commit details
    Browse the repository at this point in the history
  7. allow markdown in details

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0fd5a33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fd6954 View commit details
    Browse the repository at this point in the history
  9. reorder v4 changelog entries

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3732de6 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ea6f772 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    baec7f7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #988 from lavalink-devs/dev

    release 4.0.0
    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    92bffcc View commit details
    Browse the repository at this point in the history
  13. Update README.md

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    678fb30 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    acc6069 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6edb769 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 8, 2023

  1. Add lavalink.py to clients

    devoxin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    031a9fb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    83fd06a View commit details
    Browse the repository at this point in the history
  2. update oshi to 6.4.8

    topi314 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    bcb5bea View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Add lyrics.kt (#996)

    * Add lyrics.kt
    
    * Make somone happy
    DRSchlaubi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f790a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f5c95 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Add nyxx_lavalink to clients (#998)

    * Add nyxx_lavalink to clients
    
    * Merge Dart clients into one entry
    abitofevrything committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6de2a86 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

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

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    93d8f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4acd10f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    3820e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75559ad View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Add JTL plugin (#1001)

    Features include: ip-rotation and LavaLyrics support
    duncte123 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c2431ce View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 25, 2024

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

Commits on Feb 5, 2024

  1. fix plugin manager not deleting old plugin version (#991)

    * read plugin version & name from manifest instead of file name in plugin manager
    
    * close JarFile correctly
    topi314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c4351be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15fd02b View commit details
    Browse the repository at this point in the history
  3. Release 4.0.1

    freyacodes committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a527886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c59e087 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    59b7ac8 View commit details
    Browse the repository at this point in the history
  2. Cleanup plugin loading code (#1009)

    * cleanup code
    
    * apply feedback
    
    * don't iterate jars twice
    
    * Update LavalinkServer/src/main/java/lavalink/server/bootstrap/PluginManager.kt
    
    Co-authored-by: Toπ <git@topi.wtf>
    
    * remove stray `")`
    
    ---------
    
    Co-authored-by: Toπ <git@topi.wtf>
    devoxin and topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b9eae8a View commit details
    Browse the repository at this point in the history
  3. update oshi to 6.4.11

    topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    070990f View commit details
    Browse the repository at this point in the history
  4. update changelog

    topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c81107a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1007 from lavalink-devs/dev

    release 4.0.2
    topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3a20917 View commit details
    Browse the repository at this point in the history
  6. fix: actually registering plugins

    devoxin authored and topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a4a9b4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e334325 View commit details
    Browse the repository at this point in the history
  8. remove not working plugins

    topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c152d0c View commit details
    Browse the repository at this point in the history
  9. add LavaDSPX to plugins

    devoxin authored and topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8c13156 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc80fd8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1010 from lavalink-devs/dev

    release 4.0.3
    topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6540cbc View commit details
    Browse the repository at this point in the history
  12. update changelog

    topi314 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    502a4b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update clients to include Pomice for v4 support (#1011)

    * Update clients to include Pomice for v4 support
    
    Pomice has been updated to add support for v4 officially
    
    * Update docs/clients.md
    
    Co-authored-by: Toπ <git@topi.wtf>
    
    ---------
    
    Co-authored-by: Toπ <git@topi.wtf>
    cloudwithax and topi314 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ae3deb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Adding ongaku to the client.md list. (#1017)

    * Added Ongaku client
    mplatypus committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c70ee6a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 6, 2024

  1. fix dead links in docs

    topi314 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f77c8f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. update lavaplayer to v2.1.1

    topi314 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    899e370 View commit details
    Browse the repository at this point in the history
  2. update changelogs

    update v3 changelog
    
    fix changelog
    
    update changelog
    topi314 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8888cef View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into dev

    # Conflicts:
    #	CHANGELOG.md
    #	docs/changelog/v4.md
    topi314 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    836103b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1023 from lavalink-devs/dev

    release 4.0.4
    topi314 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    18b77a2 View commit details
    Browse the repository at this point in the history
  5. update changelog

    topi314 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bb5e126 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. add discord redirect

    topi314 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1c83547 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Update troubleshooting.md

    topi314 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    9ae11f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Add config option for enabling NicoAudioSourceManager (#1027)

    * add config option and support for nico
    
    * enable nico by default
    
    * add note on http source
    
    * add nico source into environment variables
    
    ---------
    
    Co-authored-by: Toπ <git@topi.wtf>
    devoxin and topi314 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c1ff05d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Apr 12, 2024

  1. Add lavaclient to client list (#1038)

    * chore(docs): add lavaclient
    viztea committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0ea9afd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. update koe to 2.0.1

    topi314 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0736cc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Add TsumiLink client (#1040)

    * Add TsumiLink client
    
    * Update clients.md
    Fyphen1223 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fdfa4b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update clients.md (#1041)

    ftrapture committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c3c9e25 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    7a4d40f View commit details
    Browse the repository at this point in the history
  2. update lavaplayer to 2.1.2

    topi314 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    96b87bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f985f70 View commit details
    Browse the repository at this point in the history
  4. update changelog for v4.0.5

    topi314 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0e13bbf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1043 from lavalink-devs/dev

    release v4.0.5
    topi314 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9b88fb9 View commit details
    Browse the repository at this point in the history
  6. update docs

    topi314 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    8b3dce4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Add LavaLyrics to plugins.md

    topi314 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ff0a93c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update plugins.md

    topi314 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    53d7ad1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. update plugins.md

    topi314 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a96d69f View commit details
    Browse the repository at this point in the history
  2. fix some docs issues

    topi314 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9023ed1 View commit details
    Browse the repository at this point in the history
  3. fix changelog

    topi314 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d76f1f9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 20, 2024

  1. normalize plugin names

    topi314 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a77c72b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add fixes to documentation (#1047)

    * Replaced string with semver
    
    * added 204 no content option
    mplatypus committed May 24, 2024
    Configuration menu
    Copy the full SHA
    da75d13 View commit details
    Browse the repository at this point in the history
  2. update github cations

    topi314 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d92b3e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25744c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. update changelog

    topi314 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4a9d9b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1052 from lavalink-devs/dev

    release v4.0.6
    topi314 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ef3dfb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a2b99f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. update koe & lavaplayer

    topi314 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8a8ff75 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update docs: added how-to setup IPv6 (#1045)

    ---------
    
    Co-authored-by: topi314 <git@topi.wtf>
    manybaht and topi314 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    e5cb787 View commit details
    Browse the repository at this point in the history
  2. add h1 to ipv6 docs

    topi314 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    11c482a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    b39e145 View commit details
    Browse the repository at this point in the history
  2. update lavaplayer to 2.2.1

    topi314 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6e3f2ba View commit details
    Browse the repository at this point in the history
  3. fix ipv6 index site

    topi314 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1de6e57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af0827e View commit details
    Browse the repository at this point in the history
  5. update CHANGELOG.md

    topi314 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    675aa16 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1067 from lavalink-devs/dev

    release 4.0.7
    topi314 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    93102f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Aug 16, 2024

  1. feat: cleanup track loading (#1068)

    * feat: cleanup track loading
    
    * fix: kdoc
    viztea committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4384612 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Allow usage of non-allocating frame buffers (#1095)

    * Add option for enabling non-allocating framebuffers.
    
    * Accommodate frame buffer changes.
    devoxin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    21bdd69 View commit details
    Browse the repository at this point in the history
  2. remove outdated testbot

    topi314 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2af0559 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    6a53881 View commit details
    Browse the repository at this point in the history
  2. update lavaplayer (#1105)

    topi314 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6b8d266 View commit details
    Browse the repository at this point in the history
  3. update changelog

    topi314 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    278bc91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2946608 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. update more detailed logging

    topi314 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c5b503f View commit details
    Browse the repository at this point in the history