summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2023-08-27Terminate on connection errorPaweł Dybiec1-8/+13
2022-12-27Proper handling of signalsPaweł Dybiec1-6/+10
2022-12-27formatPaweł Dybiec1-57/+67
2022-12-27Handle shutdown gracefullyPaweł Dybiec1-1/+14
2022-12-27Use db for static stringsPaweł Dybiec1-5/+71
2022-12-26Add basic model for messages + parsingPaweł Dybiec1-35/+10
2022-12-25Add reply to method with example use-casePaweł Dybiec1-7/+49
2022-12-25Support for custom message handlersPaweł Dybiec1-2/+11
2022-12-24Initial commitPaweł Dybiec1-0/+17