-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.David Lance
42 lines (32 loc) · 1.33 KB
/
README.David Lance
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
41
# 04/05/2018
backend: Add remote version file change detection (#103)
# 27/04/2018
backend: Add check for changes in a drop function (#81)
tracker: Remove dups (#11)
# 20/04/2018
backend: Add Delete and Unsubscribe to Drop features (#63)
# 13/04/2018
backend: Add recursive verification
# 06/04/2018
backend: Fix get_pub_key (#39)
backend: Add config creating script (#40)
notes: Also spent time working on version verification, but it needed
more review than expected and will be ready for next week
# 30/03/2018
backend: Add request listening (#29)
backend: Fix bugs to allow for initial setup (#31)
backend: Add PKS and DPS creation and pub_key requesting (#34)
tracker: Fix typo (#9)
# 23/03/2018
backend: Update tracker requests to take dicts (#26)
tracker: Allow recv to handle larger than buffer size (#7)
tracker: Update to dict requests for tracker
notes: I also spent some time setting up and debugging tracket<->backend communication
# 09/03/2018
backend: Add backend server functions
# 02/03/2018
backend: Setup constants file and apply it
backend: Add backend-tracker communication
tracker: Switch to backend constants and fix get/post compatibility
# 23/02/2018
tracker: Handle POST tracker web requests