|
|
9451920c52
|
Make constructors error less
|
2022-03-03 01:06:48 +01:00 |
|
|
|
c06a598a86
|
Run cargo fmt
|
2022-02-27 11:21:46 +01:00 |
|
|
|
f34bf63be4
|
Show users if room knows them
Also selects the current room in the rooms list
|
2022-02-27 00:16:39 +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 |
|
|
|
bd61530b5f
|
Add a few debug logs
|
2022-02-14 01:57:59 +01:00 |
|
|
|
b06da9472e
|
Implement most of the server
|
2022-02-13 21:45:10 +01:00 |
|
|
|
805df53699
|
Abstract away connection logic
|
2022-02-12 14:37:06 +01:00 |
|
|
|
e482ba3e05
|
Include time in message
|
2022-02-12 01:03:19 +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 |
|
|
|
7458eac931
|
Add essential packets
|
2022-02-11 20:48:05 +01:00 |
|
|
|
286ace55b4
|
Represent messages
|
2022-02-11 19:43:39 +01:00 |
|
|
|
cfaafba77f
|
Extract, (de-)serialize and format id
|
2022-02-10 21:43:55 +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 |
|