ghassmo
aad2caa3df
clean up & remove warning messages
2022-02-27 00:51:35 +04:00
ghassmo
59261f0d43
rpc/jsonrpc: finish the implementation for supporting tor and nym protocols on client side
2022-02-26 23:24:05 +04:00
ghassmo
d82ecbb6bc
bin/darkfid: pass socks_url to send_request function
2022-02-26 20:14:05 +04:00
ghassmo
db39cc4948
bin/darkfid: add socks_url to darkfid's config
2022-02-26 20:00:37 +04:00
ghassmo
99238b7f26
bin/drk: use UrlConfig & cargo fmt
2022-02-25 18:52:46 +04:00
ghassmo
55c3532f23
bin/darkfid: use UrlConfig in configuration file
2022-02-25 18:28:41 +04:00
ghassmo
35706c16e1
remove cli module & move the cli_config to util
2022-02-24 21:01:25 +04:00
Dastan-glitch
a14355263c
splitting config struct in src/cli between aps in bin/
2022-02-24 13:56:02 +01:00
parazyd
33ea16a504
book: Finalize design.
2022-02-24 13:44:57 +01:00
lunar-mining
c6ca1b4c6d
map: cleaned up warnings
2022-02-23 13:46:19 +01:00
lunar-mining
97523e1435
map: render id, msg, titles of node info using Layout and Paragraph rather than empty spaces
2022-02-23 13:42:08 +01:00
lunar-mining
2ad2198183
map: remove loading page and initialize empty variables directly
2022-02-23 11:11:06 +01:00
ghassmo
e3a68e334b
rpc: pass Url object to send_request function instead of &str
2022-02-23 04:09:22 +04:00
lunar-mining
c75cdf57a6
map: added todo's
2022-02-22 12:38:22 +01:00
Dastan-glitch
cb888aadbf
splitting clap related code on apps in bin/
2022-02-22 11:29:23 +01:00
lunar-mining
2506932665
map: error if view.node_id is still empty after first initialization loop
2022-02-22 11:26:01 +01:00
lunar-mining
505ee3c141
map: implement loading widget while we initialize values
2022-02-22 10:49:21 +01:00
lunar-mining
c3441828b5
map: cleaned up warnings
2022-02-22 09:53:04 +01:00
lunar-mining
556e8deba3
map: send ping, receive pong, then run get_info. error if pong reply times out
2022-02-22 09:27:23 +01:00
lunar-mining
5d86af2213
map + ircd: implemented ping/ pong method
2022-02-22 09:00:15 +01:00
lunar-mining
254a47bc2b
ircd/ get_info: made message a list
2022-02-22 09:00:15 +01:00
lunar-mining
a09761d0f4
map: ui::ui() renders new data types. cleanup
2022-02-21 10:18:05 +01:00
lunar-mining
d8fc4aa2c2
map: update view NodeInfo to HashMap and render nodeID
2022-02-21 10:18:05 +01:00
lunar-mining
3538545d1b
map/ model: make Vec<NodeInfo> a Hashmap<String, NodeInfo>
2022-02-21 10:18:05 +01:00
parazyd
e0881eb166
cashierd: Fix stable compilation.
2022-02-21 08:56:13 +01:00
lunar-mining
9c870793c8
map/view: updated view node_id to HashSet
2022-02-21 08:27:22 +01:00
lunar-mining
5c1c55ef47
map/ model: changed node_id from Vec to HashSet
2022-02-21 08:12:56 +01:00
lunar-mining
994de48215
map/ui: fixed spacing on nodeinfo
2022-02-20 09:26:41 +01:00
lunar-mining
605f4a1b9e
map/ ui: make info display prettier
2022-02-20 09:21:57 +01:00
lunar-mining
11f70995a7
map/ui: enabled scroll and simplified rendering. combined node info into nodeid list
2022-02-20 08:50:44 +01:00
lunar-mining
a57a3c4e78
map: fixed list iterate error
2022-02-20 08:50:44 +01:00
parazyd
40d215823e
bin/ircd: Code formatting.
2022-02-19 12:27:56 +01:00
lunar-mining
6ea7eaa65e
map: added toml
2022-02-19 11:09:54 +01:00
lunar-mining
18a32cc84b
map: add log flags and cleanup
2022-02-18 10:38:39 +01:00
lunar-mining
d485a8d721
ircd: pass rpc_listen_addr to RpcInterface. display rpc_addr in get_info
2022-02-18 10:37:35 +01:00
lunar-mining
02d561ecf5
map: make node connections multiple and add logging
2022-02-18 10:16:42 +01:00
dasman
7da841e9e7
bin/ircd: fixing ping-pong reply which fixes occasional re-connection ( #66 )
2022-02-18 09:58:29 +01:00
lunar-mining
46e112beba
map: moved node_info to left frame
2022-02-17 11:34:38 +01:00
lunar-mining
6edf54caba
map: fixed initalization error and improved formatting
...
initalization error occurred due to render() attempting to draw an empty
vector on first run. we now pause for 1 sec if the vector is empty for
it to initalize.
2022-02-17 11:05:28 +01:00
lunar-mining
d4800135f3
map: remove json quotation marks with as_str()
2022-02-17 11:05:28 +01:00
lunar-mining
358f2468c5
map: removed empty space at start of node list
2022-02-17 11:05:28 +01:00
lunar-mining
d3dbe52c1a
map: render new data structure
2022-02-15 11:49:37 +01:00
lunar-mining
753021b96d
ircd: cleanup json format
2022-02-15 11:49:37 +01:00
lunar-mining
70e8c58b22
map: parse json with new data structure
2022-02-15 11:49:37 +01:00
lunar-mining
74a7fd9f98
map: cleanup
2022-02-15 11:49:37 +01:00
lunar-mining
5ff07727d5
map: update NodeInfo data structure
2022-02-15 11:49:37 +01:00
lunar-mining
365ce08c92
map: pass config to render
2022-02-15 11:49:37 +01:00
lunar-mining
ad979dfec4
ircd: modified json in get_info
2022-02-15 11:49:37 +01:00
parazyd
22fdec7fed
Fix compilation errors
2022-02-15 11:33:02 +01:00
lunar-mining
0d0cb05c9a
map: created config file and removed duplicate index write
2022-02-14 12:05:45 +01:00