Commit Graph

90 Commits

Author SHA1 Message Date
Stanley Dimant
028d1642e1 fix up some bot shit 2024-11-09 02:06:10 +01:00
Stanley Dimant
561e48510b add embed captcha to bot 2024-09-24 02:49:39 +02:00
Stanley Dimant
b17fb758f9 add botlog to vanity uid setting 2024-09-19 09:44:43 +02:00
Stanley Dimant
cb0b626816 fix vanity removal 2024-09-19 09:37:55 +02:00
Stanley Dimant
82f9fc3719 update services to not restart periodic tasks on discord reconnect 2024-09-19 09:34:12 +02:00
Stanley Dimant
9a926dfbeb add authstring to log 2024-09-06 12:43:35 +02:00
Stanley Dimant
1a672afa5f escape URLs 2024-09-06 12:36:54 +02:00
Stanley Dimant
fdabc7d8fa fix typos 2024-09-06 11:18:58 +02:00
Stanley Dimant
e9ffde0824 add discord channel botlog 2024-09-06 10:43:49 +02:00
Stanley Dimant
c2cc8e28f8 fix relink 2024-08-22 09:11:15 +02:00
Stanley Dimant
7b37be5264 handle forbidden 2024-08-20 21:42:15 +02:00
Stanley Dimant
fd95aafb46 add note about what the key contains 2024-08-11 15:20:31 +02:00
Stanley Dimant
a159a2ac71 add hashed key to log 2024-08-11 15:06:33 +02:00
Stanley Dimant
30f003828e reduce secondary uids to 20 2024-07-27 17:36:44 +02:00
Stanley Dimant
713d054ccb server ban update, remove reporting 2024-07-18 12:10:55 +02:00
Stanley Dimant
dc33858626 some refactoring 2024-05-06 14:05:24 +02:00
Stanley Dimant
872ebcd5eb remove grpc 2024-04-30 11:34:42 +02:00
rootdarkarchon
e7a5ad3730 bugfix 2024-04-01 11:29:28 +02:00
rootdarkarchon
4732c62d20 some prepwork 2024-03-31 13:46:24 +02:00
rootdarkarchon
cf3c41bf23 remove old crap 2024-02-20 00:44:51 +01:00
rootdarkarchon
e63f056c38 add descriptions to roles that can set vanity ids 2024-02-15 21:10:09 +01:00
rootdarkarchon
c6d3ac1c51 add newlines 2024-01-10 15:39:50 +01:00
rootdarkarchon
919a601827 add recover warning 2024-01-10 15:37:44 +01:00
rootdarkarchon
d6d5004d1f fix relink 2024-01-10 15:35:15 +01:00
rootdarkarchon
33afe8da2c fix bot 2023-10-29 02:30:01 +02:00
rootdarkarchon
6006f42fc2 fix check for vanity roles 2023-10-21 02:00:21 +02:00
rootdarkarchon
b0a05800b9 fix bot crashing 2023-10-21 01:17:45 +02:00
rootdarkarchon
48ec4f0c27 adapt register and relink module 2023-10-21 00:17:02 +02:00
rootdarkarchon
2c9d432fed remove hashed secret key display from userinfo 2023-10-17 09:19:16 +02:00
rootdarkarchon
9ce8d411ee fix some log calls 2023-10-12 18:32:23 +02:00
rootdarkarchon
2f1b1f4b27 add more logging to mare wizard module 2023-10-12 17:11:39 +02:00
rootdarkarchon
fee84aa1ff fix regex 2023-10-07 16:26:52 +02:00
rootdarkarchon
1cfcea7c13 fix vanity 2023-09-17 00:11:41 +02:00
rootdarkarchon
7e90187822 rebuild discord bot to better user interactions 2023-09-17 00:05:57 +02:00
rootdarkarchon
715bd87907 fix relink when secondary uids are present 2023-07-17 09:06:24 +02:00
rootdarkarchon
022e2c7585 fix whitespace report stuff 2023-06-04 10:33:46 +02:00
rootdarkarchon
4b9026d23a add reporting ban user 2023-03-21 02:17:52 +01:00
rootdarkarchon
7b0ac34623 add mare profiles 2023-03-19 18:57:55 +01:00
rootdarkarchon
48323d68b0 [Draft] Update 0.8 (#25)
* get rid of file handling through grpc and signalr

* fix upload on controller

* adapt usersetpairpermissions

* send user perms

* server-side fixes

* rework file upload

* adjust log level to debug in docker standalone json

* update dependencies

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-03-14 19:46:59 +01:00
rootdarkarchon
7a211aa236 fix recovery 2023-02-25 14:37:49 +01:00
rootdarkarchon
aa03d400d4 - reload configs on change
- remove grpc config service replace with http
- add messaging to channel
2023-02-25 12:20:59 +01:00
rootdarkarchon
ab05198aad push discord.net to 3.9.0 2023-02-10 11:11:15 +01:00
rootdarkarchon
39b9427b5c potentially fix discord bot 2023-02-01 19:26:00 +01:00
rootdarkarchon
3f31e14b68 potentially fix handle secondary 2023-02-01 19:20:35 +01:00
rootdarkarchon
677224e363 add secondary UID stuff 2023-01-31 23:33:04 +01:00
rootdarkarchon
a182f36485 attempt to switch ident service to redis 2023-01-08 14:51:56 +01:00
rootdarkarchon
74b7fcdf89 Refactoring using Claims more, add Server Side Messaging (#20)
* add some refactoring based on claims, handle chara ident inside claim, fix discord userid in log

* improve authentication responses, add server side messaging

* update server to mainline api

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-04 15:49:18 +01:00
rootdarkarchon
4d1ef1f871 something something metrics 2022-12-27 15:43:58 +01:00
rootdarkarchon
9eb5967935 rework server responsibilities (#18)
* rework server responsibilities
add remote configuration

* start metrics only when compiled as not debug

* add some more logging to discord bot

* fixes of some casts

* make metrics port configurable, minor fixes

* add docker bullshit

* md formatting

* adjustments to docker stuff

* fix docker json files, fix some stuff in discord bot, add /useradd for Discord bot

* adjust docker configs and fix sharded.bat

* fixes for logs, cache file provider repeat trying to open filestream

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2022-12-27 13:48:05 +01:00
rootdarkarchon
7ee7fdaf48 switch around all iconfiguration usage to ioptions 2022-12-23 01:53:21 +01:00