Commit Graph
100 Commits
Author SHA1 Message Date
Ske 204404bd8d Bounds check system details 2019-07-10 00:21:00 +02:00
Ske 9a5152a74c Add member routes to API 2019-07-10 00:19:18 +02:00
Ske 4874879979 Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
Ske ab49ad7217 Add command list and API documentation 2019-07-03 11:44:57 +02:00
Ske f4b0607572 Add basic documentation site 2019-07-03 10:25:24 +02:00
Ske ce999895c8 Add basic help command 2019-07-01 17:57:43 +02:00
Ske 0a8e72b451 Fix stray old connection string in README 2019-07-01 01:21:56 +02:00
Ske 2dae4fbde0 Actually add the example config file 2019-07-01 01:16:44 +02:00
Ske 2e4d111242 Update README for rewrite 2019-07-01 01:04:35 +02:00
Ske af746ccf81 Add example config file 2019-07-01 00:55:47 +02:00
Ske b5c9793578 Add config file loading 2019-07-01 00:55:41 +02:00
Ske 42147fd9cc Add front percent command 2019-06-30 23:41:01 +02:00
Ske 7eeaea39fe Proxy messages with a mention before tags 2019-06-27 10:38:45 +02:00
Ske 53037f7d52 Add message querying by ? reaction 2019-06-21 14:13:56 +02:00
Ske 93fff14053 Fix skipping proxying of members with no tags 2019-06-21 13:53:19 +02:00
Ske 6e7950722d Fix log channel clearing 2019-06-21 13:52:34 +02:00
Ske 2c3c46002a Add message lookup and log channel setting commands 2019-06-21 13:49:58 +02:00
Ske 06edc9d61e Add API token commands 2019-06-20 21:15:57 +02:00
Ske 7a10a28019 Only show the two most significant delta-time components 2019-06-15 12:49:30 +02:00
Ske 5dafc4fbd4 Add front history command 2019-06-15 12:43:35 +02:00
Ske f4a53ce815 Refactor date/time format constants 2019-06-15 12:33:24 +02:00
Ske fa5a616716 Add system fronter command 2019-06-15 12:19:44 +02:00
Ske 5d15a973f1 Add customization of invite link client ID. Closes #77. 2019-06-15 12:03:07 +02:00
Ske e66c815295 Remove unused function 2019-06-15 11:55:40 +02:00
Ske 1e1ef4495f Add Tupperbox importing support 2019-06-15 11:55:11 +02:00
Ske 9be7514fb9 Fix Newtonsoft.Json NuGet dependency 2019-06-15 11:02:46 +02:00
Ske 652afffb8c Add importing and exporting function 2019-06-14 22:48:19 +02:00
Ske cd9a3e0abd Expand system time selection logic 2019-06-13 23:42:39 +02:00
Ske 72cb838ad7 Add system time zone command 2019-06-13 20:33:17 +02:00
Ske 6cfa4cb2e5 Add usage strings to switch commands 2019-06-13 17:07:49 +02:00
Ske d109ca7b57 Add switch deletion command 2019-06-13 17:05:50 +02:00
Ske 7e9b7dcc98 Add switch commands for adding and moving 2019-06-13 16:53:04 +02:00
Ske 4c6790432b Add system linking commands 2019-05-21 23:40:26 +02:00
Ske 8b8ec80944 Move database/mapper setup code to Core 2019-05-19 22:03:45 +02:00
Ske 08afa2543b Add member avatar edit command
This also refactors a large portion of the DI toolchain, since
I discovered that you shouldn't be reusing IDbConnection objects.

