84 Commits

Author SHA1 Message Date
7e5888e7e5 Add asset local server service 2025-01-05 10:53:57 +08:00
Ethan O'Brien
2a4d927a41 cargo clippy 2024-11-21 21:09:36 -06:00
Ethan O'Brien
7493724cd7 i hate programming :(((((((((( >_< 2024-11-20 22:13:11 -06:00
Ethan O'Brien
643af93e6d Add ability to supply custom asset hash 2024-11-17 21:44:37 -06:00
Ethan O'Brien
8bc07a6419 Remove admin webui, move options to CLI args 2024-11-02 12:22:16 -05:00
Ethan O'Brien
7aaf22c923 Replace repeated Mutex lock functions with a macro 2024-11-02 12:09:35 -05:00
Ethan O'Brien
d9ce65df42 Add ability for other devs to integrate a server start/stop 2024-10-31 12:47:18 -05:00
Ethan O'Brien
993f6f1e39 Add flag to purge dead accounts on startup 2024-10-18 16:08:05 -05:00
Ethan O'Brien
a524629d88 Add server-admin features
- Added ability to "hide" server (by disabling the webui entirely, it will act exactly like the official server)
- Added ability to define the maximum timestamp that the server can return. This can be helpful if the server admin never wants to go past EOS
2024-10-17 23:38:50 -05:00
Ethan O'Brien
002070ad91 Add server endpoint for server information page 2024-07-11 09:09:02 -05:00
Ethan O'Brien
577cc0ddd3 Move router related functions to router mod file. 2024-07-10 22:45:46 -05:00
Ethan O'Brien
e1e32a22b0 Correct placement of config.json file 2024-07-10 22:40:19 -05:00
Ethan O'Brien
66ad791ff8 Added configurable NPPS4 server address for sif1 account linking 2024-07-10 22:33:33 -05:00
Ethan O'Brien
88dfaed1a0 Modify method of getting arguments
It may be inefficient, I dont know another way to do so easily.
2024-07-10 22:24:18 -05:00
Ethan O'Brien
18c5524ce2 Echo data path on startup 2024-07-03 12:28:57 -05:00
Ethan O'Brien
ec8aad5fde Add ability to set database folder, and port. 2024-07-03 11:49:52 -05:00
Ethan O'Brien
cb3a62caa5 Implement NPPS4 integration 2024-06-04 11:42:40 -05:00
Ethan O'Brien
3ed59060a6 Give user (some) sif titles when transfering 2024-06-04 10:32:55 -05:00
Ethan O'Brien
f913f38b70 Add /api/location endpoint 2024-06-03 17:20:22 -05:00
Ethan O'Brien
07e3174065 Increase max payload size 2024-06-01 09:24:14 -05:00
Ethan O'Brien
23c09cd4d3 Check for region specific items when sending userdata 2024-05-31 21:34:11 -05:00
Ethan O'Brien
0b969eab97 Add ability to export account 2024-05-27 15:31:07 -05:00
Ethan O'Brien
dae95f5aa3 Admin webui with one single option 2024-05-27 15:09:17 -05:00
Ethan O'Brien
8d301c827d run cargo clippy 2024-05-24 12:44:52 -05:00
Ethan O'Brien
baa14654f5 stuff idk 2024-05-24 12:43:34 -05:00
Ethan O'Brien
7df2f3e277 I DID NOT TEST THIS COMMIT CARGO CLIPPY DID STUFF FOR ME AND I'M TOO LAZY TO TEST SO HOPEFULLY NOTHING BROKE 2024-05-24 00:56:25 -05:00
Ethan O'Brien
c2db9c6407 Compress included files to conserve disk space 2024-05-09 19:07:26 -05:00
Ethan O'Brien
248979f2cb Implement dummy /api/live/reward 2024-05-09 15:59:52 -05:00
Ethan O'Brien
8a8a3d3e8b Implement item usage 2024-05-08 21:27:43 -05:00
Ethan O'Brien
6056e5601a Implement daily missions 2024-05-06 14:26:36 -05:00
Ethan O'Brien
42bdc28d0f Add endpoint to set server time 2024-05-04 18:11:20 -05:00
Ethan O'Brien
05aecd02c6 Implement base star event handler 2024-05-04 17:31:10 -05:00
Ethan O'Brien
8f5f32a17e Cleanup imports 2024-05-04 14:59:33 -05:00
Ethan O'Brien
1cec98a01e Add ability to specify protocol with command line argument 2024-05-04 14:44:26 -05:00
Ethan O'Brien
83571e03c2 Remove duplicate database related code 2024-05-04 14:03:19 -05:00
Ethan O'Brien
14d73774e3 Cleanup main.rs 2024-05-04 13:09:32 -05:00
Ethan O'Brien
be98ae5b72 Remove dead code 2024-05-04 12:19:30 -05:00
Ethan O'Brien
9c616130ba Add dummy getregisteredplatformlist endpoint 2024-05-04 12:16:41 -05:00
Ethan O'Brien
26828cfa86 Add dummy sif/sifas migrate endpoints 2024-05-04 12:14:31 -05:00
Ethan O'Brien
b7d4f21e25 Implement exchange shop 2024-05-04 11:49:03 -05:00
Ethan O'Brien
7148c5627f implement live skip 2024-05-01 17:03:50 -05:00
Ethan O'Brien
880758b8e1 Fully implement /api/live/ranking 2024-05-01 16:43:16 -05:00
Ethan O'Brien
dbcec25ffd Implement /api/notice/reward 2024-04-29 09:34:35 -05:00
Ethan O'Brien
f807ddb32c Implement clear rate generation 2024-04-29 06:47:34 -05:00
Ethan O'Brien
c9376f754d Implement serial_code 2024-04-28 21:15:30 -05:00
Ethan O'Brien
2133f2236d Implement shop endpoints 2024-04-28 20:43:58 -05:00
Ethan O'Brien
c4d89059f0 Implement ability to add login bonus things in webui 2024-04-26 22:02:50 -05:00
Ethan O'Brien
32c331c7a9 Implement webui import 2024-04-25 12:54:20 -05:00
Ethan O'Brien
a05e7a8478 Add webui 2024-04-24 19:05:20 -05:00
Ethan O'Brien
e735215141 Implement /api/live/continue 2024-04-16 12:27:01 -05:00