Dave Hrycyszyn
|
4143e53598
|
presence: ability to configure local directory server
|
2019-12-16 12:27: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
|
3d9181a913
|
main: removing assert so that the node starts
|
2019-12-13 13:25:59 +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 |
|
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
|
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
|
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
|
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 |
|
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
|
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 |
|
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 |
|
Dave Hrycyszyn
|
6ae04b7ed3
|
Removing print statements
|
2019-12-02 13:50:21 +00:00 |
|
Dave Hrycyszyn
|
fff78cfade
|
Updating to work with constant sized packets
|
2019-11-29 15:54:44 +00:00 |
|
Dave Hrycyszyn
|
14dfa4795a
|
Initial commit
|
2019-11-29 12:28:25 +00:00 |
|