Commit Graph

10 Commits

Author SHA1 Message Date
a16f5ada34 Added FileService and Encrypt SecurityAnswer 2022-07-17 20:08:39 -05:00
1db3d51796 Added user registration and login | u_reg and a_lru 2022-07-13 21:21:40 -05:00
4d49a2755b Validated that the save/load crib functions work 2022-07-12 21:58:15 -05:00
739b1eb4c8 Implement the Load Crib method
- Needs to be tested
- Need to see if different error codes can be returned for no crib found
with name vs error loading
2022-07-12 11:37:03 -05:00
65755294b0 Implement the Save Crib method
- Needs to be tested
- Need to see if different error codes can be returned for existing
cribs vs error saving
2022-07-12 09:56:41 -05:00
7a3723fc98 Created Service/Repository/Entity for Users and Cribs
- In preparation for the save/load crib on the Galaxy Server
- In preparation for the register user on the ArkOne Server
- Also added a PasswordEncoder for encrypting passwords when saved to
the DB
2022-07-12 08:48:16 -05:00
58b2c87cd8 Fixed Postcard Sending for Galaxy POST Requests
- Post Requests Work
- TCP Server connects
2022-07-08 22:00:23 -05:00
08acb3ddc0 Added JavaGrinko's TcpController Library
- Started implementing it into the ArkOneController class
- Needs testing to verify it can communicate with the game
2022-07-07 14:03:47 -05:00
1479835340 Added an Email Service to send postcards
- Credentials not working properly
- Needs testing
2022-07-07 12:17:43 -05:00
78e8940e37 Initial Commit | Added Galaxy GET Request for Update Files 2022-07-07 10:35:47 -05:00