Commit graph

655 commits

Author SHA1 Message Date
Petal Ladenson
601d266063
feat(bot): add many aliases 2024-08-29 21:32:22 +09:00
alyssa
843275a3ac fix(bot): check if user has a system registered in proxy checks 2024-08-29 04:12:26 +09:00
alyssa
a128fd5492 fix(bot): properly cancel dispatch prompt 2024-08-23 04:24:25 +09:00
alyssa
45640f08ee feat: improve dispatch security 2024-08-22 07:10:35 +09:00
sam
aa04124639 feat: store edit command message ID in redis 2024-08-17 12:37:09 +12:00
alyssa
d305faf401 refactor(bot): clean up cache extensions 2024-08-07 19:14:32 +09:00
alyssa
1f11dbf269 fix(bot): clean up hid padding code 2024-06-04 18:56:28 +09:00
Iris System
082782b283 fix(bot): fix hid list pad when queryer has no registered system 2024-05-30 11:18:01 +12:00
alyssa
6d49961daf feat(bot): config setting to pad 5-character ids in lists 2024-05-19 21:31:26 +09:00
alyssa
c3a30a59cd fix(bot): format ids correctly in a few places 2024-05-11 21:32:16 +09:00
alyssa
f6fceffc3f fix(bot): reset content-type header before reading content
Discord CDN sometimes returns content-type headers that not only break json
deserializing, but also just reading the body...
2024-05-11 20:54:05 +09:00
Iris System
7965e15282 fix(bot): make deletion ID checks accept hyphens/caps 2024-05-11 20:07:01 +12:00
Iris System
1ce9227b7d feat(bot): add option for hid capitalization 2024-05-11 20:07:01 +12:00
Iris System
9f56697241 feat: initial 6-character HID rework 2024-05-11 20:07:01 +12:00
alyssa
5656f592a9 feat(bot): add new APP tag to pk;explain and help command
Co-authored-by: XDuskAshes <thegaymeradummy@gmail.com>
2024-04-19 17:26:13 -04:00
alyssa
64c1939d71 feat(bot): query updated signature parameters of expired discord attachments 2024-03-13 21:25:35 +13:00
nim-ka
1493e8d83d Remove trailing newlines 2024-03-07 03:31:01 -08:00
nim-ka
8f7f4ab6f4 Add shorthand 'pk;x' for 'pk;edit -regex' 2024-03-07 03:25:17 -08:00
Iris System
71ea11e97e feat: add system_id parameter to avatar pull requests 2024-02-13 22:42:40 +13:00
Iris System
6547f1ca20 fix(bot): add AvatarSource.HostedCdn 2024-02-13 22:42:40 +13:00
Astrid
8157c6932e
feat: add support for external avatar hosting service (#614) 2024-02-11 15:53:46 +13:00
Jake Fulmine
8befb1c857
fix(bot): avoid 403 status codes on image upload (#611) 2024-02-09 16:38:17 +13:00
Ouroboros
8e0b4ed4fa
fix(bot): update credits on pk;help (#609) 2024-01-27 14:00:42 +13:00
Ouroboros
2d26fee5f5
fix(bot): correct inconsistencies in group avatar/banner messages (#607) 2024-01-27 14:00:20 +13:00
Ouroboros
b48a36eb4b
fix(bot): inconsistent period cleanup in pk;cfg (#606) 2024-01-27 13:59:59 +13:00
Ouroboros
08012d7c62
fix(bot): add link to support server to group limit warnings (#605) 2024-01-27 13:59:30 +13:00
Ouroboros
a27200de6e
fix(bot): add link to support server to member limit warnings (#604) 2024-01-27 13:59:10 +13:00
Ouroboros
e167b0e0d9
fix(bot): remove '@mention' instruction from ShowBannerImage (#603) 2024-01-27 13:58:32 +13:00
Ouroboros
bf51c1921b
fix(bot): add member hid to rename response if new name contains spaces (#602) 2024-01-27 13:58:10 +13:00
Iris System
1aa410e4f4 fix(bot): remove query params from avatar attachment on member creation
see also commit 8cf50a7d97
2023-10-11 15:17:09 +13:00
Alex
c8f2a137a0
feat(bot): add regex message editing (#587) 2023-09-10 17:58:54 +12:00
Jake Fulmine
3fe41ecac5 fix: typo in keepproxy command response 2023-09-03 08:06:37 +02:00
Jake Fulmine
66187ab40f
fix(bot): don't check server keepproxy settings in dms (#588) 2023-08-30 09:02:49 +12:00
Jake Fulmine
fc45d356f8 fix: make clearing server keepproxy more obvious 2023-08-19 16:51:26 +12:00
Jake Fulmine
22ce250b56 feat: per-server keepproxy toggling (#574)
Merges PluralKit/PluralKit#574
2023-08-10 18:31:11 +12:00
rladenson
e58b3c7274 feat: add text-to-speech option to members (#570)
Merges PluralKit/PluralKit#570
2023-08-10 18:30:37 +12:00
rladenson
68cd21fb2f feat: proxy tag privacy (#571)
Merges PluralKit/PluralKit#571
2023-08-10 18:30:21 +12:00
rladenson
084df88624
fix(bot): don't try to get system guild settings while not in a guild (#576) 2023-07-30 18:02:51 +12:00
rladenson
3045c5e307 feat(bot): add system guild icon & guild name (#554) 2023-07-19 12:49:00 +12:00
rladenson
d12cd481f6 fix(bot): add warnings on setting avatar when proxyavatar is set (#572) 2023-07-19 12:40:16 +12:00
rladenson
599f0fbc54 feat(bot): added "pk;s fh clear" as alias to "pk;sw delete all" (#567) 2023-07-19 12:33:45 +12:00
Iris System
6b14c50f09 fix(bot): only allow proxying in known-supported channel types
This is so that new channel types added by Discord (that may or may not
support the features we need for proxying to work) don't throw piles of
error codes at users when they try to proxy.
2023-06-28 14:38:50 +12:00
Iris System
83af1f04a7
feat(bot): add support for Discord message context commands (#513) 2023-05-16 03:17:34 +12:00
Iris System
66544b9d40 fix(bot): make proxy/log blacklists work properly with threads
Handling of both blacklists was inconsistent when dealing with threads:
- proxy blacklist of root channel blacklists all threads
- log blacklist of root channel _did not apply_ to threads
- couldn't proxy blacklist threads while leaving root channel proxyable

This change fixes the inconsistencies:
- proxy _and_ log blacklist of root channel affects all threads
- now able to individually proxy/log blacklist threads, with root
  channel unaffected
2023-05-10 13:16:16 +12:00
spiral
eefbaf0c1d feat(bot): correctly proxy voice messages 2023-04-15 12:10:04 -04:00
Jake Fulmine
8187aa05b7
feat(bot): add proxy error config (#544) 2023-03-26 11:42:47 +13:00
Bray
1a4b21ccac
feat(bot): support threads for logs (#541) 2023-03-24 15:18:23 +00:00
spiral
f6a9d693cd fix(bot): ignore charset from discord cdn for export files 2023-03-11 17:45:22 -05:00
the iris system
ccb89f50e9
feat(bot): allow separate member avatars for proxied messages (#523)
This allows for using one avatar for the member card, and a different
avatar for proxied messages - so that users can set the main avatar to
a "full" version of their avatar, and the "proxy" avatar to a cropped
version.
2023-03-02 06:11:35 +13:00
Iris System
1b3fa07c67 feat(bot): update help message footer with bot icon credit 2023-02-25 08:26:08 +13:00