Commit Graph

165 Commits

Author SHA1 Message Date
Tristan B. Kildaire 82c45f0e9b Added authentication test 2020-04-19 21:41:03 +02:00
Tristan B. Kildaire 3fde07c049 Fixed bug 2020-04-19 21:30:23 +02:00
Tristan B. Kildaire 602a152843 Added \'close\' command (actually) 2020-04-19 21:04:38 +02:00
Tristan B. Kildaire 466ab544c2 Added \'close\' command 2020-04-19 21:03:55 +02:00
Tristan B. Kildaire 857557315a WIP 2020-04-19 20:32:52 +02:00
Tristan B. Kildaire e420944127 Bruh 2020-04-19 19:36:59 +02:00
Tristan B. Kildaire 9388bd340b Refactored 2020-04-19 18:53:16 +02:00
Tristan B. Kildaire b5ee303fed Chill for now 2020-04-19 16:59:09 +02:00
Tristan B. Kildaire 989d804710 WIP 2020-04-19 16:51:35 +02:00
Tristan B. Kildaire 47acd4e9af Move to new branch for abstraction 2020-04-19 16:51:04 +02:00
Tristan B. Kildaire 42a9aaa210 Imagine tryna code with a raging lunatic in the background 2020-04-19 16:46:04 +02:00
Tristan B. Kildaire c28b5d0240 Call response-handler function 2020-04-19 15:36:23 +02:00
Tristan B. Kildaire 3b40aa5197 Added print out of response and made test handler send one 2020-04-19 15:34:38 +02:00
Tristan B. Kildaire d18cf4ae4f Added findHandler() function in server 2020-04-19 14:45:53 +02:00
Tristan B. Kildaire 985be7c95f v2 works 2020-04-19 14:36:55 +02:00
Tristan B. Kildaire 0be71c082f Added error messages for all cases 2020-04-19 14:33:44 +02:00
Tristan B. Kildaire dd542b28ce Reworked 2020-04-19 14:31:24 +02:00
Tristan B. Kildaire 178a4ed41d Added TODOs 2020-04-19 14:02:09 +02:00
Tristan B. Kildaire 39e6f58119 Fixed compile error 2020-04-19 13:44:57 +02:00
Tristan B. Kildaire 6ee9b1e00c Implement checking if it is a built-in command 2020-04-19 13:37:26 +02:00
Tristan B. Kildaire 20cfa5a7c7 Fixed tests 2020-04-19 13:32:46 +02:00
Tristan B. Kildaire e0be2671b3 Get payload earlier on 2020-04-19 13:25:32 +02:00
Tristan B. Kildaire c65f4a2021 Scope selection implemented 2020-04-19 13:22:26 +02:00
Tristan B. Kildaire 0571b3c9bd Implementing v2 2020-04-19 13:21:14 +02:00
Tristan B. Kildaire 9be10e3dfc Authenticate the user 2020-04-19 13:19:36 +02:00
Tristan B. Kildaire 15c1b3864a Revert 2020-04-19 13:16:16 +02:00
Tristan B. Kildaire 8df01992ce WIP 2020-04-19 13:11:49 +02:00
Tristan B. Kildaire f4378cb428 Typo fix 2020-04-19 12:58:20 +02:00
Tristan B. Kildaire 30fe9bbdf6 Merge branch 'master' of github.com:besterprotocol/besterd 2020-04-19 12:57:33 +02:00
Tristan B. Kildaire 8bf72be4f0 Implemented scope detection 2020-04-19 12:57:04 +02:00
Tristan B. Kildaire bafcb2af69 Updated spec 2020-04-19 12:56:52 +02:00
Tristan B. Kildaire c811f7fe0d
Update README.md 2020-04-19 00:23:19 +02:00
Tristan B. Kildaire fa02bac44b Bitch slapped this smart ass hoe compiler into liking 'gotos' 2020-04-18 23:01:47 +02:00
Tristan B. Kildaire 8918c94ec5 WIP 2020-04-18 22:50:47 +02:00
Tristan B. Kildaire 5929c83ce4 Adding v2 spec implementation 2020-04-18 22:34:26 +02:00
Tristan B. Kildaire 4196bdf6d5 Added server->client spec 2020-04-18 21:28:58 +02:00
Tristan B. Kildaire eb8b4497aa Added horizontal rules to split sections 2020-04-18 21:17:31 +02:00
Tristan B. Kildaire 95f07517fc Added server->client response spec 2020-04-18 21:15:08 +02:00
Tristan B. Kildaire e2074191f0 Last push 2020-04-18 21:02:42 +02:00
Tristan B. Kildaire 46cda63518 Cleared up which direction of communication is being described 2020-04-18 21:00:13 +02:00
Tristan B. Kildaire ba9b72e554 Added re-worked client command message 2020-04-18 20:55:58 +02:00
Tristan B. Kildaire dcc236168e Added information on what the client should be sending 2020-04-18 20:50:04 +02:00
Tristan B. Kildaire bd7d3174b8 Added re-worked spec (WIP) 2020-04-18 20:45:30 +02:00
Tristan B. Kildaire 85ae21305b Clean up 2020-04-18 20:10:16 +02:00
Tristan B. Kildaire 051167cbe3 WIP: Responses and scopes 2020-04-18 20:09:33 +02:00
Tristan B. Kildaire 92ed1cb25a Implemented socket receive from UNIX domain socket and fixed test that was doubly-sending 2020-04-18 19:52:30 +02:00
Tristan B. Kildaire 7b503e5cfa Work in progress 2020-04-18 19:30:43 +02:00
Tristan B. Kildaire 0cebc13dab Added missing tests 2020-04-18 16:43:42 +02:00
Tristan B. Kildaire 409f0e028f Fixed bug whereby the correct payload handler would never be chosen 2020-04-18 16:13:31 +02:00
Tristan B. Kildaire 03697ffe7c Fixed bug where UNIX domain socket would not bind 2020-04-18 15:53:08 +02:00