about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-31 19:08:58 -0400
committerJune McEnroe <june@causal.agency>2020-03-31 19:08:58 -0400
commit885fc9f4e765ad8b4fcc98f5981eff328ec2902c (patch)
treebcfa38a83c8893c5624ed638aecb3d8175a650e7 /README.7
parentAdd join/part/quit filtering example (diff)
downloadcatgirl-885fc9f4e765ad8b4fcc98f5981eff328ec2902c.tar.gz
catgirl-885fc9f4e765ad8b4fcc98f5981eff328ec2902c.zip
Update features list
Diffstat (limited to '')
-rw-r--r--README.712
1 files changed, 9 insertions, 3 deletions
diff --git a/README.7 b/README.7
index bfc00d4..65cd3aa 100644
--- a/README.7
+++ b/README.7
@@ -35,9 +35,9 @@ recent URLs from a particular user
 or matching a substring
 can be opened or copied.
 .It
-History:
-window contents can be saved
-and restored on startup.
+Ignore:
+visibility of filtered messages
+can be toggled.
 .El
 .
 .Ss Non-features
@@ -67,6 +67,12 @@ or connected to a bouncer,
 such as
 .Lk https://git.causal.agency/pounce "pounce" .
 .It
+CTCP:
+apart from
+.Sy ACTION ,
+this protocol is useless at best
+and enables abuse at worst.
+.It
 Cleartext IRC:
 TLS is now ubiquitous
 and certificates are easy to obtain.
3bf4c27fa9efeeeef7cfe7e5fb62117163&follow=1'>Output ring info on SIGINFOJune McEnroe 2019-10-27Improve client/server error messagesJune McEnroe 2019-10-27Add reload cmd to rc scriptJune McEnroe 2019-10-27Reload certificate on SIGUSR1June McEnroe 2019-10-27Drop clients on zero-length readsJune McEnroe 2019-10-27Explicitly tls_handshake new clientsJune McEnroe 2019-10-26Document rationaleJune McEnroe 2019-10-26Handle nick collisionJune McEnroe 2019-10-26Wait for AUTHENTICATE + from serverJune McEnroe 2019-10-26Respond to PING with same parameterJune McEnroe 2019-10-26Add undocumented flag to disable verificationJune McEnroe 2019-10-26Do not require RPL_ISUPPORT for stateReadyJune McEnroe 2019-10-26Implement graceful shutdownJune McEnroe 2019-10-26Require PASS before USERJune McEnroe 2019-10-26Track channel topicsJune McEnroe 2019-10-26Set AWAY when no clients are connectedJune McEnroe 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe 2019-10-25Rename project pounceJune McEnroe