Commit Graph

27 Commits

Author SHA1 Message Date
fe498c8fcc Implement Already Logged In and Scheduled Offline Inactive Users 2022-07-20 22:20:31 -05:00
873b2f702a Add GetLootBalance command 2022-07-19 22:46:36 -05:00
c0724a3e4e Fixed Disconnecting Online Status 2022-07-19 18:58:18 -05:00
91bf75c040 Fixed many User Plugin issues
Remaining problems:
- Add Buddy
- GetLeaderboardStats (TEST)
2022-07-19 18:15:41 -05:00
777fcd8ffb Fix Save/Loading Profiles 2022-07-19 17:24:07 -05:00
45de7b5baa Implement GetLeaderboardStats
- Needs testing
2022-07-19 12:42:47 -05:00
0c624ac68a Implement Send Priv Message and Delete Buddy
- Needs Testing
2022-07-19 12:01:48 -05:00
29398b62f0 Implement Add Buddy
- Needs testing
2022-07-19 11:05:56 -05:00
3914e08403 Implement Save/Load profile
- Need testing
2022-07-19 09:52:25 -05:00
811632b693 Save profile and save profile part
- Need testing
2022-07-19 09:17:01 -05:00
e40677bfdd Fix u_cph | Modify ArkOneSender
- Needs testing to verify fixed and if Sender works
2022-07-19 07:55:33 -05:00
f1b11c0247 Fixed u_gbl and u_ccs | Store Users on Server in HashMap
- Need to fix u_cph
- Need to fix announcements to other users
2022-07-18 23:32:39 -05:00
ba5bd16b4f Implement vsu 2022-07-18 14:08:57 -05:00
365425d9e0 Implement u_cph | Remove completed TODO statements
- Need testing
2022-07-18 13:59:16 -05:00
660fdc3182 Implement u_ccs and fix potential issue with ConnectionIds
- Needs Testing
2022-07-18 13:52:14 -05:00
2fe09b3116 Implemented u_gbl and Added ConnectionIds for each Connection
- Needs lots of testing
2022-07-18 13:39:49 -05:00
1dae89176d Update the User entity to prep for Chat functions 2022-07-18 10:40:19 -05:00
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