15 Commits

Author SHA1 Message Date
4b1ded6f7d clean up new mainloop stuff 2022-10-18 16:26:08 -06:00
fdce44cdd8 refactor the rest of the fucking code 2022-10-18 04:46:21 -06:00
55f82b9fce trace -> info 2021-09-27 23:14:37 -06:00
571bab2534 print send buffers 2021-07-30 23:19:47 -06:00
1b506e014f clean up last of normal warnings 2021-06-18 20:38:29 -06:00
4ce7fb2a26 lint src/common/* 2021-06-18 20:01:05 -06:00
60f04597d1 if any of these sends fail the program should panic so unwrap is fine 2021-06-18 02:11:19 -06:00
b79c2b3ae6 update async-std to 1.9.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2021-06-17 02:56:41 -06:00
10458baea0 shrink some structures, remove async from functions that didn't need it 2020-11-09 16:25:15 -07:00
bacf309978 on_connect/on_disconnect return results 2020-10-30 21:25:29 -06:00
05596cec4f change serverstate on_connect and on_disconnect to async 2020-10-30 21:25:29 -06:00
b3e0674ca5 fix more tests + fix warnings 2020-10-30 21:25:27 -06:00
ca38d60ff0 remove debug output 2020-10-22 08:57:07 -06:00
317acad564 cleanup 2020-08-20 09:37:18 -06:00
2926938201 add InterserverActor trait for cross-server communication 2020-08-19 21:21:09 -06:00