Commit graph

32 commits

Author SHA1 Message Date
03c1fe7f34 Implement connection in yet another way 2022-06-22 16:10:57 +02:00
de7815f653 Model euphoria api 2022-06-19 14:07:52 +02:00
416b5bf31e Add simple logging 2022-06-18 16:55:09 +02:00
54fc4b59ce Set pragmas and migrate db 2022-06-17 18:22:22 +02:00
9d1810eceb Open and close sqlite db properly 2022-06-16 00:51:00 +02:00
f36f205a40 Disable width measuring 2022-06-13 22:42:12 +02:00
fb7e504f2c Flesh out store details 2022-06-13 16:20:44 +02:00
14125c1650 Hook up Chat to UI 2022-06-13 10:17:38 +02:00
4b28b0e3b2 Add dummy store 2022-06-13 09:57:27 +02:00
bea4ed90e7 Add Msg and MsgStore traits 2022-06-13 09:22:52 +02:00
84d554dee9 Update toss and crossterm event polling 2022-06-08 19:00:27 +02:00
00c905eff5 Delete lots of stuff 2022-06-08 15:03:37 +02:00
32959cf691 Render basic body contents 2022-03-05 23:03:07 +01:00
5680eb3ab2 Rename backend to client and simplify event handling 2022-03-05 19:44:03 +01:00
80a6582ce5 Create backend module for more separation 2022-03-05 17:07:04 +01:00
619e04c42a Move replies to core 2022-03-04 00:20:23 +01:00
c618c492b2 Warn on clippy::use_self 2022-03-03 01:33:28 +01:00
5c6047c533 Use new CoveConn in CoveRoom 2022-03-03 01:06:48 +01:00
ffb43c34ec Implement cove connection 2022-03-02 01:39:13 +01:00
1543940fbc Join rooms from "join room" overlay 2022-02-26 14:13:08 +01:00
8d1b1951f4 Move textline to ui module 2022-02-25 23:00:08 +01:00
a50ecaee68 Prepare ui structure 2022-02-23 17:53:26 +01:00
9c5f027898 Test rendering with fork 2022-02-22 02:19:26 +01:00
9a32792686 Put text in box for testing 2022-02-21 02:19:28 +01:00
28c3241fd9 Create very basic text input 2022-02-21 01:49:20 +01:00
95d1f3295f Clean up imports 2022-02-20 00:33:03 +01:00
fbc24a1154 Add room and nick list UI mockup 2022-02-20 00:32:33 +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
31ffa5cd67 Start implementing rooms 2022-02-18 20:24:03 +01:00
c191262bd2 Organize replies to packets 2022-02-17 21:01:52 +01:00
18194f586c Render basic tui and restore terminal 2022-02-15 23:16:01 +01:00
0c9f5e91a3 Create project 2022-02-07 21:31:46 +01:00