-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into translations
# Conflicts: # src/main/kotlin/org/hyacinthbots/lilybot/extensions/util/PublicUtilities.kt # src/main/kotlin/org/hyacinthbots/lilybot/utils/_Constants.kt
- Loading branch information
Showing
59 changed files
with
1,007 additions
and
1,207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
version: 2 | ||
enable-beta-ecosystems: true | ||
|
||
updates: | ||
- package-ecosystem: "gradle" | ||
target-branch: "develop" | ||
directory: "/" | ||
|
||
schedule: | ||
interval: "weekly" | ||
|
||
- package-ecosystem: "github-actions" | ||
target-branch: "develop" | ||
directory: "/" | ||
|
||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# LilyBot 4.8.1 | ||
|
||
This update fixes ban commands and some errors. | ||
You can find the full changelog below | ||
|
||
Change: | ||
* Update Gradle 8.0.2 and kordex dependency (Internal) | ||
* Send bulk deletes to mod log and message log as they apply to both | ||
|
||
Fix: | ||
* Ban command taking forever while getting messages | ||
* Fix some errors that would appear in AutoThreading when the thread didn't exist yet. | ||
* Guild announcements getting cancelled on exception, meaning messages weren't delivered to some guilds | ||
|
||
You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.0...v4.8.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# LilyBot 4.8.2 | ||
|
||
This update fixes a bug and deprecate log uploading. | ||
You can find the full changelog below | ||
|
||
Change: | ||
* Log uploading is now deprecated as it has been implemented into [Allium](https://github.com/HyacinthBots/Allium). It will be removed in 4.9.0 | ||
|
||
Fix: | ||
* Message bulk delete throwing NPEs when it cannot collect the messages | ||
|
||
You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.0...v4.8.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# LilyBot 4.8.3 | ||
|
||
This update fixes a security vulnerability in the welcome channel dependency. | ||
|
||
You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.2...v4.8.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# LilyBot 4.8.4 | ||
|
||
This update fixes a bug and deprecate log uploading. | ||
You can find the full changelog below | ||
|
||
Change: | ||
* Update to Kord 0.8.0, meaning we got forums!!!! | ||
* Update other dependencies | ||
|
||
You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.3...v4.8.4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# LilyBot 4.8.5 | ||
|
||
This update fixes a bug and deprecate log uploading. | ||
You can find the full changelog below | ||
|
||
New: | ||
* Tags can now be 4096 characters long, quite why you'd want a tag that's 4kB long I don't know, but you can do that now | ||
* Lily will send a message in a gallery channel when permissions are broken for her | ||
|
||
Change: | ||
* Role menu buttons are now GuildButtons | ||
* Upgradle to 8.1.1 | ||
* The role mention check now takes into account the `Mention @everyone, @here and All Roles` permission | ||
|
||
Fix: | ||
* Old tags are no longer deleted before the new tag is validated fixing wierd issues in editing | ||
* Hopefully stop reminder randomly disappearing and subsequently multi-pinging as we're properly checking reminders before deleting them now | ||
|
||
You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.4...v4.8.5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# LilyBot 4.9.0 | ||
|
||
This release removes th deprecated log uploading, expands the capabilities of the clear command and fixes many bugs | ||
You can find the full changelog below | ||
|
||
New: | ||
* Allow custom messages to be sent with bans, intended for adding Appeals Servers. This is part of the moderation config | ||
|
||
Change: | ||
* The clear command can now clear different ranges of messages based on certain parameters. #348 | ||
* Lily now uses the official Kotlin MongoDB driver, rather than KMongo. #351 | ||
* Upgradle to 8.3 and update other dependencies | ||
|
||
Fix: | ||
* Remove usage of deprecated username tags, making use of the new username system | ||
* Fix bulk delete now working properly | ||
* The permission checks on Auto-threading roles | ||
|
||
You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.5...v4.9.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# suppress inspection "UnusedProperty" for whole file | ||
# Gradle props | ||
org.gradle.jvmargs=-Xmx1536m -XX:MaxMetaspaceSize=1536m | ||
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=2048m | ||
org.gradle.parallel=true | ||
kotlin.incremental=true | ||
kotlin.code.style=official |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.