Commit Graph

228 Commits

Author SHA1 Message Date
Stanley Dimant
b58d882686 adjust to await foreach and adjust enqueue ident change 2022-10-09 16:09:14 +02:00
Stanley Dimant
1c8f16fac0 attempt with multiple grpc clients 2022-10-09 15:58:36 +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
Stanley Dimant
c14577302e actually change to main api 2022-10-08 14:38:14 +02:00
Stanley Dimant
dc1973cac0 switch to main api 2022-10-08 14:37:20 +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
Stanley Dimant
a8f97aee23 switch bool around 2022-10-07 01:17:02 +02:00
Stanley Dimant
a996fc7689 send disable moderator status to user on ownership transfer 2022-10-06 22:34:32 +02:00
Stanley Dimant
7f3029e82c do not allow to ban or remove owner or moderators from syncshell 2022-10-06 22:24:41 +02:00
rootdarkarchon
520a2299d0 include alias in checking for user in group 2022-10-06 16:34:20 +02:00
rootdarkarchon
5341b5a409 fix compile error 2022-10-06 16:32:39 +02:00
rootdarkarchon
eadecff9e7 send IsModerator on SetModerator per group dto to affected user 2022-10-06 16:09:48 +02:00
rootdarkarchon
7590102dad get ismoderator from getgroups 2022-10-06 16:08:11 +02:00
rootdarkarchon
a45a923260 add group moderation and banning functionality to api (#13)
* add group moderation and banning functionality to api

* set moderator to false on group migration

* send IsModerator in addition on group join

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2022-10-06 15:50:15 +02:00
Stanley Dimant
6ffad7f723 fix servername->shardname 2022-10-05 23:21:59 +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
e2e97065f4 adjust alias length 2022-10-04 14:59:50 +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
8236d355a2 release connected async akways 2022-09-23 12:45:24 +02:00
Stanley Dimant
588eb9f4ed adjust connection limitations 2022-09-15 13:29:28 +02:00
Stanley Dimant
3a7fe47bbb update limit filters, set server to net7 2022-09-15 00:59:00 +02:00
Stanley Dimant
11ee7854ea null-fix 2022-09-14 02:46:41 +02:00
Stanley Dimant
5b919b869d fixes for character push 2022-09-14 02:39:34 +02:00
Stanley Dimant
8ce85ad754 change expiry 2022-09-13 12:28:07 +02:00
Stanley Dimant
54499f42a4 more redis fixes 2022-09-13 12:23:19 +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
db3784e795 merge 2022-09-13 11:47:51 +02:00
rootdarkarchon
1f66b2c980 add redis for character identification 2022-09-13 11:45:09 +02:00
Stanley Dimant
8c6cbc5983 allow multiple http2 connections in grpc 2022-09-13 00:12:23 +02:00
Stanley Dimant
ea48fb3947 check for null or empty on secondary server var 2022-09-10 17:21:08 +02:00
Stanley Dimant
2f52d0ba59 don't send user info updates if it's not the secondary server 2022-09-10 17:07:59 +02:00
Stanley Dimant
721f09631c update api to 14 2022-09-10 13:35:38 +02:00
Stanley Dimant
7ab7e13d96 only send system info from main server 2022-09-08 20:46:14 +02:00
Stanley Dimant
7672df275a add redis test 2022-09-08 20:28:26 +02:00
Stanley Dimant
2192ea1fa0 api update 2022-09-04 21:17:23 +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
Stanley Dimant
1fce2ac8d6 fix commands not being added properly to discord, remove cached auth on regeneration 2022-08-30 17:12:02 +02:00
rootdarkarchon
900e71c8fc actually add recover impl 2022-08-30 16:51:09 +02:00
rootdarkarchon
96dd53ee09 add recover impl 2022-08-30 16:51:01 +02:00