Commit Graph

3205 Commits

Author SHA1 Message Date
parazyd
237badbf24 research/streamlet_rust: Remove Cargo.lock. 2022-04-30 12:17:39 +02:00
parazyd
e8e7af759c Minor clipply cleanups. 2022-04-30 12:13:27 +02:00
parazyd
0aad546779 faucetd: Sync args and config. 2022-04-30 12:09:18 +02:00
parazyd
a6b05b5c72 darkfid: Default JSON-RPC port as per config file. 2022-04-30 12:09:18 +02:00
parazyd
a2a972a747 bin/drk: Overhaul. 2022-04-30 12:09:18 +02:00
parazyd
06e8b569ca faucetd/darkfid: Change p2p-related flags to include "p2p". 2022-04-30 10:47:51 +02:00
parazyd
44683d04aa util/cli_desc: Add newline before the ansi logo. 2022-04-30 10:21:51 +02:00
parazyd
5ba78d6967 node/state: Reduce scope of pubkey variable in apply(). 2022-04-30 10:13:19 +02:00
parazyd
d54402ebcd consensus/proto: Gracefully handle errors in loops. 2022-04-30 09:52:50 +02:00
lunar-mining
55fd61695c ircd: standardize README formatting 2022-04-30 09:52:33 +02:00
lunar-mining
7e9308465c dnetview/ view: render last_msg 2022-04-30 09:37:27 +02:00
ghassmo
f625dc23eb ircd: irc server support tls protocol 2022-04-29 18:33:48 +03:00
ghassmo
cdaadfc9fa add tau and ircd to darkfi book 2022-04-29 15:32:10 +03:00
ghassmo
c63762ebb2 add tau to .gitignore 2022-04-29 15:30:06 +03:00
ghassmo
78522e1de8 ircd, tau: update README.md & change install instructions 2022-04-29 15:20:23 +03:00
ghassmo
7b16860f7d tau-cli: change bin name to tau 2022-04-29 15:20:00 +03:00
ghassmo
03be1965ee tau: remove Makefile 2022-04-29 15:19:33 +03:00
ghassmo
0ffc5f473f raft: general clean up 2022-04-29 15:18:09 +03:00
ghassmo
a80aaca994 net3: acceptor print an info msg once accept a clinet 2022-04-29 13:56:11 +03:00
lunar-mining
6c83022572 dnetview/ view: init_active_ids()
write active ids to active_ids
render as a scrollable list
2022-04-29 10:07:35 +02:00
lunar-mining
c6189e3b0f dnetview/ View: only render sessions if they are not empty 2022-04-29 09:42:11 +02:00
lunar-mining
d31add9648 dnetview/view: create active_ids that discards offline connections 2022-04-29 09:23:40 +02:00
lunar-mining
83631661d3 dnetview/ parse: save ids of all selectable objects, not just nodes 2022-04-29 08:10:57 +02:00
lunar-mining
b60c4f13fb dnetview/ view: re-implement render() and cleanup 2022-04-29 08:02:53 +02:00
lunar-mining
6a41fa5124 dnetview/ View, Model: simplify data structure
removed unnecessary data structures from View and simplified data
structures into 3 types:

model {
    id_list,
    node_info,
    selectables,
    }

view {
    active_ids,
    node_info,
    active_selectables,
}
2022-04-29 07:46:18 +02:00
lunar-mining
bd71f34894 Merge branch 'master' of github.com:darkrenaissance/darkfi 2022-04-29 07:14:08 +02:00
Dastan-glitch
713a937c6b bin/tau: add default value for rpc_listen 2022-04-29 02:23:47 +03:00
Dastan-glitch
cc18f509e8 bin/tau: adding encryption 2022-04-29 02:23:18 +03:00
ghassmo
13394e0fef ircd: add meeting bot 2022-04-29 00:26:11 +03:00
ghassmo
d0b638226c ircd: error handling for cleaning received msg 2022-04-29 00:24:11 +03:00
ghassmo
40b7ad62e0 ircd: add simple bot example 2022-04-28 22:17:53 +03:00
ghassmo
f15f5906b8 retrieve "ircd: create entry point socket for bots and plugins" 2022-04-28 22:17:53 +03:00
parazyd
01724a544d Sync package versions in the repo. 2022-04-28 20:19:04 +02:00
parazyd
35c77562ed contrib: Add script to sync all toml package versions to the root lib. 2022-04-28 20:18:22 +02:00
ghassmo
87acffb63e ircd: create entry point socket for bots and plugins 2022-04-28 18:44:16 +03:00
aggstam
e03904f435 consensus/task/proposal.rs: leader broadcasting finalized blocks added 2022-04-28 15:21:59 +03:00
lunar-mining
10e1304e54 Merge branch 'master' of github.com:darkrenaissance/darkfi 2022-04-28 09:19:03 +02:00
aggstam
341635f12b consensus: minor fixes 2022-04-27 21:08:13 +03:00
ghassmo
193e9d16c3 replace old ircd code with ircd2 2022-04-27 20:57:44 +03:00
ghassmo
c2d301a912 update regex crate 2022-04-27 20:09:21 +03:00
ghassmo
60a4b6f211 ircd2: avoid duplicate messages 2022-04-27 20:02:56 +03:00
ghassmo
7021cc40d1 raft: reduce cpu usage, fix bugs, and clean up 2022-04-27 20:01:35 +03:00
lunar-mining
3ad3802d7b dnetview/ view: only display session if it is not empty. 2022-04-27 17:49:47 +02:00
lunar-mining
b4590283f3 dnetview: remove deprecated ui::ui() 2022-04-27 11:30:38 +02:00
lunar-mining
13e85201d0 dnetview: render list of SelectableObject
we can now scroll connections
2022-04-27 11:28:36 +02:00
lunar-mining
2490435167 dnetview: fixed bug in list due to method consuming self
changed:

view.update(mut self)

to:

view.update(&mut self)

method now borrows 'self' mutably instead of consuming it.
2022-04-27 09:42:21 +02:00
lunar-mining
2343084daa Merge branch 'master' of github.com:darkrenaissance/darkfi 2022-04-27 09:30:33 +02:00
parazyd
a3abdfd791 Fix Makefile. 2022-04-27 06:55:20 +02:00
Dastan-glitch
571145b6e6 bin/tau: adding month filter 2022-04-27 01:07:12 +03:00
Dastan-glitch
2016d363d7 bin/tau: adding filter to listed tasksin tau-cli 2022-04-27 01:05:38 +03:00