aboutsummaryrefslogtreecommitdiff
path: root/muswd.c
Commit message (Collapse)AuthorAgeFilesLines
* implemented a lobby for users waiting to join a party.rodri2021-07-231-17/+13
| | | | brought the pack/unpack procedures from ssh(1).
* implement a primitive VLA to keep connection state.rodri2021-07-211-6/+26
|
* implemented very basic server broadcasting.rodri2021-07-211-7/+24
| | | | | got rid of unnecessary (at least for now) code. brought some e-funcs.
* initial commit.rodri2021-07-211-0/+118
implemented basic server loop, with separate threads to handle connections and run the simulations.