Commit Graph

18 Commits

Author SHA1 Message Date
Kevin F a2e9ce6aeb Fixed race condition 2023-03-13 22:25:04 -05:00
Kevin F b941235007 Moved control commands to their own file
Delimit all messages to fix fifo race condition
2023-03-13 13:24:02 -05:00
Kevin F 0cb8c59882 Implemented basic TUI 2023-03-08 23:08:28 -06:00
Kevin F 8d6c2fddbb Documenting use, cleanup, and script now cleans html file links 2023-03-06 22:15:02 -06:00
Kevin F 1147984f40 update readme for current state of project 2023-03-05 22:29:15 -06:00
Kevin F 6fcaba194a mostly working 2023-03-04 20:40:41 -06:00
Kevin F 50a46e4c42 Started implementing modifier keys 2023-01-27 17:22:02 -06:00
Kevin F 138c54d75c Split the client and server into different Go packages and binaries to make it easier to do cross platform builds and to be more unixy 2023-01-26 18:51:31 -06:00
Kevin F 6779f87be3 Add FIFO mode for client 2023-01-21 21:28:56 -06:00
Kevin F f089202286 Add building.md
Switch to scanning runes in client since go fmt scanning ignores spaces because of excellent design
2023-01-05 01:10:57 -06:00
Kevin F e921331ef5 Fixed bugs in auth 2023-01-02 01:24:35 -06:00
Kevin F bf0ce5ca85 Mostly implemented client 2023-01-01 15:25:32 -06:00
Kevin F 96f611f1a1 Started client 2022-12-31 19:23:52 -06:00
Kevin F 46de195bf8 + Started ThreatModel.md
* Switched from uuids to the system random device
2022-12-31 00:34:03 -06:00
Kevin F 0779f734da Add license and move websocket to Streaming file 2022-12-27 17:05:32 -06:00
Kevin F c0639dfa0c Finished authentication 2022-09-16 00:42:29 -05:00
Kevin F 32f3e6fb86 added server.md scaffolding 2022-09-13 12:28:40 -05:00
Kevin F b38c67a269 + Finished authentication
* Cleaned up prose
* Moved dependencies to their own file
2022-09-10 14:28:54 -05:00