Commit Graph

38 Commits

Author SHA1 Message Date
rladenson 67376be123 feat(bot): change message count sorting (#514) 2023-02-05 00:52:18 +13:00
spiral b1586c88e1 fix(bot): don't crash when sorting by last message and last message is null 2022-12-15 01:04:46 +00:00
spiral 24db9f28c2 fix(bot): add callback to update message count after proxying
also re-add -with-last-message flag :D
2022-12-10 16:50:22 +00:00
spiral e525c2da63 feat(bot): tweak wording for short list flag error 2022-09-22 19:17:43 +00:00
spiral a2b38c45e2 feat(bot): -with-birthday flag for showing birthday in short member list 2022-09-22 17:59:56 +00:00
spiral 44fe3d538a feat(bot): -with-birthday flag on member lists 2022-09-22 17:29:34 +00:00
spiral 47449ecbc7 fix: typo 2022-09-22 17:27:58 +00:00
spiral 5aa8d45139 fix(bot): throw error if user requests incompatible list options
current behaviour is to silently ignore the incompatible ones, but this will make it more obvious as to why what they're trying to do is not working
2022-09-22 17:17:53 +00:00
Jake Fulmine 494f93d629 feat: add some aliases (pk;ls and -wprns) (#432) 2022-03-30 05:42:34 -04:00
spiral 7afba4ea95 chore: code cleanup (mostly whitespace / remove unused imports) 2022-03-30 04:36:22 -04:00
spiral 8ce7465177 fix: don't crash in lists when searching for a string longer than 256 characters 2022-01-23 01:47:55 -05:00
rladenson c62b9c2d40 feat: add -with-displayname flag to lists 2022-01-19 17:21:37 -05:00
spiral 2639989183 fix git merge from #412 2022-01-14 23:16:10 -05:00
rladenson f3869dbcbe feat: rework group list into member list 2022-01-14 22:30:02 -05:00
spiral f08524ee19 fix: don't leak the existence of private info in lists (#412) 2022-01-14 19:44:44 -05:00
spiral 32bea51e18 feat: config setting to default show/hide private info 2021-12-06 04:01:42 -05:00
spiral 455830a2b5 feat: public/private lookup flags, consistency 2021-12-06 00:32:54 -05:00
spiral 56d07e0f2d feat: pk;config 2021-11-29 21:35:21 -05:00
spiral 979ab714c3 refactor: move ContextExts to own folder, CommandTree / command defs to CommandMeta folder 2021-11-26 22:04:04 -05:00
spiral 1918c56937 feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
spiral 7a5ba8246e refactor: cache own user ID in IDiscordCache
- remove Cluster.User
- remove Cluster.Application (it was only being used as an alternative to Cluster.User for some reason)
- move Bot.PermissionsIn to DiscordCacheExtensions
2021-11-21 19:42:35 -05:00
spiral 9c95ca2ed9 fix: temporarily disable last message query in member_list 2021-11-21 09:03:47 -05:00
spiral 19628ec400 feat: add showing avatar URL in short list 2021-11-14 11:10:19 -05:00
spiral 6da1bbd267 feat: sort by display name in short list 2021-11-08 10:49:50 -05:00
spiral ac2671452d run dotnet format 2021-08-27 11:03:47 -04:00
spiral 65cb937e07 feat: show relevant display option for chosen sort property in full list 2021-08-05 17:49:55 -04:00
spiral 2807906d79 feat: show display options in short member list 2021-08-05 17:48:31 -04:00
spiral dcc15dc847 Move mediaproxy URL rewriting to ProxyService
This shows full size avatars in API / cards.

Also, rewrite URLs currently stored with media.discordapp.net "back" to
cdn.discordapp.com before sending them to users.
2021-08-01 12:51:54 -04:00
Spectralitree 2898b3989a Add color to all lists 2021-03-28 19:22:31 +02:00
Ske 47b16dc51b Port more things! 2020-12-24 14:52:44 +01:00
Ske fdcce05da1 Fix privacy handling in -with-avatar 2020-11-15 14:45:08 +01:00
spiral 71d989f948 Add member list flag to show avatar URL 2020-11-14 12:35:22 -05:00
Ske 8688f4d0bf Merge branch 'main' into feature/groups 2020-08-21 18:31:49 +02:00
acw0 5bc31cbf3e Fix error message 2020-08-05 19:56:40 -04:00
acw0 df7fdce144 Add sorting member list randomly 2020-08-04 19:28:29 -04:00
ent3r 687eaaa928 Fix formatting
Removed bold on a colon
2020-08-03 19:00:27 +02:00
Ske 8a28d836c7 Add group member list command 2020-07-28 19:17:00 +02:00
Ske 467b95b1b1 Refactor and simplify member list code 2020-07-07 20:57:22 +02:00