|
|
c618c492b2
|
Warn on clippy::use_self
|
2022-03-03 01:33:28 +01:00 |
|
|
|
9451920c52
|
Make constructors error less
|
2022-03-03 01:06:48 +01:00 |
|
|
|
3cd027cd15
|
Fix server greeting
|
2022-02-27 15:20:07 +01:00 |
|
|
|
95d1f3295f
|
Clean up imports
|
2022-02-20 00:33:03 +01:00 |
|
|
|
992e84e67e
|
Continue implementing rooms
Changing lots of things along the way... But that's how it is: Make one
change, make more changes to fix the resulting errors and so on.
|
2022-02-19 01:06:53 +01:00 |
|
|
|
939d9b7586
|
Move conn to core
|
2022-02-17 21:40:25 +01:00 |
|
|
|
9931a932bf
|
Log new messages
|
2022-02-17 02:32:05 +01:00 |
|
|
|
bd61530b5f
|
Add a few debug logs
|
2022-02-14 01:57:59 +01:00 |
|
|
|
56a4b8c362
|
Fix nick and room checks
|
2022-02-14 01:56:52 +01:00 |
|
|
|
9f60a069a8
|
Fix server only replying after pings
|
2022-02-14 01:56:28 +01:00 |
|
|
|
a3d61f46c3
|
Implement remaining parts
|
2022-02-13 23:28:38 +01:00 |
|
|
|
b06da9472e
|
Implement most of the server
|
2022-02-13 21:45:10 +01:00 |
|
|
|
634a9fb734
|
Make conn constructor sync
|
2022-02-13 01:11:18 +01:00 |
|
|
|
cea0c2e847
|
Panic on unserializable packets
|
2022-02-13 01:10:37 +01:00 |
|
|
|
59eff03ae9
|
Implement Debug for conn types
|
2022-02-13 01:10:22 +01:00 |
|
|
|
805df53699
|
Abstract away connection logic
|
2022-02-12 14:37:06 +01:00 |
|
|
|
6cc8670291
|
Start answering hello commands
|
2022-02-12 00:54:27 +01:00 |
|
|
|
fec541b7aa
|
Rename User to Session
|
2022-02-11 22:43:53 +01:00 |
|
|
|
620285d1d1
|
Avoid baking error reasons into protocol
|
2022-02-11 22:36:42 +01:00 |
|
|
|
0e6acdbff4
|
Fix and simplify packets
|
2022-02-11 22:11:20 +01:00 |
|
|
|
70bb6f31cf
|
Build basic ws echo server
|
2022-02-08 03:26:46 +01:00 |
|
|
|
73ffae3898
|
Structure packets better
|
2022-02-08 00:16:33 +01:00 |
|
|
|
5cf0f76477
|
Print simple HelloCmd packet
|
2022-02-07 22:44:30 +01:00 |
|
|
|
0c9f5e91a3
|
Create project
|
2022-02-07 21:31:46 +01:00 |
|