Commit Graph

161 Commits

Author SHA1 Message Date
rootdarkarchon
3a4401038a Messagepack (#43)
* add messagepack to client

* add resolvers

* fixes on client

---------

Co-authored-by: Stanley Dimant <stanley.dimant@varian.com>
Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-02-10 12:31:08 +01:00
rootdarkarchon
ff6d655f57 bump version 2023-02-09 00:17:45 +01:00
rootdarkarchon
f2f5e0f222 fixes some issues with persistent transient resources 2023-02-05 17:17:15 +01:00
rootdarkarchon
3634c06ee5 fixes for pet handling, uploads, clear storage button, remove button while reconnecting, put paused to online/paused, put visible to online 2023-02-05 15:52:27 +01:00
rootdarkarchon
673d098827 fix trying to migrate config when no config is present 2023-02-04 16:27:07 +01:00
rootdarkarchon
7c97d1994c configuration rework 2023-02-04 15:53:23 +01:00
rootdarkarchon
f389bed4e1 do not publish notify from server on reconnect 2023-02-04 02:07:51 +01:00
rootdarkarchon
53bbda4cf4 adjust waiting for loading players 2023-02-03 12:47:17 +01:00
rootdarkarchon
9d4d919f0d fixes an issue with transient data handling 2023-02-02 17:42:50 +01:00
rootdarkarchon
ede62fabae rebuild PlayerManager to CacheCreationService and optimize creation of the local file cache 2023-02-02 15:25:58 +01:00
rootdarkarchon
86549b2d3f bump version 2023-01-31 22:26:46 +01:00
rootdarkarchon
68ae87878a fixes for uid/note display in notifs 2023-01-31 14:54:13 +01:00
Stanley Dimant
12f0789e9c change display of local groups 2023-01-31 10:10:27 +01:00
rootdarkarchon
66fb103c94 add apply last received data 2023-01-30 11:46:17 +01:00
rootdarkarchon
e00804b2ff do not open notes popup on connection when enabled 2023-01-29 21:54:13 +01:00
rootdarkarchon
6b4359c0c2 fix open notes popup on user addition, fix saving on every secrey key access 2023-01-29 21:13:27 +01:00
rootdarkarchon
97b8e0e911 bump version 2023-01-29 20:43:44 +01:00
rootdarkarchon
d7cad81eb0 fix tags pausing/resuming, give back owner the same rights as mod 2023-01-29 18:05:12 +01:00
rootdarkarchon
d47b4f52ec fix sorting in syncshells, display owner properly, display mod popup for syncshells, order world list by name 2023-01-29 17:38:01 +01:00
rootdarkarchon
49bf5bcf13 fix inversion of hide server info messages 2023-01-29 17:14:54 +01:00
rootdarkarchon
451d604f70 fixes pair notes, showing server state on stopping connections 2023-01-29 16:33:42 +01:00
rootdarkarchon
7e1a973178 bump version 2023-01-29 15:52:05 +01:00
rootdarkarchon
0288e7bcb3 bump version 2023-01-29 15:22:54 +01:00
rootdarkarchon
b2276a1883 Client rework for API change and paradigm shift (#39)
* most of the groups refactoring on client

* register OnMethods for group stuff

* start implementing client (still pretty broken)

* finish implementing new api first iteration

* idk rework everything for pair shit (still WIP); goal is to remove PairedClients and GroupPairClients from ApiController

* move everything to PairManager, remove dictionaries from APiController

* remove admin stuff from client, cleanup

* adjust reconnection handling, add new settings, todo still to remove access from old stuff that's marked obsolete from config

* add back adding servers, fix intro ui

* fix obsolete calls

* adjust config namespace

* add UI for setting animation/sound permissions to syncshells

* add ConfigurationService to hot reload config on change from external

* move transient data cache to configuration

* add deleting service to ui

* fix saving of transient resources

* fix group pair user assignments

* halt scanner when penumbra inactive, add visible/online/offline split to individual pairs and tags

* add presence to syncshell ui

* move fullpause from config to server config

* fixes in code style

* more codestyle

* show info icon on player in shells, don't show icon when no changes from default state are made, add online notifs

* fixes to intro UI

---------

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-29 15:13:53 +01:00
rootdarkarchon
6754f3b46e bump version 2023-01-23 23:01:02 +01:00
rootdarkarchon
7a8655f6b1 Chara file data export (#38)
* add rudimentary saving of chara file data

* fix building

* working prototype for MCDF import and application

* adjust code to use streams

* rename cache -> storage
add ui for import/export mcdf

* minor wording adjustments, version bump

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
Co-authored-by: Stanley Dimant <stanley.dimant@varian.com>
2023-01-23 12:56:43 +01:00
rootdarkarchon
45cacc1080 bump version 2023-01-22 12:22:51 +01:00
Stanley Dimant
523135c5b2 bump version and make ct not optional 2023-01-18 15:09:36 +01:00
rootdarkarchon
fd986012a4 bump version 2023-01-18 11:41:23 +01:00
rootdarkarchon
ed3562b170 bump version 2023-01-17 13:17:05 +01:00
rootdarkarchon
206520f6f2 nullify cts properly, bump version 2023-01-15 19:55:43 +01:00
rootdarkarchon
a09b5024f9 adjust version display on clients, up version 2023-01-15 16:34:59 +01:00
rootdarkarchon
f5f9b9c6fc bump version, increase timespan for re-checking queue 2023-01-15 01:41:17 +01:00
rootdarkarchon
aaf11043fe add debug button to copy character data 2023-01-14 20:41:50 +01:00
rootdarkarchon
89eb6b448e bump version 2023-01-11 15:24:11 +01:00
rootdarkarchon
099ac2b3a1 Update for 6.3 and change to File Service Queue (#34)
* add request queue processing on clientside, switch to net7

* reuse httpclient

* dispose and renew httpclient on building connection

* add handling of QueueRequestDto to downloads

* group download by host and port

* refactor SendAsync to SendRequestAsync for readability

* add holding ctrl before clearing cache, add tooltip

* update pathing

* fixes to api usage in client

* fix rendermodel offsets

* fixes for downloads

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-11 14:41:13 +01:00
rootdarkarchon
e1f6d6df24 add warnings for missing optional plugins when respective data is received 2023-01-08 00:19:11 +01:00
rootdarkarchon
90a25c23dc fix some performance issues 2023-01-05 17:57:30 +01:00
rootdarkarchon
7e87dc61e7 add toggle to hide server info messages 2023-01-04 23:54:01 +01:00
rootdarkarchon
9f5b4c189e Refactoring Claims, add Server Side Messaging (#33)
* cache JWT by ApiUri, CharaIdent, SecretKey, refactor auth flow to new api

* add server side message handling

* update client to mainline api

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-04 15:53:27 +01:00
rootdarkarchon
2404dc3f94 bump version 2023-01-03 03:21:55 +01:00
rootdarkarchon
b1f02b1483 fix jwt tokens being stored globally instead of per server 2023-01-02 17:30:29 +01:00
rootdarkarchon
e2931c73ed Switch to JWT authentication (#32)
* switch to jwt authentication

* update api to main/jwt

* bump version

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-02 17:08:56 +01:00
rootdarkarchon
6aace54910 sequentialize file uploads, bump version 2022-12-23 01:53:01 +01:00
rootdarkarchon
e813976171 improve performance of penumbra mod setting changed 2022-12-18 19:08:13 +01:00
rootdarkarchon
b1ae869c78 up version because w/e 2022-12-18 18:54:08 +01:00
rootdarkarchon
de37e22c20 change to penumbra.api, fix animations requiring a redraw to be picked up again 2022-12-18 15:31:25 +01:00
rootdarkarchon
e725c010d7 up version 2022-12-18 13:00:59 +01:00
rootdarkarchon
ffd896168c remove Penumbra dependency and use nuget, minor internal refactoring of structs, more resilent downloads 2022-12-18 13:00:34 +01:00
rootdarkarchon
b5360c58f5 allow moderators to change group invite state, up version 2022-12-16 21:24:18 +01:00