Tiago R
2b5a5e636a
almeida review.mp4
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
e0637a206f
better startThread if checks (almeida is happy)
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
89d6e8aeec
missed one
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
aa1f11e801
lint
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
bfc90093dc
yeet renderUserUsername
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
4d0161a49f
oh god almeida looked at my code
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
10bb0b67bc
some more patches thanks to ruby
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
ba4a2b45b8
remove useless feature check
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
1e66f235b2
media channel icon
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
c5704131ce
support media channels
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
1579c3ec25
disable status-search arg
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
4c788bc321
some transforms
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Tiago R
43076b3db6
update djs
...
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 20:20:17 +00:00
Almeida
047ab872df
fix parsing of file extension in match_attachment_type trigger ( #425 )
2023-12-27 18:44:35 +00:00
Tiago R
d162418be5
Add missing dependency to mutes plugin & fix timeout expiry ( #430 )
...
* +debug
Signed-off-by: GitHub <noreply@github.com>
* Revert "+debug"
This reverts commit 83daee09d9
.
* add missing dependency to mutes
Signed-off-by: GitHub <noreply@github.com>
* lower max timeout duration
Signed-off-by: GitHub <noreply@github.com>
---------
Signed-off-by: GitHub <noreply@github.com>
2023-12-27 18:38:26 +00:00
Tiago R
94a712832a
Display available emojis separately from total on server info ( #433 )
...
* respect .available (almeida-approved code!!)
Signed-off-by: GitHub <noreply@github.com>
* Update backend/src/plugins/Utility/functions/getServerInfoEmbed.ts
Co-authored-by: Almeida <almeidx@pm.me>
---------
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Almeida <almeidx@pm.me>
2023-12-27 18:20:48 +00:00
Dragory
9cc88cfcb8
feat: use emoji icons from Hangar
2023-07-01 13:22:04 +00:00
Dragory
bafe8e3b55
chore: run prettier
2023-07-01 13:10:29 +00:00
Dragory
7927de5b5e
feat: update supporters message
2023-07-01 12:58:14 +00:00
Miikka
e207874ebf
Merge pull request #406 from DenverCoderOne/feat-Make-tag-list-search-case-insensitive
...
feat: Make tag list search case-insensitive
2023-07-01 15:56:55 +03:00
Miikka
4ada164ffa
Merge pull request #346 from DarkView/fix_misleadingMuteNaming
...
Fix "Server voice muted" being true even if self-muted, misleading mods into thinking the user was right-click muted by a moderator
2023-07-01 15:46:51 +03:00
Dragory
761ff27771
feat: upgrade to TypeORM 0.3
2023-07-01 12:17:45 +00:00
Dragory
8cee4ec1e4
fix: crash in JumboCmd error handler
2023-07-01 11:32:59 +00:00
Tiago R
f5d6c895aa
Fix counters set_value not defaulting nulls if not using per_user/per_channel ( #366 )
2023-07-01 13:58:01 +03:00
Tiago R
0da204ed5a
Fix: Utility-Clean command increased limit & chunk messages to be deleted ( #393 )
...
Co-authored-by: Almeida <almeidx@pm.me>
2023-07-01 13:47:56 +03:00
Tiago R
7c2a50921b
Fix: Utility-ServerInfo several fixes ( #394 )
2023-07-01 13:46:21 +03:00
Dragory
2fe92ff76d
fix(tags): user_cooldown now applies per-user, not per-tag
2023-06-24 12:33:56 +00:00
Dragory
63c41f0278
feat: new username support vol 2
2023-06-24 12:07:58 +00:00
Dragory
ecaa16bf7c
feat: use native timestamps more
2023-06-24 11:55:49 +00:00
Dragory
0e70412bc4
feat: new username support
2023-06-24 10:48:45 +00:00
Dragory
514e93aa23
feat(persist): reapply persisted data after delay
...
This enables better interoperability with other bots that apply roles
on join. This is because bots that apply roles on join often run into
a race condition where they're both setting the member's roles at the
same time without knowing about the other, which results in one bot's
roles overriding the other one's. Reapplying Zeppelin's roles after a
delay should ensure that persisted roles get applied properly even in
these cases.
2023-06-24 09:53:06 +00:00
Jonah Lawrence
da59435ae9
feat: Make tag list search case-insensitive
2023-05-16 06:52:24 -06:00
Dragory
5f194bf1ef
chore: fix lint errors; tweak lint rules
2023-05-08 22:58:51 +03:00
Dragory
16fa19d3e9
chore: prettier
2023-05-08 21:33:40 +03:00
Dragory
baee6d2d45
feat: fixes to GuildMemberCache events
2023-05-08 21:23:19 +03:00
Dragory
fa50110766
feat: add member cache; handle all role changes with RoleManagerPlugin; exit gracefully
2023-05-07 17:57:40 +03:00
Dragory
025e67d6b6
feat: -r for !edit_embed
2023-04-09 01:06:49 +03:00
Dragory
434c1543ff
fix: permission check before renewing timeouts
2023-04-06 08:31:15 +03:00
Dragory
9d4e9cf364
fix: broken config regex parsing
2023-04-02 03:18:55 +03:00
Dragory
e43500abba
fix: additional checks for findTagByName
2023-04-01 23:51:29 +03:00
Dragory
0e58301dc8
fix: timeout mutes always being applied for 28d
...
They were still being removed by the bot after the real mute time,
but the native timeout was always set to 28d.
2023-04-01 23:04:30 +03:00
Dragory
ef36ea6999
fix: additional checks for tag set/get
2023-04-01 22:13:48 +03:00
Dragory
c1a91d4dec
fix: check for too many permission overwrites in companion channels
2023-04-01 21:53:12 +03:00
Dragory
dd1afc4dab
fix: don't attempt to message users off-server
...
Co-authored-by: metal0 <metal@i0.tf>
2023-04-01 21:45:12 +03:00
Dragory
dd2eebd4a5
fix: occasional crash in context menus
...
Co-authored-by: metal <metal@i0.tf>
2023-04-01 21:40:27 +03:00
Dragory
3064a05b4d
fix: extra checks for tag get() function
2023-04-01 21:34:14 +03:00
Dragory
a6750da5da
fix: reapply timeout on join for forcemutes
2023-04-01 20:19:17 +03:00
Dragory
017ef5674a
fix: isCommunicationDisabled()
2023-04-01 20:15:03 +03:00
Dragory
600ff6e4a4
docs: timestamp of the
2023-04-01 20:11:40 +03:00
Dragory
0ee5f0a863
fix: additional checks for unmuting without an active mute
2023-04-01 20:09:09 +03:00