Instead, most services and stores are now declared transient, and
the webhook cache has been moved to a database-independent storage
singleton by itself.
2019-05-17 01:23:09 +02:00
Ske 1824bfd6bb bot: fix proxy service testing members with no tags set 2019-05-13 23:12:58 +02:00
Ske 72a2fadff8 bot: add member deletion command 2019-05-13 23:08:44 +02:00
Ske 5fc91d895c bot: add proxy tag edit command 2019-05-13 22:56:22 +02:00
Ske 62dc2ce78e bot: add birthday command 2019-05-13 22:44:49 +02:00
Ske b42e052fee bot: add member lookup command 2019-05-12 00:44:02 +02:00
Ske c63e20ca50 bot: fix command dispatch 2019-05-12 00:22:48 +02:00
Ske cf2598baa5 bot: add color change command 2019-05-11 23:56:56 +02:00
Ske 12e14c420c web: fix a few small issues 2019-05-08 21:39:30 +02:00
Ske 6cd36e2c5e web: add Docker support for web 2019-05-08 21:16:41 +02:00
Ske 95a7e5e821 web: add basic ASP.NET Core web interface 2019-05-08 20:53:36 +02:00
Ske 495edc3c5e bot: use MemberStore in member type reader 2019-05-08 20:53:01 +02:00
Ske 9b49f22048 bot: enable .NET configuration management 2019-05-08 20:08:56 +02:00
Ske c5d2b7c251 refactor project structure 2019-05-08 00:06:27 +02:00
Ske 23d8592394 bot: add member pronouns command 2019-04-29 20:36:09 +02:00
Ske e55b7f6b71 bot: add member description command 2019-04-29 20:33:21 +02:00
Ske 6fe3154a10 bot: refactor length limits to use constants 2019-04-29 20:28:53 +02:00
Ske bf8387cf52 bot: add invite command 2019-04-29 20:21:16 +02:00
Ske 6be9a6a89a bot: only show proxy tags in list when present 2019-04-29 19:52:07 +02:00
Ske c359935855 bot: sort member list alphabetically 2019-04-29 19:44:17 +02:00
Ske 9a5a5ce34f bot: add member renaming command 2019-04-29 19:43:09 +02:00
Ske ff78639ac0 bot: add usage for commands 2019-04-29 17:44:20 +02:00
Ske 02dfa35a81 bot: add system member list commands 2019-04-29 17:42:09 +02:00
Ske 8359df09e9 bot: add member creation command 2019-04-27 16:30:34 +02:00
Ske 876dcc0145 bot: add system deletion command 2019-04-26 18:15:33 +02:00
Ske b5d87290db bot: finish tag setting command 2019-04-26 17:14:20 +02:00
Ske b8065e2065 bot: periodically update game status 2019-04-25 18:50:07 +02:00
Ske 21b16667df bot: move log channel embed to embed service 2019-04-22 17:10:18 +02:00
Ske 467719283f bot: fix showing id instead of hid on system card 2019-04-21 19:11:05 +02:00
Ske 62cde789cb bot: split bot namespace, add system card, fix command handling 2019-04-21 15:33:22 +02:00
Ske c36cee6f28 bot: create tables on first run 2019-04-20 22:45:32 +02:00
Ske 41d9c84d76 bot: add generic runtime error handler 2019-04-20 22:36:54 +02:00
Ske 0d6b6bf08e bot: trace startup sequence to stdout 2019-04-20 22:25:03 +02:00
Ske e7fa5625b6 bot: .net rewrite skeleton 2019-04-19 20:48:37 +02:00
Ske b5d1b87a72 web: reduce bundle size 2019-04-19 20:41:18 +02:00
Ske 3d6fa86518 Add unfinished website section 2019-04-19 18:08:58 +02:00
Ske 875729258e Actually make a tag, not just dump the ID... *facepalm* 2019-04-15 17:11:45 +02:00
Ske f978029137 Add clickable account tags on pk;system card 2019-04-15 12:42:20 +02:00
Ske b7d648935d Add clickable account tags in message cards 2019-04-14 23:24:49 +02:00
Ske 6c3c6eae4d Add viewing member pronouns on message query. Closes #73. 2019-04-14 22:22:53 +02:00
Ske 0cc55e5717 Remove broken subcommand pk;member help 2019-04-09 22:14:17 +02:00
Ske 54ba5adaa2 Embiggen member name in short list 2019-04-09 22:12:49 +02:00
Ske 146787f665 Fix short member list rendering with prefix/suffixless members 2019-04-09 22:11:47 +02:00
Ske badf784e01 Add help information for reworked system list command 2019-04-09 22:09:46 +02:00
Ske bfdb629aa5 Change format of short member list a bit 2019-04-09 22:08:27 +02:00
Ske 94dcb91bd3 Add improved command help functionality 2019-03-30 21:27:57 +01:00
Ske c37e7f4ee1 Add message querying by reaction 2019-03-30 18:11:53 +01:00
Ske bde1df6868 Enable sharding 2019-03-26 19:21:29 +01:00
Ske c0718a1516 Fix crash on member listing with member without description 2019-03-23 17:42:18 +01:00
Ske aeac3c4b10 Add OAuth2 token flow to API 2019-03-11 21:53:08 +01:00
Ske 47187138b6 Rework API 2019-03-11 20:56:31 +01:00
Ske ac911b170d Fix Tupperbox importing broken by a d.py update\n\nAs for why this is necessary, see https://github.com/Rapptz/discord.py/issues/1973 2019-03-10 23:42:14 +01:00
Ske 7806ccf8d8 Add ellipsis truncation on member list card description 2019-03-10 22:52:43 +01:00
Ske 16515e461c Fix error when trying to message list in DMs 2019-03-09 12:59:19 +01:00
Ske d8f2fe9c48 Fix wrong system name showing on member list of different system 2019-03-09 12:58:35 +01:00
Ske 4e7ccfe25a Make member name sorting case-insensitive 2019-03-09 12:57:11 +01:00
Ske b5f7bfd91b Fix birthday formatting in list command 2019-03-09 12:56:07 +01:00
Ske 41e6b64ad6 Fix error in pagination code 2019-03-08 17:24:16 +01:00
Ske 560b79c2ae Refactored config file loading 2019-03-08 17:22:05 +01:00
Ske abda846ca3 Fixed pagination page count calculation. 2019-03-08 16:07:05 +01:00
Ske 5a6b6c073b Whoops pt. something 2019-03-08 15:42:20 +01:00
Ske c620c53cf0 Remove old workarounds pt. 2 2019-03-08 15:41:37 +01:00
Ske 83b00ee029 Webhook workarounds no longer necessary 2019-03-08 15:40:21 +01:00
Ske eee3ed6462 Whoops pt. 3 2019-03-08 15:19:08 +01:00
Ske 5eddba8c1f Whoops pt. 2 2019-03-08 15:18:24 +01:00
Ske 6f91fdfcc5 Whoops, forgot environment variables were case sensitive 2019-03-08 15:12:14 +01:00