Commit graph

13 commits

Author SHA1 Message Date
MedzikUser
fc5afe56a1
feat(tcp client): add fn peer_addr 2022-07-29 22:10:49 +02:00
MedzikUser
3fb0a1132a
chore: some changes (more in the commit description)
- added `/disconnect` commands
- moved logger init function to other file
- updated command description
- the `/help` command has been accelerated
- re-export `async_trait` so that it doesn't have to be added to dependencies in plugins
2022-07-29 21:55:21 +02:00
f08093ecc7
chore(tcp): use tcp from tokio instead of std 2022-07-01 21:32:20 +02:00
ec574f3268
feat(plugins): add Result<()> in fn execute() (Event and Command traits) 2022-06-23 11:07:42 +02: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
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
4f002bb322
add plugin, comment code and setup ci 2022-06-04 20:10:21 +02:00