aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-07-27 01:53:45 +0200
committerMax Audron <audron@cocaine.farm>2025-07-27 01:53:45 +0200
commit44bd1fdaaa8e5c9753b6b45307bcb7f0938a394b (patch)
treea796125bef1553bb7b4e2ee200cb04f6f06043fc
parenttemporarly fix nested network repr parsing for variant types (diff)
remove old readme.org
Diffstat (limited to '')
-rw-r--r--README.org35
1 files changed, 0 insertions, 35 deletions
diff --git a/README.org b/README.org
deleted file mode 100644
index 452c579..0000000
--- a/README.org
+++ /dev/null
@@ -1,35 +0,0 @@
-#+TITLE: 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 [[url:https://docs.rs/tokio-util/latest/tokio_util/codec/struct.Framed.html][codec::Framed]] |
-| 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 |
-| bench | Enable the test crate/feature for running benchmarks |
-
-* TODOs
-** TODO Implementation of Syncable Objects
-*** DONE AliasManager
-*** TODO BacklogManager
-*** DONE BufferSyncer
-*** DONE BufferViewConfig
-*** DONE BufferViewManager
-*** DONE CertManager
-*** DONE CoreInfo
-*** DONE HighlightRuleManager
-*** DONE Identity
-*** DONE IgnoreListManager
-*** DONE IrcChannel
-*** TODO IrcListHelper
-*** TODO IrcUser
-*** TODO Network
-*** TODO NetworkInfo
-*** TODO NetworkConfig