Commit Graph

98 Commits

Author SHA1 Message Date
ghassmo
01ac20aab4 util/cli: refactoring loading log config & add path for log file 2022-05-31 04:29:03 +03:00
ghassmo
82d278fea3 bin/tau: update README.md 2022-05-27 03:29:59 +03:00
ghassmo
8042cfd946 bin/tau-cli: remove explicit 'list' command in cli 2022-05-27 02:45:12 +03:00
ghassmo
c96e2603c1 bin/tau-cli: add debug msgs 2022-05-27 02:44:41 +03:00
Dastan-glitch
58396ef2d7 bin/tau: move params check to handle_request function and add state check 2022-05-26 14:54:57 +00:00
Dastan-glitch
a88ff78e97 Revert "bin/tau: catagorize methods"
This reverts commit 35fd132dae.
2022-05-25 22:53:23 +00:00
Dastan-glitch
66a4ec0394 Revert "bin/tau: add some saftey checks"
This reverts commit 6f5bf9fb41.
2022-05-25 22:52:38 +00:00
Dastan-glitch
0be7b7facf Revert "bin/tau: fix minor typo"
This reverts commit 3dbf8b6c80.
2022-05-25 22:51:34 +00:00
Dastan-glitch
3dbf8b6c80 bin/tau: fix minor typo 2022-05-25 22:19:23 +00:00
Dastan-glitch
6f5bf9fb41 bin/tau: add some saftey checks 2022-05-25 22:05:58 +00:00
Dastan-glitch
35fd132dae bin/tau: catagorize methods 2022-05-25 21:55:16 +00:00
parazyd
61bee58239 rpc: Cleanup and separate namespaces into client and server. 2022-05-22 20:54:17 +02:00
parazyd
82ee1a9331 rpc: Clean up and document the server implementation. 2022-05-22 20:54:17 +02:00
Dastan-glitch
d5c78905f1 tau: update README 2022-05-22 13:38:43 +00:00
Dastan-glitch
9bce2b0a8f bin/tau: fix update subcommand 2022-05-22 13:38:15 +00:00
ghassmo
d7775c210b run cargo fmt 2022-05-22 15:08:08 +03:00
parazyd
587f0b4b93 make fix and minor manual cleanups. 2022-05-22 12:29:23 +02:00
parazyd
61ce0bd91d taud: Add TODOs. 2022-05-22 12:02:46 +02:00
parazyd
f2fe803812 tau-cli: Code cleanup. 2022-05-22 12:02:23 +02:00
parazyd
c63aabf17f Update project dependencies. 2022-05-16 17:40:44 +02:00
Dastan-glitch
b2b42415bf bin/tau: remove unused dependencies 2022-05-15 01:11:34 +03:00
Dastan-glitch
d2303b7764 bin/tau: fix assign,project vectors, and fix viewing in print_task_info 2022-05-14 01:29:28 +03:00
ghassmo
5cec2b98ff rpcclient: don't use Executor for spawn a task 2022-05-13 11:33:02 +03:00
ghassmo
19f2c79ea7 rpc: create RpcClient for handling opened channels 2022-05-13 07:19:01 +03:00
ghassmo
9d57fd368d tau-cli: use open_channels function to communicate to rpc server 2022-05-13 05:10:27 +03:00
ghassmo
a1c54329e2 bin/tau: don't append tcp to rpc_addr 2022-05-11 20:44:12 +03:00
ghassmo
8287e0195f general clean up for network upgrade 2022-05-11 17:21:00 +02:00
ghassmo
f1c97207ba rpc: merge rpcserver2 to rpcserver & fix bins affected by the merging 2022-05-11 17:20:59 +02:00
ghassmo
10498be7d3 ircd, tau: change add scheme for urls in config 2022-05-11 17:20:59 +02:00
ghassmo
475b31c5fb darkfid2, faucetd: using Url for net settings 2022-05-11 17:20:59 +02:00
ghassmo
d320edeecb bin: upgrade send_request rpc function across bins 2022-05-11 17:20:59 +02:00
Dastan-glitch
cfa8067c26 bin/tau: use Timestamp in src/util 2022-05-11 03:11:03 +03:00
Dastan-glitch
4dbad6b310 bin/tau: fix viewing events 2022-05-10 01:14:59 +03:00
ghassmo
a831a5855d bin/tau: get tasks by looping through ids 2022-05-09 11:06:11 +03:00
ghassmo
ba63c32afb taud: avoid uploading local tasks on startup 2022-05-08 05:10:43 +03:00
ghassmo
7796f313ef tau: rework on tau-cli functionalities and design 2022-05-08 03:10:22 +03:00
ghassmo
95fab04625 tau: add nickname for tasks and attached to comments 2022-05-07 17:30:59 +03:00
Dastan-glitch
9f87c561fa bin/tau: remove key arg and only use the key from file 2022-05-07 02:58:15 +03:00
Dastan-glitch
fcb5b752e1 bin/tau: remove redundant filtering 2022-05-07 02:57:13 +03:00
Dastan-glitch
a2c9f9823d bin/tau: minor fix 2022-05-07 01:50:39 +03:00
Dastan-glitch
ba698a77df bin/tau: use reference instead of copy in filter functions 2022-05-07 01:48:01 +03:00
Dastan-glitch
8fded32cdf bin/tau: update README 2022-05-05 18:50:07 +03:00
Dastan-glitch
0a0d04951a bin/tau: making get task by id positional arg and general clean-up 2022-05-05 18:48:49 +03:00
Dastan-glitch
62cb7fc9a4 bin/tau: update README and taud_config 2022-05-04 01:15:15 +03:00
Dastan-glitch
93a2fc7722 bin/tau: remove temp file when done 2022-05-04 01:14:36 +03:00
ghassmo
058ca299a1 bin/tau-cli: clean up filter function 2022-05-03 14:39:42 +03:00
Dastan-glitch
962ddf3a28 bin/tau: minor changes 2022-05-03 01:40:58 +03:00
Dastan-glitch
cd82162c89 bin/tau: add example to README 2022-05-03 01:40:24 +03:00
ghassmo
95b32a7390 raft: remove p2p code from start function & add p2p get_info() to ircd rpc 2022-05-01 21:33:03 +03:00
ghassmo
34b34f8988 raft: change the name of p2p module to protocol_raft.rs 2022-05-01 20:01:02 +03:00