1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00
Commit graph

45 commits

Author SHA1 Message Date
2993f74b05 Adding new function to send status reports on errors or sucesses. 2020-05-14 11:08:27 +02:00
cc934e5ec8 Fixed test handler. 2020-05-14 10:55:51 +02:00
89f51e5944 Updated test case to take the id field into account. 2020-05-14 00:41:24 +02:00
7972eb3235 Updated handler test to send response back to test client. 2020-05-09 11:17:24 +02:00
26bbb171f7 New handler message format. 2020-05-04 13:23:09 +02:00
9dc2ec3616 New test added. 2020-05-02 18:23:59 +02:00
885c937893 Added testing code. 2020-05-02 17:40:40 +02:00
5cb5fde2ac Renamed tests. 2020-05-02 17:25:26 +02:00
39fa2d9e32 Fixed testing script. 2020-05-02 16:49:45 +02:00
c77d99ee36 WIP: New test. 2020-05-02 15:29:15 +02:00
db48723e2c Removed unecessary code from test. 2020-05-02 15:23:20 +02:00
cdc8249122 Added authentication failure test. 2020-05-02 15:22:44 +02:00
e1b0d1fe85 Updates. 2020-05-01 09:13:42 +02:00
9e6f42cdeb Made scripts executable. 2020-04-30 19:43:20 +02:00
b66c2116dc Code clean up and new tests 2020-04-30 18:03:50 +02:00
61e09c7602 Working handler to handler 2020-04-30 15:55:40 +02:00
f9b0888c65 Made test backup, WIP: Clean this up 2020-04-30 10:33:24 +02:00
45d1857601 Server to server working 2020-04-29 18:49:39 +02:00
a86dbfe356 WIP: Server-to-server communication 2020-04-29 15:40:55 +02:00
d1cbba4422 Added new tests 2020-04-29 13:26:18 +02:00
81698fb77f Added new handler (just an extra) 2020-04-28 23:17:45 +02:00
49e4317867 WIP: Handler abstraction 2020-04-28 18:19:27 +02:00
f802566b76 Bug fix: DOn't let SocketOSException stop whole handler response execution 2020-04-28 17:44:28 +02:00
54f6bc18c2 Test suite now prompts user to enter ausername to authenticate to the server with 2020-04-27 16:34:30 +02:00
d9feba805f WIP: Message handlers responses being sent 2020-04-27 15:18:53 +02:00
bf7801199b Revert test suite back to normal 2020-04-26 18:21:40 +02:00
c9a1614856 Updated test suite 2020-04-26 17:01:32 +02:00
f1d96efa51 Removed junk files 2020-04-26 15:50:28 +02:00
2c1306fc47 Fixed bug whereby old length was being used as the array was dirty 2020-04-26 15:49:30 +02:00
aeb02ea84d ENcode arbitrarly many bytes in testsuite 2020-04-26 13:18:54 +02:00
16795c3be5 WIP: Response handling 2020-04-24 17:12:25 +02:00
55c815ea64 Implemented IPv6 support, UNIX broken 2020-04-20 20:30:17 +02:00
0f4dc92bf7 WIP 2020-04-20 18:59:03 +02:00
82c45f0e9b Added authentication test 2020-04-19 21:41:03 +02:00
3fde07c049 Fixed bug 2020-04-19 21:30:23 +02:00
602a152843 Added \'close\' command (actually) 2020-04-19 21:04:38 +02:00
e420944127 Bruh 2020-04-19 19:36:59 +02:00
9388bd340b Refactored 2020-04-19 18:53:16 +02:00
47acd4e9af Move to new branch for abstraction 2020-04-19 16:51:04 +02:00
3b40aa5197 Added print out of response and made test handler send one 2020-04-19 15:34:38 +02:00
20cfa5a7c7 Fixed tests 2020-04-19 13:32:46 +02:00
92ed1cb25a Implemented socket receive from UNIX domain socket and fixed test that was doubly-sending 2020-04-18 19:52:30 +02:00
7b503e5cfa Work in progress 2020-04-18 19:30:43 +02:00
0cebc13dab Added missing tests 2020-04-18 16:43:42 +02:00
c9fb952333 Added Python client testing suite 2020-04-17 22:09:28 +02:00