Dave Hrycyszyn
|
64b43875a8
|
directory: wire up all requests so that they're available for use
|
2019-12-11 17:17:29 +00:00 |
|
Jedrzej Stuczynski
|
427b83875a
|
Changed read_to_end to normal read with 1024 buffer
|
2019-12-11 16:59:46 +00:00 |
|
Dave Hrycyszyn
|
eccf5abb7a
|
Extracting bytes function into its own utility
|
2019-12-11 16:58:58 +00:00 |
|
Jedrzej Stuczynski
|
8393910016
|
Closing socket to client on being done
|
2019-12-11 16:42:37 +00:00 |
|
Jedrzej Stuczynski
|
39bbecb55d
|
Closing socket to server on being done
|
2019-12-11 16:42:25 +00:00 |
|
Dave Hrycyszyn
|
71527eebf7
|
run: looking a little cleaner
|
2019-12-11 16:35:39 +00:00 |
|
Dave Hrycyszyn
|
f435eae5aa
|
run: starting to name some functions
|
2019-12-11 16:18:53 +00:00 |
|
Dave Hrycyszyn
|
46b3f7d860
|
Exposing presence module
|
2019-12-11 16:00:36 +00:00 |
|
Jedrzej Stuczynski
|
639187776e
|
Moved provider requests to subcrate in sfw provider
|
2019-12-11 15:50:29 +00:00 |
|
Jedrzej Stuczynski
|
e283d162e5
|
Updated gitignore...
|
2019-12-11 15:49:26 +00:00 |
|
Jedrzej Stuczynski
|
d869d427e4
|
Removed the build information for the subcrate...
|
2019-12-11 15:48:57 +00:00 |
|
Jedrzej Stuczynski
|
a08bbc98db
|
Moved provider requests to subcrate in sfw provider
|
2019-12-11 15:48:30 +00:00 |
|
Jędrzej Stuczyński
|
41830250ab
|
Merge pull request #14 from nymtech/feature/directory-integration
Feature/directory integration
|
2019-12-11 15:38:35 +00:00 |
|
Dave Hrycyszyn
|
84ce1611a1
|
client: packets are sending!
|
2019-12-11 15:33:27 +00:00 |
|
Jedrzej Stuczynski
|
456494f05f
|
Requests for messages
|
2019-12-11 15:17:47 +00:00 |
|
Dave Hrycyszyn
|
5c59cb5c3d
|
directory: presence for providers now working
|
2019-12-11 14:15:52 +00:00 |
|
Dave Hrycyszyn
|
decebcf93f
|
directory: presence mixnode post now working
|
2019-12-11 14:10:41 +00:00 |
|
Dave Hrycyszyn
|
1901727787
|
directory: coconodes presence now working
|
2019-12-11 14:07:38 +00:00 |
|
Dave Hrycyszyn
|
3a57939d55
|
directory: metrics_mixes_post complete
|
2019-12-11 11:53:28 +00:00 |
|
Jedrzej Stuczynski
|
c02665f71e
|
Fixed using incorrect address for client listener
|
2019-12-11 11:26:58 +00:00 |
|
Jedrzej Stuczynski
|
9ddbaf42d5
|
Actually spawning new thread and calling processing function
|
2019-12-11 11:25:46 +00:00 |
|
Jedrzej Stuczynski
|
bc77ddadfa
|
Opening dedicated client tcp socket
|
2019-12-11 11:24:59 +00:00 |
|
Jedrzej Stuczynski
|
688376f757
|
Fixed linter error about unused results
|
2019-12-11 11:15:13 +00:00 |
|
Dave Hrycyszyn
|
d879192d83
|
directory: using new PersistedMixMetric model
|
2019-12-11 11:15:06 +00:00 |
|
Dave Hrycyszyn
|
8df4f91c22
|
directory: adding a PersistedMixMetric model (has a timestamp)
|
2019-12-11 11:14:46 +00:00 |
|
Jedrzej Stuczynski
|
1c0eab2fa2
|
Running two concurrent futures
|
2019-12-11 11:13:48 +00:00 |
|
Dave Hrycyszyn
|
288c414075
|
directory: removing unused imports
|
2019-12-11 11:01:16 +00:00 |
|
Dave Hrycyszyn
|
5e734d1dce
|
directory: retrieving mixmetrics complete
|
2019-12-11 11:00:16 +00:00 |
|
Jedrzej Stuczynski
|
fb456c0bd0
|
Added client-related host and port arguments
|
2019-12-11 10:45:32 +00:00 |
|
Dave Hrycyszyn
|
ffa2967a00
|
directory: calling assert on topology mocks
|
2019-12-11 10:37:59 +00:00 |
|
Dave Hrycyszyn
|
16d5ca40e2
|
Fixing up client mod
|
2019-12-11 10:36:43 +00:00 |
|
Dave Hrycyszyn
|
df1ec3f76b
|
directory: calling assert on mocks
|
2019-12-11 10:36:35 +00:00 |
|
Dave Hrycyszyn
|
c4fc537930
|
Adding a file for the Provider client to eventually live in
|
2019-12-11 10:36:23 +00:00 |
|
Dave Hrycyszyn
|
d55e7482ed
|
Fixing warning
|
2019-12-11 01:06:17 +00:00 |
|
Dave Hrycyszyn
|
c5c4cec741
|
commands: removing redundant directory server check
|
2019-12-11 00:58:37 +00:00 |
|
Dave Hrycyszyn
|
372d21f44e
|
commands: grouping into a subdirectory and cleaning up execution
|
2019-12-11 00:57:01 +00:00 |
|
Dave Hrycyszyn
|
1b70bd4d5a
|
main: extracting init and socket commands.
|
2019-12-11 00:51:14 +00:00 |
|
Dave Hrycyszyn
|
5948725502
|
main: extracting the run command into its own module
|
2019-12-11 00:46:09 +00:00 |
|
Dave Hrycyszyn
|
2e55719a8a
|
DirectoryClient cleanup
|
2019-12-11 00:34:54 +00:00 |
|
Dave Hrycyszyn
|
e1f5de6cb7
|
Tightening up path usage in requests
|
2019-12-11 00:34:34 +00:00 |
|
Dave Hrycyszyn
|
48501b9305
|
Cleaning up junk methods in directory mod
|
2019-12-11 00:34:03 +00:00 |
|
Dave Hrycyszyn
|
44089ed558
|
Re-enabling directory requests in run
|
2019-12-11 00:33:27 +00:00 |
|
Dave Hrycyszyn
|
04612ca98b
|
Ensuring that we can use the full glory of the topology fixture
|
2019-12-10 19:31:03 +00:00 |
|
Dave Hrycyszyn
|
61c8ed9c2e
|
directory: checking that topology is returned with data
|
2019-12-10 19:28:15 +00:00 |
|
Dave Hrycyszyn
|
8f2d5f970a
|
directory: adding path to request fields
|
2019-12-10 19:27:56 +00:00 |
|
Dave Hrycyszyn
|
d814a3c41a
|
directory: further tests on topology get request
|
2019-12-10 19:16:48 +00:00 |
|
Dave Hrycyszyn
|
492da93727
|
Adding serde_json, mostly for testing purposes
|
2019-12-10 19:06:38 +00:00 |
|
Dave Hrycyszyn
|
c8c178c7e7
|
Fixing compiler warning
|
2019-12-10 18:34:08 +00:00 |
|
Dave Hrycyszyn
|
fc4e4168db
|
WIP
|
2019-12-10 18:24:51 +00:00 |
|
Dave Hrycyszyn
|
ce5af2bc04
|
directory: moving presence models
|
2019-12-10 18:02:07 +00:00 |
|