diff options
| author | Max Audron <audron@cocaine.farm> | 2024-05-22 13:15:38 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-05-22 13:15:38 +0200 |
| commit | 95845f8a372472907b8c5b36f00305ec3442ce38 (patch) | |
| tree | 6537244df236af126907c5caf9625c4929d63b44 /README.md | |
| parent | split channel modes into their own struct (diff) | |
add todos to readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index c34cb1b..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# libquassel -Native rust implementation of the Quassel protocol and library functions - -## Features -| Feature | Description | -|----------------------+------------------------------------------| -| client | Enable client side trait implementations | -| server | Enable server side trait implementations | -| framing | Enable support for tokio's [codec::Framed](https://docs.rs/tokio-util/latest/tokio_util/codec/struct.Framed.html) | -| all-quassel-features | enable all protocol features | -| long-message-id | Serialize message IDs as i64 | -| long-time | Serialize Message Time as i64 | -| rich-messages | add avatar url and real name to messages | -| sender-prefixes | Show prefixes for senders in backlog | -| authenticators | Support for exchangeable auth backends | |
