-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Brett Johnson
41 lines (31 loc) · 1.33 KB
/
README.Brett Johnson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 04/05/2018
notes: made significant progress optimizing change detection, but it
didn't run the tests in time for midnight
# 27/04/2018
backend: Fix test failure due to drop IDs starting in '-'
backend: Add Sphinx Documentation (#90)
# 20/04/2018
backend: Implement DHT functionality (#59)
backend: Implement drop peer timeouts (#64)
# 13/04/2018
notes: This week researched and worked on the DHT. It ran into some
unexpected issues, and is currently not ready for merging, but is
currently several hours (5+) of work
# 06/04/2018
backend: Fix threads (#42)
notes: Also spent significant time researching DHTs, and then writing an
initial implementation that is not yet ready for merging
# 30/03/2018
backend: Adds Drop Functionality (#32)
backend: Add request peers function
# 23/03/2018
backend: Refactor and run (#22)
notes: This refractor was necessary, and took significantly longer than expected
# 09/03/2018
backend: Implement Send Requests from client to server
# 02/03/2018
backend: Add sign and verify dictionary functionality (#8)
backend: Enable shell commands to call node init functions (#12)
backend: Make node directory default to home directory (#13)
# 23/02/2018
backend: Add node initialization functionality