Ax333l
503e095bd0
fix(moderation): properly schedule unmutes
2023-01-04 17:02:34 +01:00
semantic-release-bot
6b08dfd68c
chore(release): 1.19.0 [skip ci]
...
# [1.19.0](https://github.com/revanced/revanced-discord-bot/compare/v1.18.0...v1.19.0 ) (2023-01-04)
### Features
* **poll api:** hash discord user id ([#48 ](https://github.com/revanced/revanced-discord-bot/issues/48 )) ([99c476d](99c476df9a
))
v1.19.0
2023-01-04 12:56:42 +00:00
Ax333l
99c476df9a
feat(poll api): hash discord user id ( #48 )
2023-01-04 12:48:27 +00:00
semantic-release-bot
403560beb0
chore(release): 1.18.0 [skip ci]
...
# [1.18.0](https://github.com/revanced/revanced-discord-bot/compare/v1.17.1...v1.18.0 ) (2023-01-03)
### Bug Fixes
* **moderation:** UserId instead of Member parameter ([5fcad81](5fcad81483
))
### Features
* adjust match for response [skip ci] ([5e7939a](5e7939a512
))
v1.18.0
2023-01-03 13:03:38 +00:00
Ax333l
4c35fe5327
refactor(moderation): improve unmute scheduling
2023-01-03 13:58:45 +01:00
Ax333l
5fcad81483
fix(moderation): UserId instead of Member parameter
...
Context: https://github.com/revanced/revanced-discord-bot/issues/38
2023-01-03 13:58:45 +01:00
oSumAtrIX
5e7939a512
feat: adjust match for response [skip ci]
2022-12-26 04:52:06 +01:00
semantic-release-bot
b2732850ce
chore(release): 1.17.1 [skip ci]
...
## [1.17.1](https://github.com/revanced/revanced-discord-bot/compare/v1.17.0...v1.17.1 ) (2022-12-20)
### Bug Fixes
* **moderation:** use correct mute duration ([#46 ](https://github.com/revanced/revanced-discord-bot/issues/46 )) ([a8cedfc](a8cedfc1c0
))
v1.17.1
2022-12-20 10:43:39 +00:00
Ax333l
a8cedfc1c0
fix(moderation): use correct mute duration ( #46 )
...
sorry
2022-12-20 11:38:11 +01:00
semantic-release-bot
5b5db3bc7e
chore(release): 1.17.0 [skip ci]
...
# [1.17.0](https://github.com/revanced/revanced-discord-bot/compare/v1.16.0...v1.17.0 ) (2022-12-19)
### Features
* permanently mute when no duration is specified ([#44 ](https://github.com/revanced/revanced-discord-bot/issues/44 )) ([573d907](573d907c1d
))
v1.17.0
2022-12-19 18:07:11 +00:00
Canny
573d907c1d
feat: permanently mute when no duration is specified ( #44 )
...
* feat: permanently mute when no duration is specified
Co-authored-by: Sculas <contact@sculas.xyz>
Co-authored-by: Ax333l <Axelen123@users.noreply.github.com>
* refactor: remove unneeded if statement
* fix: unset expires field when permanently muting
* fix: clippy
Co-authored-by: Ax333l <Axelen123@users.noreply.github.com>
Co-authored-by: Ax333l <main@axelen.xyz>
2022-12-19 18:02:20 +00:00
semantic-release-bot
24662262c1
chore(release): 1.16.0 [skip ci]
...
# [1.16.0](https://github.com/revanced/revanced-discord-bot/compare/v1.15.0...v1.16.0 ) (2022-12-15)
### Features
* **utils:** `poll` command ([#40 ](https://github.com/revanced/revanced-discord-bot/issues/40 )) ([3be6b46](3be6b4693c
))
v1.16.0
2022-12-15 19:48:20 +00:00
oSumAtrIX
3be6b4693c
feat(utils): poll
command ( #40 )
...
Co-authored-by: Ax333l <main@axelen.xyz>
2022-12-15 20:37:21 +01:00
semantic-release-bot
90643206b1
chore(release): 1.15.0 [skip ci]
...
# [1.15.0](https://github.com/revanced/revanced-discord-bot/compare/v1.14.0...v1.15.0 ) (2022-12-03)
### Features
* **moderation:** improve log embeds ([#37 ](https://github.com/revanced/revanced-discord-bot/issues/37 )) ([78f954b](78f954b7e8
))
v1.15.0
2022-12-03 03:03:21 +00:00
Ushie
78f954b7e8
feat(moderation): improve log embeds ( #37 )
...
Co-authored-by: Ax333l <main@axelen.xyz>
2022-12-03 03:58:38 +01:00
semantic-release-bot
1c12647364
chore(release): 1.14.0 [skip ci]
...
# [1.14.0](https://github.com/revanced/revanced-discord-bot/compare/v1.13.0...v1.14.0 ) (2022-12-01)
### Bug Fixes
* correct title of auto response [skip ci] ([093f2bf](093f2bf643
))
### Features
* decrease maximum age for auto response [skip ci] ([c2fe25a](c2fe25a3a8
))
* improve responses [skip ci] ([0548876](0548876230
))
* **moderation:** disconnect from voice channel on mute ([#39 ](https://github.com/revanced/revanced-discord-bot/issues/39 )) ([b2aa39b](b2aa39b9b6
))
* remove now useless auto response [skip ci] ([e607fef](e607fef2dc
))
* remove thread introductions [skip ci] ([bca2020](bca2020971
))
v1.14.0
2022-12-01 17:19:36 +00:00
Ax333l
b2aa39b9b6
feat(moderation): disconnect from voice channel on mute ( #39 )
2022-12-01 18:15:05 +01:00
oSumAtrIX
c2fe25a3a8
feat: decrease maximum age for auto response [skip ci]
2022-11-21 01:37:55 +01:00
oSumAtrIX
093f2bf643
fix: correct title of auto response [skip ci]
2022-11-21 01:37:20 +01:00
oSumAtrIX
e607fef2dc
feat: remove now useless auto response [skip ci]
2022-11-21 01:36:12 +01:00
oSumAtrIX
bca2020971
feat: remove thread introductions [skip ci]
2022-11-21 01:35:15 +01:00
oSumAtrIX
0548876230
feat: improve responses [skip ci]
2022-11-21 01:34:56 +01:00
semantic-release-bot
de12d93e45
chore(release): 1.13.0 [skip ci]
...
# [1.13.0](https://github.com/revanced/revanced-discord-bot/compare/v1.12.0...v1.13.0 ) (2022-11-11)
### Bug Fixes
* invalid escape in json value [skip ci] ([488b660](488b66032c
))
* reduce amount of false positives [skip ci] ([6b65929](6b65929d29
))
* reduce false positives [skip ci] ([c68b8c0](c68b8c02c1
))
### Features
* **mute:** add translator role to `take` list ([#33 ](https://github.com/revanced/revanced-discord-bot/issues/33 )) ([7807db2](7807db2c41
))
* response for official links ([2b00d80](2b00d8012c
))
v1.13.0
2022-11-11 22:16:48 +00:00
Ushie
7807db2c41
feat(mute): add translator role to take
list ( #33 )
2022-11-11 23:11:56 +01:00
oSumAtrIX
c68b8c02c1
fix: reduce false positives [skip ci]
2022-11-11 13:40:26 +01:00
oSumAtrIX
488b66032c
fix: invalid escape in json value [skip ci]
2022-11-10 20:26:15 +01:00
oSumAtrIX
6b65929d29
fix: reduce amount of false positives [skip ci]
2022-11-10 20:23:46 +01:00
oSumAtrIX
2b00d8012c
feat: response for official links
2022-11-08 10:29:38 +01:00
semantic-release-bot
0d5f8a6045
chore(release): 1.12.0 [skip ci]
...
# [1.12.0](https://github.com/revanced/revanced-discord-bot/compare/v1.11.2...v1.12.0 ) (2022-11-07)
### Bug Fixes
* **media-channel:** correctly check for admin status ([b0ce5ae](b0ce5ae370
))
* reduce false matches [skip ci] ([4f2250c](4f2250c71f
))
### Features
* improve matching success [skip ci] ([8efe307](8efe307020
))
* improve matching success [skip ci] ([3a18a40](3a18a40362
))
* response to common sponsorblock question [skip ci] ([710a546](710a5462df
))
v1.12.0
2022-11-07 23:41:13 +00:00
oSumAtrIX
b0ce5ae370
fix(media-channel): correctly check for admin status
2022-11-08 00:28:22 +01:00
oSumAtrIX
4f2250c71f
fix: reduce false matches [skip ci]
2022-11-03 06:15:38 +01:00
oSumAtrIX
8efe307020
feat: improve matching success [skip ci]
2022-11-02 23:32:11 +01:00
oSumAtrIX
3a18a40362
feat: improve matching success [skip ci]
2022-11-02 23:26:50 +01:00
oSumAtrIX
710a5462df
feat: response to common sponsorblock question [skip ci]
2022-11-02 23:16:39 +01:00
semantic-release-bot
48e92b3dff
chore(release): 1.11.2 [skip ci]
...
## [1.11.2](https://github.com/revanced/revanced-discord-bot/compare/v1.11.1...v1.11.2 ) (2022-10-24)
### Bug Fixes
* **media-channel:** change order of condition check ([fdf1dca](fdf1dca2a1
))
v1.11.2
2022-10-24 17:12:42 +00:00
oSumAtrIX
fdf1dca2a1
fix(media-channel): change order of condition check
2022-10-24 19:07:32 +02:00
semantic-release-bot
24a084fd1d
chore(release): 1.11.1 [skip ci]
...
## [1.11.1](https://github.com/revanced/revanced-discord-bot/compare/v1.11.0...v1.11.1 ) (2022-10-23)
### Bug Fixes
* **media-channel:** check if message contains attachment ([fd8ca42](fd8ca4215d
))
v1.11.1
2022-10-23 03:30:41 +00:00
oSumAtrIX
fd8ca4215d
fix(media-channel): check if message contains attachment
2022-10-23 05:15:57 +02:00
semantic-release-bot
db83c1f85b
chore(release): 1.11.0 [skip ci]
...
# [1.11.0](https://github.com/revanced/revanced-discord-bot/compare/v1.10.0...v1.11.0 ) (2022-10-08)
### Bug Fixes
* check member role for excluded roles ([6279a79](6279a79132
))
* exclude dash and underscore for decancer ([8af95f0](8af95f03bc
))
* **moderation:** only mute on rejoin if previously muted ([6e9f20d](6e9f20df05
))
* **moderation:** save overwrites before modifying them ([2f67c59](2f67c59bb3
))
### Features
* `unban` command ([b7d333c](b7d333c86c
))
* allow `-` and `_` in usernames ([2767888](276788872c
))
* do not cure bots ([97c064c](97c064ce7f
))
* handle mute when rejoining the server ([042fc8c](042fc8c466
))
* lock & unlock commands ([abdc092](abdc0922eb
))
* media and logging channels and unban command ([4ab4c7e](4ab4c7e00c
))
* new configuration for ReVanced ([d1d99b5](d1d99b505c
))
* remove `ocr` ([c600c51](c600c510a7
))
* use `Swatinem/rust-cache` to cache builds ([cda1bcb](cda1bcb03f
))
* work in progress `ocr` auto responder ([23bc1aa](23bc1aa306
))
### Performance Improvements
* clone `Arc` of `data.database` ([3ad345b](3ad345b009
))
v1.11.0
2022-10-08 01:06:26 +00:00
oSumAtrIX
cda1bcb03f
feat: use Swatinem/rust-cache
to cache builds
2022-10-08 02:51:41 +02:00
semantic-release-bot
7acd911842
chore(release): 1.11.0 [skip ci]
...
# [1.11.0](https://github.com/revanced/revanced-discord-bot/compare/v1.10.0...v1.11.0 ) (2022-10-08)
### Bug Fixes
* check member role for excluded roles ([6279a79](6279a79132
))
* exclude dash and underscore for decancer ([8af95f0](8af95f03bc
))
* **moderation:** only mute on rejoin if previously muted ([6e9f20d](6e9f20df05
))
* **moderation:** save overwrites before modifying them ([2f67c59](2f67c59bb3
))
### Features
* `unban` command ([b7d333c](b7d333c86c
))
* allow `-` and `_` in usernames ([2767888](276788872c
))
* do not cure bots ([97c064c](97c064ce7f
))
* handle mute when rejoining the server ([042fc8c](042fc8c466
))
* lock & unlock commands ([abdc092](abdc0922eb
))
* media and logging channels and unban command ([4ab4c7e](4ab4c7e00c
))
* new configuration for ReVanced ([d1d99b5](d1d99b505c
))
* remove `ocr` ([c600c51](c600c510a7
))
* work in progress `ocr` auto responder ([23bc1aa](23bc1aa306
))
### Performance Improvements
* clone `Arc` of `data.database` ([3ad345b](3ad345b009
))
2022-10-08 00:48:03 +00:00
oSumAtrIX
ea1c1525da
build: get rid of openssl-sys
dependency
2022-10-08 02:33:57 +02:00
oSumAtrIX
d1d99b505c
feat: new configuration for ReVanced
2022-10-07 13:02:31 +02:00
oSumAtrIX
2f67c59bb3
fix(moderation): save overwrites before modifying them
2022-10-07 13:01:30 +02:00
oSumAtrIX
6279a79132
fix: check member role for excluded roles
2022-10-07 12:11:08 +02:00
oSumAtrIX
6e9f20df05
fix(moderation): only mute on rejoin if previously muted
2022-10-07 11:03:12 +02:00
oSumAtrIX
7ea6f90ca0
build: build with cross
2022-09-21 00:26:12 +02:00
oSumAtrIX
e8bb1025fa
build: specify build target
2022-09-21 00:13:01 +02:00
oSumAtrIX
97c064ce7f
feat: do not cure bots
2022-09-21 00:00:16 +02:00
oSumAtrIX
5ab333ba5c
build: remove installing unrequired dependencies [skip ci]
2022-09-09 21:04:36 +02:00