rust-irc/irc-proto/src
Dominique Martinet 709151b94d irc-proto: allow modes with no prefix
irc clients can query the details of some modes (e.g. request list of
banned users) by sending a message with no plus or minus prefix,
e.g. "MODE #chan b"
2023-06-23 21:47:02 +09:00
..
caps.rs Started splitting out proto into its own crate. 2018-05-05 13:37:32 +02:00
chan.rs Port to tokio 0.2 2019-12-18 21:06:04 +01:00
colors.rs irc-proto: Fix a nontrivial clippy warning 2023-06-04 01:24:24 +09:00
command.rs irc-proto: Fix all trivial clippy warnings using cargo clippy --fix 2023-06-04 01:00:22 +09:00
error.rs Switch to modern error handling 2019-12-27 17:01:03 +01:00
irc.rs fix: upgrade tokio-util from 0.2 to 0.3 2020-03-06 07:55:27 +08:00
lib.rs Switch to modern error handling 2019-12-27 17:01:03 +01:00
line.rs fix: upgrade tokio-util from 0.2 to 0.3 2020-03-06 07:55:27 +08:00
message.rs irc-proto: Fix a nontrivial clippy warning 2023-06-04 01:24:24 +09:00
mode.rs irc-proto: allow modes with no prefix 2023-06-23 21:47:02 +09:00
prefix.rs Port to tokio 0.2 2019-12-18 21:06:04 +01:00
response.rs Port to tokio 0.2 2019-12-18 21:06:04 +01:00