Commit Graph

122 Commits

Author SHA1 Message Date
ghassmo
d82ecbb6bc bin/darkfid: pass socks_url to send_request function 2022-02-26 20:14:05 +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
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
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
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
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
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
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
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
lunar-mining
4bfae91acb map: update view with new info 2022-02-14 10:16:39 +01:00
lunar-mining
b382ae1417 map: interate index and add debug statements 2022-02-13 11:37:38 +01:00
lunar-mining
5bfccc363f map: cleaned up and implemented update() 2022-02-13 11:37:38 +01:00
lunar-mining
b3f04d6cf1 map: added View to lib.rs 2022-02-12 11:34:00 +01:00
lunar-mining
2247bae55c map: added View 2022-02-12 11:33:02 +01:00
lunar-mining
04d986c1f4 Merge branch 'master' of github.com:darkrenaissance/darkfi 2022-02-08 01:13:13 +01:00
lunar-mining
1cd23ffdc3 map: init empty data structures on start 2022-02-08 01:11:17 +01:00
parazyd
edb09db16d bin/map: Comment out unavailable module. 2022-02-06 20:38:40 +01:00
Dastan-glitch
43ab9ecc1f Filtering specific targets in logging system 2022-02-06 20:37:04 +01:00
lunar-mining
3f8768ee69 map: cleanup 2022-02-06 08:58:42 +01:00
lunar-mining
1800aa1447 map: wrapped Model objects in a Mutex 2022-02-06 08:57:37 +01:00
lunar-mining
aa80910d05 map: renamed run_app to render 2022-02-06 08:34:42 +01:00