Commit graph

39 commits

Author SHA1 Message Date
f08093ecc7
chore(tcp): use tcp from tokio instead of std 2022-07-01 21:32:20 +02:00
renovate[bot]
cb1ccc6fc5 fix(deps): update rust crate clap to 3.2.8 2022-06-30 18:26:06 +00:00
renovate[bot]
4b0b38755c fix(deps): update rust crate clap to 3.2.7 2022-06-28 17:48:04 +00:00
40fabbfecf
chore(release): 0.2.0 2022-06-26 13:05:57 +02:00
6430c2577c
chore(deps): upgrade 2022-06-26 13:00:09 +02:00
1abc3290d9
update 2022-06-26 12:59:48 +02:00
ab60315350
chore: update logger and save logs to file 2022-06-26 12:35:58 +02:00
47d6bc47cf
doc: update readme 2022-06-26 10:38:27 +02:00
1ea6336c8f
update 2022-06-25 23:35:34 +02:00
462524fc3e
doc: update readme 2022-06-25 21:41:25 +02:00
65c828bb09
chore(websocket): add comments in code 2022-06-25 21:38:08 +02:00
172c00bde1
feat(websocket): WS Client <-> TCP Proxy (default port 9998) <-> TCP (default port 9999) 2022-06-25 16:22:33 +02:00
ec574f3268
feat(plugins): add Result<()> in fn execute() (Event and Command traits) 2022-06-23 11:07:42 +02:00
renovate[bot]
9e06f31ff2 fix(deps): update rust crate clap to 3.2.6 2022-06-21 21:01:13 +00:00
b9af11c34e
doc: update 2022-06-21 12:33:13 +02:00
d4f7fb650b
fix: typo 2022-06-20 23:41:08 +02:00
4f9baa4b76
feat(plugins-loader): improve a plugin loader 2022-06-20 23:22:45 +02:00
369dd14cf2
ci(build-release-binaries.yml): run only on tag push` 2022-06-20 22:22:33 +02:00
ebeec9adfa
doc: add html_root_url 2022-06-20 22:20:25 +02:00
renovate[bot]
3e1d049c50 fix(deps): update rust crate anyhow to 1.0.58 2022-06-19 02:23:59 +00:00
renovate[bot]
200f693b5f chore(deps): update actions/checkout action to v3 2022-06-17 20:32:18 +00:00
2c144ae14a
add missing doc and handle if client sent an empty buffer 2022-06-17 22:32:07 +02:00
b0c019525e
chore: update manifest 2022-06-17 14:18:29 +02:00
6330c4758d
chore(release): v0.1.0 2022-06-17 14:15:09 +02:00
f0c2d88764
ci: setup release build 2022-06-17 13:58:53 +02:00
51440c98f9
doc: update documentation 2022-06-17 13:43:23 +02:00
e75514a70e
doc: update readme 2022-06-17 11:45:38 +02:00
Renovate Bot
9460c7ae00 fix(deps): update rust crate clap to 3.2.5 2022-06-17 02:15:27 +00:00
Renovate Bot
6b8d99bca2 fix(deps): update rust crate tokio to 1.19.2 2022-06-16 23:37:04 +00:00
a4c355f789
doc: add readme 2022-06-16 20:22:30 +02:00
533769abbc
configure renovate 2022-06-16 19:31:56 +02:00
f0fd1b1d2a
add event manager 2022-06-16 19:31:09 +02:00
01f6ed8ad8
Client change async fn to fn, because async is not used 2022-06-05 23:13:14 +02:00
5fbb153f8e
comment code 2022-06-05 22:10:23 +02:00
969be3498b
refactor code and add debug and trace logger 2022-06-05 16:08:13 +02:00
3975102736
refactor code 2022-06-04 21:34:53 +02:00
69e407b95b
gitignore: drop .vscode directory 2022-06-04 20:12:00 +02:00
4f002bb322
add plugin, comment code and setup ci 2022-06-04 20:10:21 +02:00
a91b0cb788
initial commit 2022-06-04 13:58:21 +02:00