summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.73
-rw-r--r--pounce.120
2 files changed, 18 insertions, 5 deletions
diff --git a/README.7 b/README.7
index 8cee7f1..c1a6806 100644
--- a/README.7
+++ b/README.7
@@ -20,6 +20,9 @@ requires LibreSSL
 .Pq Fl ltls
 and targets
 .Fx .
+It also runs on Darwin
+and doesn't use anything
+particularly BSD-specific.
 .
 .Sh RATIONALE
 As a former
diff --git a/pounce.1 b/pounce.1
index acb8433..f83882a 100644
--- a/pounce.1
+++ b/pounce.1
@@ -87,6 +87,8 @@ is set by
 Request
 .Ql NAMES
 for each channel when a client connects.
+This allows clients to populate user lists,
+but may just cause noise for some.
 .
 .It Fl P Ar port , Cm bind-port = Ar port
 Bind to
@@ -99,9 +101,9 @@ Quit with message
 when shutting down.
 .
 .It Fl W Ar pass , Cm client-pass = Ar pass
-Require the password
+Require the server password
 .Ar pass
-to connect.
+for clients to connect.
 .
 .It Fl a Ar user : Ns Ar pass , Cm sasl = Ar user : Ns Ar pass
 Authenticate as
@@ -111,12 +113,12 @@ with
 using SASL PLAIN.
 .
 .It Fl f Ar path , Cm save = Ar path
-Load the contents of the ring buffer from
+Load the contents of the buffer from
 .Ar path ,
 if it exists,
 and truncate it.
 On shutdown,
-save the contents of the ring buffer to
+save the contents of the buffer to
 .Ar path .
 .
 .It Fl h Ar host , Cm host = Ar host
@@ -143,7 +145,7 @@ Set realname to
 The default realname is the same as the nickname.
 .
 .It Fl u Ar user , Cm user = Ar user
-Set the username to
+Set username to
 .Ar user .
 The default username is the same as the nickname.
 .
@@ -294,3 +296,11 @@ daemon makes no distinction between channels.
 Elevated activity in one channel
 may push messages from a quieter channel
 out of the buffer.
+.
+.Sh BUGS
+Send mail to
+.Aq Mt june@causal.agency
+or join
+.Li #ascii.town
+on
+.Li chat.freenode.net .
13Fix C lexer to require a digit in a float literalJune McEnroe Otherwise ".l" is matched as Number. 2021-01-13Support long double in c.shJune McEnroe 2021-01-13Update Terminal.app coloursJune McEnroe God what is this garbage I only changed one colour. 2021-01-13Increase dark white brightness slightlyJune McEnroe 2021-01-13Add hilex example to htagml manualJune McEnroe 2021-01-12Style causal.agency like bin HTMLJune McEnroe 2021-01-12Avoid matching tag text inside HTML elementsJune McEnroe 2021-01-12Use hilex for up -hJune McEnroe 2021-01-12Use hilex for bin HTMLJune McEnroe 2021-01-12Don't output a pre in hilex by defaultJune McEnroe 2021-01-12Move hilex out of hilex directoryJune McEnroe 2021-01-12Consolidate hilex formatters into hilex.cJune McEnroe 2021-01-12Remove hacky tagging from hilexJune McEnroe God that makes the lexers so much simpler. 2021-01-12Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe This simplifies some things, adds support for line number tag definitions, and should enable combining htagml with other preprocessors in the future. 2021-01-12Split fields by tab onlyJune McEnroe Also don't fail hard on non-forward-search definitions. 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe