summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-12 02:54:46 -0500
committerJune McEnroe <june@causal.agency>2020-01-12 02:54:46 -0500
commit4a9492190bc011fadf5e50e29e20eb6adf583476 (patch)
tree65b19284f5cc2c4bb35248f2827e78e80c89ac41 /README.7
parentFix unscoop dedup window syntax (diff)
downloadlitterbox-4a9492190bc011fadf5e50e29e20eb6adf583476.tar.gz
litterbox-4a9492190bc011fadf5e50e29e20eb6adf583476.zip
Add Linux.mk
Diffstat (limited to '')
-rw-r--r--README.712
1 files changed, 9 insertions, 3 deletions
diff --git a/README.7 b/README.7
index 3778c2b..910304a 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd January 11, 2020
+.Dd January 12, 2020
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -24,8 +24,14 @@ requires LibreSSL
 and SQLite
 .Pq Fl lsqlite3 ,
 and targets
-.Fx .
-It can also be built on Darwin.
+.Fx
+and Darwin.
+To build on GNU/Linux,
+copy
+.Pa Linux.mk
+to
+.Pa config.mk
+and modify as needed.
 .
 .Sh FILES
 .Bl -tag -width "litterbox.c" -compact
nce/commit/state.c?h=1.4p1&id=437162dca3dff21272328908054b37b19351a228&follow=1'>Wait 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