Commit Graph

1128 Commits

Author SHA1 Message Date
Ske 9955dc29f9 Add Elastic-bound logging of (almost) all database update events 2020-08-27 21:28:36 +02:00
Ske 8d27148bdf More updates to event infrastructure 2020-08-27 18:20:20 +02:00
Ske e27826955e Properly tag request logs in metrics 2020-08-27 16:26:37 +02:00
Ske e556cc71fa Add persistent event ID to log context 2020-08-27 14:40:49 +02:00
Ske ca4ffdb803 Slightly change HTTP log format 2020-08-27 14:38:11 +02:00
Ske f2c18dff41 Add preliminary support for logging outgoing HTTP requests 2020-08-27 00:07:00 +02:00
Ske 2d66c44848 Change group limit to 250 2020-08-26 23:22:33 +02:00
Ske 2e6b1826fc Add experimental Elasticsearch logging output 2020-08-26 22:29:24 +02:00
Ske 84a91b3f75 Add "groups" to system privacy parse error 2020-08-26 22:01:52 +02:00
Ske 929b34e555 Add 'g' as alias for system groups 2020-08-26 22:01:42 +02:00
Ske 001aff6298 Restrict member count in group list to public members 2020-08-26 01:50:24 +02:00
Ske de010fde76 Add DM permission "check" when sending system token 2020-08-26 00:17:05 +02:00
Ske 147e1fdc1a Potentially fix NRE in ProxyService 2020-08-25 23:26:41 +02:00
Ske 203dbc65a1 Replace most "code-escaped" literals with properly-escaping helpers 2020-08-25 22:44:52 +02:00
Ske 6e88739424 Fix Postgres setting in docker-compose 2020-08-25 22:33:23 +02:00
Ske 2794919728 Use "smart references" for member commands 2020-08-25 22:33:04 +02:00
Ske d21eb7b477 Add 'nick' to group display name alias 2020-08-25 22:25:20 +02:00
Ske 9114c9815c Switch Docker images to ones with armv7+arm64 support 2020-08-25 21:21:09 +02:00
Ske 536610a46f Docker setup optimizations/tweaks 2020-08-25 20:37:31 +02:00
Ske 302c32372e Update version of DSharpPlus 2020-08-25 20:36:55 +02:00
Ske 0d04725a19 Include full debug symbols when building in Release mode 2020-08-25 20:36:38 +02:00
Ske 2206185d55 Add command prefix configuration 2020-08-25 19:32:19 +02:00
Ske 87619a728e Update group migration date 2020-08-25 19:17:16 +02:00
Ske 1e0ce31ffe Order groups alphabetically by name 2020-08-25 18:43:52 +02:00
Ske 10d6968734 Add metrics for group count 2020-08-25 18:26:52 +02:00
Astrid 04960067c6 Merge pull request #215 from dev-kittens/patch-1
Add flags to switch delete all
2020-08-23 20:27:07 +02:00
kittens 437808afce Add flags to switch delete all 2020-08-21 15:50:34 -04:00
Astrid 616e490e42 Merge pull request #212 from xSke/dependabot/npm_and_yarn/docs/prismjs-1.21.0
Bump prismjs from 1.20.0 to 1.21.0 in /docs
2020-08-21 18:33:19 +02:00
Ske 9e8925c6c1 Merge branch 'feature/groups' into main 2020-08-21 18:32:10 +02:00
Ske 8688f4d0bf Merge branch 'main' into feature/groups 2020-08-21 18:31:49 +02:00
Ske 10c01da39b Couple more slight tweaks :) 2020-08-21 17:08:49 +02:00
Ske 1bb5d203df Various additional tweaks/additions to groups 2020-08-20 21:43:17 +02:00
Ske 9e251352c7 Various fixes and improvements 2020-08-16 12:10:54 +02:00
Astrid 6c1e47e857 Merge pull request #214 from dev-kittens/fix-getchannel
fix GetChannel where guildId is not passed
2020-08-15 16:48:39 +02:00
acw0 dd3b87cb23 use guild ID instead of channel ID in GetChannel 2020-08-13 04:27:44 -04:00
Ske bed43379cf Add additional (debug) logging to (proxy) logger 2020-08-12 21:52:42 +02:00
Astrid 801db3c274 Merge pull request #211 from dev-kittens/random-stuff
Add -all flag to pk;random
2020-08-12 17:15:55 +02:00
Astrid 757997c314 Merge pull request #213 from dev-kittens/patch-1
Fix doubleBacktick replacing
2020-08-12 17:15:12 +02:00
kittens 2d9111727d Use unicode escape sequence for less confusion 2020-08-12 11:05:11 -04:00
kittens 26418871ad Fix doubleBacktick replacing 2020-08-12 10:51:59 -04:00
Ske 0de284cd36 Bounds check system name in new system command 2020-08-11 22:06:02 +02:00
Ske d702d8c9b6 Add group icon command 2020-08-08 15:09:42 +02:00
Ske cedb050b8a Add group delete command 2020-08-08 14:56:34 +02:00
dependabot[bot] f984875145 Bump prismjs from 1.20.0 to 1.21.0 in /docs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-08 00:44:15 +00:00
acw0 5bc31cbf3e Fix error message 2020-08-05 19:56:40 -04:00
Ske a0fc9d3826 Move some extension methods into their respective class files 2020-08-05 20:24:51 +02:00
Ske 7ab5e66d7b Show new color in the member color change embed 2020-08-05 20:20:27 +02:00
acw0 df7fdce144 Add sorting member list randomly 2020-08-04 19:28:29 -04:00
acw0 f6d2f4b620 Add -all flag in random command 2020-08-04 18:43:17 -04:00
ent3r 687eaaa928 Fix formatting
Removed bold on a colon
2020-08-03 19:00:27 +02:00