raven Raven
Raven pushed to characters at Raven/osirose-new 2025-01-08 02:03:45 -05:00
6d35d15ac3 - add: ability to refresh the current session
Raven pushed to characters at Raven/osirose-new 2025-01-07 23:48:37 -05:00
584892ab97 - fix: compile issue on windows due to incorrect signal handling function call
Raven pushed to characters at Raven/osirose-new 2025-01-07 22:17:03 -05:00
db868cc1ac - add: Character service now loads the data from the database and sends it in the character list packet
Raven pushed to characters at Raven/osirose-new 2025-01-07 13:41:26 -05:00
cb6ee657f0 - add: Character service can now actually create a character correctly in the database
c6c502fd8a - remove: duplicated data entries in the character db schema
Compare 2 commits »
Raven pushed to characters at Raven/osirose-new 2025-01-05 22:50:11 -05:00
9f63a5fd3a - update: moved signal handler into utils crate to make it easier to update
Raven pushed to characters at Raven/osirose-new 2025-01-05 22:17:23 -05:00
f8243fe68c - fix: character service to compile issues with new packet structure
Raven pushed to characters at Raven/osirose-new 2025-01-05 21:21:25 -05:00
2153583813 - update: item_list type changed to a fixed array in character list reply
2ef85f85db - update: NullTerminatedString now derives Clone and Default
Compare 2 commits »
Raven pushed to characters at Raven/osirose-new 2025-01-05 17:18:17 -05:00
fb8f9cccf4 - update: function calls to character service in the packet service now actually use the call the correct requests
b01432501c - update: character service grpc protocol additions for create, delete and get character with stubs
7417d2d6dd - update: grpc character db api now includes getting the character list
Compare 3 commits »
Raven created branch characters in Raven/osirose-new 2025-01-05 17:18:17 -05:00
Raven pushed to main at Raven/osirose-new 2025-01-04 17:46:41 -05:00
4a826d2a46 - update: packet router to have the various services needed for the packets to be local to it.
Raven pushed to main at Raven/osirose-new 2024-12-27 19:05:09 -05:00
00468e9600 - update: generate_service_id function call now takes in the service name so the id file isn't always called utils_service_id.txt
17f653c629 - update: packet server character handler
f99fda9e1a - add: character service grpc server impl for getting the character list
bdc2384f12 - update: character.proto to return character list
0bf8fd9bee - add: handlers for character create/delete/select
Compare 9 commits »
Raven pushed to main at Raven/osirose-new 2024-12-21 15:12:17 -05:00
7698cb95ff - update: docker compose will now restart the service on failure
Raven pushed to main at Raven/osirose-new 2024-12-21 13:10:55 -05:00
754522b080 - update: Dockerfile layer reordering to speed up build times and lower image space needed
Raven pushed to main at Raven/osirose-new 2024-12-20 17:48:34 -05:00
0777bd4605 - fix: user_id and session id were not being saved in the state correctly
9d9e2bef05 - add: session_id to the validate token response
e0114fd832 - add: get_connection_mut function to allow modifying the connection state
e3fb186a44 - fix: when shutting down a docker container, the services would not deregister from consul correctly
Compare 4 commits »
Raven pushed to main at Raven/osirose-new 2024-12-20 14:46:18 -05:00
18afa71d74 - add: logout grpc function
3c1f8c40d6 - add: session-service
07e991fbdc - add: function to get the service id if already ran, if not we now generate then store the id for future app runs (useful for docker containers)
Compare 3 commits »
Raven pushed to main at Raven/osirose-new 2024-12-18 12:45:02 -05:00
9e530c2d55 - fix: issue compiling due to sqlx::query! throwing error on windows
Raven pushed to main at Raven/osirose-new 2024-12-18 12:16:01 -05:00
a444fa4558 - fix: launcher not passing args properly
9735b59598 - fix: consul.json file encoding
Compare 2 commits »
Raven pushed to main at Raven/osirose-new 2024-12-17 21:38:47 -05:00
fd358d3c27 - update: docker-compose.yml
Raven pushed to main at Raven/osirose-new 2024-12-17 20:03:24 -05:00
aaa7143b11 - update: health check status output to health log
Raven pushed to main at Raven/osirose-new 2024-12-17 18:26:13 -05:00
ee29fef634 - fix: launcher not parsing the launch command correctly