Commit Graph

72 Commits

Author SHA1 Message Date
rootdarkarchon
c4cb52e698 always remove user from grouppairs during purge 2022-12-14 17:47:51 +01:00
rootdarkarchon
a054ddaee0 potentially fix group migration 2022-12-14 17:40:48 +01:00
rootdarkarchon
87fdd55c50 potential fixes for userpurge 2022-12-14 17:36:28 +01:00
rootdarkarchon
2b56e3245b fix PurgeUser 2022-12-14 09:31:21 +01:00
rootdarkarchon
333a8dddd2 update dependencies and fix whitelisting of ips potentially 2022-12-12 19:30:06 +01:00
rootdarkarchon
a554d751b4 fix service provider dispoal 2022-11-19 13:24:20 +01:00
rootdarkarchon
76dded0840 fix verify relink 2022-11-19 13:11:08 +01:00
rootdarkarchon
3a84afc579 add /relink command to discord, refactor verification 2022-11-16 23:15:37 +01:00
rootdarkarchon
b7611a58da adjust handling of auth handler 2022-11-07 02:28:14 +01:00
rootdarkarchon
2a1b04214b adjust authentication handler 2022-11-05 14:51:59 +01:00
rootdarkarchon
d83d9a6753 OneTime Invites Server handling (#17)
* add server-side handling for one time invites
2022-10-25 00:54:51 +02:00
Stanley Dimant
c13e457780 check for existence of WhitelistedIps 2022-10-20 23:54:25 +02:00
Stanley Dimant
8164d737bf whitelist fixes, grpc stream fixes 2022-10-20 23:08:46 +02:00
Stanley Dimant
e3e07fe117 add get required section to discordbotservices 2022-10-20 21:44:28 +02:00
rootdarkarchon
b0daf50725 check for admin/mod after checking for null, duh 2022-10-20 15:32:32 +02:00
rootdarkarchon
19e5dd615d fixes for vanity role checks 2022-10-20 15:04:44 +02:00
rootdarkarchon
e852fae68f add vanity uid for check for uid in userinfo for admin purposes 2022-10-20 14:58:02 +02:00
rootdarkarchon
edb3cd3356 some fixes for userinfo 2022-10-20 14:54:52 +02:00
rootdarkarchon
9a7b50ca90 fix accessors 2022-10-20 14:33:28 +02:00
rootdarkarchon
54dd0b0f6e bind interaction to module 2022-10-20 14:29:11 +02:00
rootdarkarchon
feb3cf328f fix modals 2022-10-20 14:19:56 +02:00
rootdarkarchon
7ef5848eb3 fix compilation error 2022-10-20 14:07:51 +02:00
rootdarkarchon
d26daa6344 make bot less cancer to work with 2022-10-20 13:25:37 +02:00
rootdarkarchon
28cae6d3dd change command name 2022-10-20 11:56:26 +02:00
rootdarkarchon
25772dade8 adjust command 2022-10-20 11:46:07 +02:00
rootdarkarchon
1516ab73c7 add userinfo command 2022-10-20 10:29:31 +02:00
Stanley Dimant
75a18fb0b8 check whitelisted ip when retrieving unauthorized from cache 2022-10-15 15:32:48 +02:00
rootdarkarchon
c98e2b2dd6 Switch Authentication to asynchronous streaming calls (#16)
* add base grpc service and swap auth service to streaming

* remove Authorize from hub itself

* remove unused usings

* heave files server to net 7, add exception handling in grpc auth stream

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2022-10-13 16:55:23 +02:00
Stanley Dimant
0d8a401f13 adjust timings for delays 2022-10-09 16:38:37 +02:00
Stanley Dimant
98f9db8a0f stop being dum 2022-10-09 16:32:21 +02:00
Stanley Dimant
4192c9b212 add more logging 2022-10-09 16:20:04 +02:00
Stanley Dimant
b58d882686 adjust to await foreach and adjust enqueue ident change 2022-10-09 16:09:14 +02:00
Stanley Dimant
031d21e087 add logging to stream finish information to receive ident status change 2022-10-09 15:44:37 +02:00
Stanley Dimant
d49ee21d01 adjust logging and change faulty states 2022-10-09 15:30:43 +02:00
Stanley Dimant
3272dbe040 fix log info 2022-10-09 15:27:17 +02:00
Stanley Dimant
e1519f2497 add some debugging info 2022-10-09 15:23:29 +02:00
Stanley Dimant
46d851b9f0 add log line online/offline to enqueuing 2022-10-09 14:53:14 +02:00
Stanley Dimant
b5325b9c50 adjust grpc api for idents 2022-10-09 14:32:44 +02:00
rootdarkarchon
777a764ef1 move marehub to strong api usage (#14)
* move marehub to strong api usage

* fix merge issues

* latest api

* further optimizations
2022-10-08 14:33:25 +02:00
rootdarkarchon
17f26714ce Switch to GrpcClientIdentificationService and abolish Redis for Idents (#12)
* add GrpcClientIdentificationService

* remove unnecessary gauges

* set to no retry policy

* initialize metrics

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
2022-10-05 23:10:36 +02:00
Stanley Dimant
08b04e14d5 fix regex for vanity ids 2022-10-04 17:03:40 +02:00
Stanley Dimant
a60409d2bd merge 2022-10-04 14:51:49 +02:00
Stanley Dimant
4f6d9f1e65 fixes to bot error message 2022-10-04 14:50:28 +02:00
rootdarkarchon
bff21ead95 Syncshells (#11)
* some groups stuff

* further groups rework

* fixes for pause changes

* adjsut timeout interval

* fixes and namespace change to file scoped

* more fixes

* further implement groups

* fix change group ownership

* add some more stuff for groups

* more fixes and additions

* some fixes based on analyzers, add shard info to ui

* add discord command, cleanup

* fix regex

* add group migration and deletion on user deletion

* add api method for client to check health of connection

* adjust regex for vanity

* fixes for server and bot

* fixes some string comparison in linq queries

* fixes group leave and sets alias to null

* fix syntax in changeownership

* add better logging, fixes for group leaving

* fixes for group leave

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
2022-10-04 14:13:43 +02:00
Stanley Dimant
d866223069 add whitelisted ips to secret key auth handler 2022-10-02 16:57:31 +02:00
Stanley Dimant
56728d1fba more redis fixes 2022-09-13 12:18:02 +02:00
Stanley Dimant
3cdaa53a65 fix services 2022-09-13 12:01:27 +02:00
rootdarkarchon
1f66b2c980 add redis for character identification 2022-09-13 11:45:09 +02:00
Stanley Dimant
a36c04c4c2 fix syntax 2022-08-30 17:22:50 +02:00
Stanley Dimant
f56b643d4d fix purge user gauges 2022-08-30 17:21:50 +02:00