38 Commits

Author SHA1 Message Date
adf4f37536
Create App trait to manage application startup/shutdown 2024-12-08 21:37:10 -07:00
28f1656c81
Replace packets with a macro 2024-12-05 16:04:40 -07:00
7b63542810
Add proxy stub 2024-12-04 21:39:58 -07:00
514e48c6ad
Move server config to subsection of config file 2024-12-04 20:44:31 -07:00
e72f19a814
Move server to subcommand 2024-12-04 19:52:00 -07:00
58fd071998
Remove workspace and combine back into one crate 2024-12-03 21:07:02 -07:00
5dc9d3bb8a
Write documentation and convert to virtual workspace 2023-05-04 15:11:31 -06:00
d385deb1bb
Implement more of the protocol 2023-05-03 21:47:07 -06:00
60e54ed2cc
Server list ping (async structure) 2023-05-02 16:46:53 -06:00
866f39a356
Restructure project 2023-05-02 13:50:09 -06:00
e591cd8a4d
Extract packets into composition-protocol crate and make into workspace 2023-03-14 17:19:13 -06:00
182bf76835
Move more things into Config 2022-04-21 09:14:55 -06:00
Garen Tyler
b12f612c62
Start implementing Play state up to chunk data 2022-04-19 18:07:10 -06:00
Garen Tyler
4d928973a6
Login complete 2022-04-19 09:09:30 -06:00
Garen Tyler
144ebbba1d
clippy 2022-04-19 08:27:22 -06:00
Garen Tyler
9b760eb58f
Use motd from config 2022-04-19 08:19:20 -06:00
Garen Tyler
08139a2ec7
SLP works again 2022-04-16 18:40:45 -06:00
Garen Tyler
56b645df18
Rewrite packet 2022-04-16 13:18:49 -06:00
Garen Tyler
6bd701b41a Revamp the NetworkClient-Server relationship 2021-07-07 22:36:57 -06:00
Garen Tyler
897d2dee2c Internal messaging - client to client chat works 2021-03-20 10:47:25 -06:00
Garen Tyler
3fee4aaf18 Record the number of packets sent and received, log on shutdown 2021-03-19 23:03:29 -06:00
Garen Tyler
1644d45b30 Network is now in its own module 2021-03-19 19:54:06 -06:00
Garen Tyler
8ec1bbb7b8 Pull reading packet id and length out of get_packet() 2021-03-19 19:41:48 -06:00
Garen Tyler
f73fdae2c7 Disconnect all clients on server shutdown, shutdown on ctrl-c 2021-03-19 19:23:10 -06:00
Garen Tyler
17d953fc0c Generic way to send/get packets 2021-03-19 18:33:14 -06:00
Garen Tyler
3279aeae23 Better error handling 2021-03-18 14:23:39 -06:00
Garen Tyler
bdc56326c0 Clientbound chat 2021-03-17 22:41:40 -06:00
Garen Tyler
c4c7e069b9 Client disconnect 2021-03-17 22:17:16 -06:00
Garen Tyler
a0e355ddde Send keep alive packets every 10s 2021-03-17 21:28:02 -06:00
Garen Tyler
6fa9ee968e Player spawning works 2021-03-17 21:16:20 -06:00
Garen Tyler
a0cebf6d44 Stuck before sending chunk data 2021-03-05 08:55:04 -07:00
Garen Tyler
e923e2ad3c Add todos to the server 2021-03-02 13:29:53 -07:00
Garen Tyler
9def1e2def Join Game and Client Settings 2021-03-02 12:05:09 -07:00
Garen Tyler
4b4c962f7b Merge the network and game servers, make the SLP respond with the number of active players 2021-03-02 10:04:50 -07:00
Garen Tyler
a4b461b6c0 Make functions async 2021-03-01 20:58:57 -07:00
Garen Tyler
a94491205d Add documentation 2021-03-01 20:21:32 -07:00
Garen Tyler
253ab0802a Restructure 2021-03-01 19:34:55 -07:00
ElementG9
a142e73d67 Handshake, Status, and Login work now. 2020-08-18 08:19:15 -06:00