Jędrzej Stuczyński
|
d2f8ffdc2b
|
Merge pull request #17 from nymtech/feature/directory-server-option
presence: ability to configure local directory server
|
2019-12-16 12:31:25 +00:00 |
|
Dave Hrycyszyn
|
4143e53598
|
presence: ability to configure local directory server
|
2019-12-16 12:27:50 +00:00 |
|
Dave Hrycyszyn
|
aceb6df848
|
Merge pull request #16 from nymtech/feature/presence
Feature/presence
|
2019-12-16 11:21:50 +00:00 |
|
Dave Hrycyszyn
|
9fc01cee73
|
provider: move presence notifications into its own module
|
2019-12-14 15:35:10 +00:00 |
|
Dave Hrycyszyn
|
3ab41835a2
|
provider: importing types and code for presence notifications. Not yet working.
|
2019-12-13 13:45:36 +00:00 |
|
Dave Hrycyszyn
|
028cc66db3
|
cargo: added nym-client library
|
2019-12-13 13:27:03 +00:00 |
|
Dave Hrycyszyn
|
60dc3b4650
|
cargo: newline
|
2019-12-13 13:26:47 +00:00 |
|
Dave Hrycyszyn
|
3d9181a913
|
main: removing assert so that the node starts
|
2019-12-13 13:25:59 +00:00 |
|
Jędrzej Stuczyński
|
5004f6d07a
|
Merge pull request #15 from nymtech/feature/banner-and-commands
main: re-arranged so main() is at the top, and added a banner
|
2019-12-12 16:50:39 +00:00 |
|
Dave Hrycyszyn
|
31fbe3c265
|
main: re-arranged so main() is at the top, and added a banner
|
2019-12-12 16:46:39 +00:00 |
|
Dave Hrycyszyn
|
478fe628ca
|
Merge pull request #12 from nymtech/feature/client_packet_retrieval
Feature/client packet retrieval
|
2019-12-12 15:25:40 +00:00 |
|
Jedrzej Stuczynski
|
fbb675e815
|
Future comment
|
2019-12-12 15:14:04 +00:00 |
|
Jedrzej Stuczynski
|
96f5d45877
|
Removal of retrieved messages
|
2019-12-12 15:13:04 +00:00 |
|
Jedrzej Stuczynski
|
5d356847fa
|
Some additional cleanup
|
2019-12-12 15:02:01 +00:00 |
|
Jedrzej Stuczynski
|
16ddb50159
|
Moved client-related functionalities to separate module
|
2019-12-12 14:55:23 +00:00 |
|
Jedrzej Stuczynski
|
48bead3ac9
|
Moved mix-related functionalities to separate module
|
2019-12-12 14:46:41 +00:00 |
|
Jedrzej Stuczynski
|
35cff8dfcd
|
Moved store related functionalities to separate module
|
2019-12-12 14:40:10 +00:00 |
|
Jedrzej Stuczynski
|
2850c71317
|
Sending back messages to the client
|
2019-12-12 12:37:17 +00:00 |
|
Jedrzej Stuczynski
|
534a4aedc7
|
Pull messages response + marshaling
|
2019-12-12 12:27:02 +00:00 |
|
Jedrzej Stuczynski
|
27b55a7e60
|
Moved requests to separate module
|
2019-12-12 12:26:33 +00:00 |
|
Jedrzej Stuczynski
|
dc5660728e
|
Moved dummy message content to requests crate
|
2019-12-12 10:45:06 +00:00 |
|
Jedrzej Stuczynski
|
86693ab983
|
Reading constant number of stored messages and when below limit putting dummy data
|
2019-12-12 10:43:32 +00:00 |
|
Jedrzej Stuczynski
|
10d31abbf8
|
Added my test inbox to gitignore...
|
2019-12-12 10:05:15 +00:00 |
|
Jedrzej Stuczynski
|
c4779e3428
|
printing all files with given clients' messages
|
2019-12-12 10:04:17 +00:00 |
|
Jedrzej Stuczynski
|
8bb462bda1
|
Basic structure for client message retrieval
|
2019-12-11 17:24:56 +00:00 |
|
Jedrzej Stuczynski
|
427b83875a
|
Changed read_to_end to normal read with 1024 buffer
|
2019-12-11 16:59:46 +00:00 |
|
Jedrzej Stuczynski
|
8393910016
|
Closing socket to client on being done
|
2019-12-11 16:42:37 +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 |
|
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 |
|
Jedrzej Stuczynski
|
1c0eab2fa2
|
Running two concurrent futures
|
2019-12-11 11:13:48 +00:00 |
|
Jedrzej Stuczynski
|
fb456c0bd0
|
Added client-related host and port arguments
|
2019-12-11 10:45:32 +00:00 |
|
Dave Hrycyszyn
|
8d0afbd21e
|
Merge pull request #7 from nymtech/feature/provider_type
Provider storing received messages
|
2019-12-10 16:00:12 +00:00 |
|
Jedrzej Stuczynski
|
528ba87492
|
Removed unused imports
|
2019-12-10 15:36:14 +00:00 |
|
Jedrzej Stuczynski
|
d08a9965c8
|
Removed commented code with an experiment on usage of tokio tcp listener
|
2019-12-10 15:34:58 +00:00 |
|
Jedrzej Stuczynski
|
bf360473d5
|
Removed accidentally added tmp store directory
|
2019-12-10 15:29:08 +00:00 |
|
Jedrzej Stuczynski
|
fd2f565af2
|
Provider storing received messages
|
2019-12-10 15:28:51 +00:00 |
|
Jedrzej Stuczynski
|
7a3f16548b
|
Creating full store path
|
2019-12-10 14:35:44 +00:00 |
|
Jedrzej Stuczynski
|
6fdc4a6434
|
Calling store_processed_data after processing each sphinx packet
|
2019-12-10 14:25:30 +00:00 |
|
Jedrzej Stuczynski
|
2c986efcb1
|
Finally won first fight with the borrow checker for concurrent code
|
2019-12-10 13:05:44 +00:00 |
|
Jedrzej Stuczynski
|
385e41a920
|
Added store directory as additional provider argument
|
2019-12-09 12:57:18 +00:00 |
|
Jedrzej Stuczynski
|
836cff226a
|
Moved listening loop to provider struct impl
|
2019-12-09 12:47:38 +00:00 |
|
Dave Hrycyszyn
|
86861ccb70
|
Merge pull request #6 from nymtech/feature/command_line_arguments
Feature/command line arguments
|
2019-12-09 11:48:11 +00:00 |
|
Jedrzej Stuczynski
|
8ac76cb152
|
passing arguments to the service provider startup
|
2019-12-09 10:44:21 +00:00 |
|
Jedrzej Stuczynski
|
818389839f
|
Moved provider related functionalities to separate module
|
2019-12-09 10:38:01 +00:00 |
|
Jedrzej Stuczynski
|
3a069f18e2
|
Adjusted packet content
|
2019-12-09 10:27:30 +00:00 |
|