Commit graph

18 commits

Author SHA1 Message Date
Hyeon Kim
956025c222
irc-proto: Fix a nontrivial clippy warning
References:
  https://rust-lang.github.io/rust-clippy/master/index.html#inherent_to_string_shadow_display
2023-06-04 01:24:24 +09:00
Hyeon Kim
467efb9eba
irc-proto: Misc refactoring 2023-06-04 01:00:25 +09:00
Hyeon Kim
b0c5f1fe90
irc-proto: Fix all trivial clippy warnings using cargo clippy --fix 2023-06-04 01:00:22 +09:00
John-John Tedro
3e396f8577 Bump dependencies, set rust-version 2023-04-12 17:50:47 +02:00
Maxime Augier
b64a71e2fa Add tests for messages with a leading colon in the suffix 2021-05-04 19:35:36 +02:00
Théo Gaillard
67e61e0606
feature: add TLS as feature and support multiples TLS backends (currently native-tls and rustls) 2020-03-31 09:48:57 +08:00
Aaron Weiss
e0a9115941
fixed escaping tests 2020-01-31 17:11:28 -05:00
Aaron Weiss
b44e4bb093
Merge branch '0.14' into develop 2020-01-31 13:22:41 -05:00
Kaleb Elwert
f785d15b4c Handle suffix as a plain param 2020-01-30 16:25:52 -08:00
Andreas Ots
b903c2595e extract tag value escape and unescape functions 2020-01-30 23:39:47 +02:00
Andreas Ots
2bb980044b Escape/unescape IRCv3 message tag values 2020-01-19 11:44:27 +02:00
John-John Tedro
f200a9f281 Switch to modern error handling 2019-12-27 17:01:03 +01:00
John-John Tedro
549e2e8722 Port to tokio 0.2 2019-12-18 21:06:04 +01:00
Frankie Bagnardi
f66dcd6b0a rebased 2018-09-17 22:03:22 -07:00
Frankie Bagnardi
5e723425e3 proto::message uses Prefix 2018-09-17 22:00:52 -07:00
Aaron Weiss
3df2c49074
Fixed tests for irc-proto. 2018-05-05 13:37:36 +02:00
Aaron Weiss
70b7349c24
Fixed up split out irc-proto crate. 2018-05-05 13:37:36 +02:00
Aaron Weiss
991e030a4f
Started splitting out proto into its own crate. 2018-05-05 13:37:32 +02:00
Renamed from src/proto/message.rs (Browse further)