about summary refs log tree commit diff
path: root/extra/palaver/pounce-palaver.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-06-18 10:03:57 -0400
committerJune McEnroe <june@causal.agency>2022-06-18 10:03:57 -0400
commit511f999dfab4fce8d31af9c388d616ce45a88398 (patch)
treecb96078d99295f62b1d25af3329b84ac2897df04 /extra/palaver/pounce-palaver.1
parentedit: Validate size is power of two (diff)
downloadpounce-511f999dfab4fce8d31af9c388d616ce45a88398.tar.gz
pounce-511f999dfab4fce8d31af9c388d616ce45a88398.zip
Flatten extras to top-level directory
Diffstat (limited to 'extra/palaver/pounce-palaver.1')
-rw-r--r--extra/palaver/pounce-palaver.1112
1 files changed, 0 insertions, 112 deletions
diff --git a/extra/palaver/pounce-palaver.1 b/extra/palaver/pounce-palaver.1
deleted file mode 100644
index da3937a..0000000
--- a/extra/palaver/pounce-palaver.1
+++ /dev/null
@@ -1,112 +0,0 @@
-.Dd November 28, 2021
-.Dt POUNCE-PALAVER 1
-.Os
-.
-.Sh NAME
-.Nm pounce-palaver
-.Nd Palaver push notifications for pounce
-.
-.Sh SYNOPSIS
-.Nm
-.Op Fl PNsv
-.Op Fl c Ar cert
-.Op Fl d Ar path
-.Op Fl k Ar priv
-.Op Fl p Ar port
-.Op Fl t Ar trust
-.Op Fl u Ar user
-.Op Fl w Ar pass
-.Ar host
-.
-.Sh DESCRIPTION
-The
-.Nm
-daemon provides push notifications
-for the Palaver IRC app via the
-.Xr pounce 1
-IRC bouncer.
-The
-.Cm palaver
-option must be enabled in
-.Xr pounce 1 .
-.
-.Pp
-The arguments are as follows:
-.Bl -tag -width Ds
-.It Fl N
-Never send message previews,
-regardless of the app preferences.
-.It Fl P
-Never send message previews
-for private messages.
-.It Fl c Ar cert
-Load the TLS client certificate from
-.Ar path .
-If the private key is in a separate file,
-it is loaded with
-.Fl k .
-.It Fl d Ar path
-Set the path to the database file
-used to store notification preferences.
-The default path is documented in
-.Sx FILES .
-.It Fl k Ar priv
-Load the TLS client private key from
-.Ar path .
-.It Fl p Ar port
-Connect to
-.Ar port .
-The default port is 6697.
-.It Fl s
-Match nick and keywords case-sensitively,
-despite the specification.
-.It Fl t Ar path
-Trust the self-signed certificate loaded from
-.Ar path
-and disable server name verification.
-.It Fl u Ar user
-Set the username to
-.Ar user .
-The default username is
-.Dq pounce-palaver .
-.It Fl v
-Log IRC protocol, SQL and HTTP to standard error.
-.It Fl w Ar pass
-Log in with the server password
-.Ar pass .
-.It Ar host
-Connect to
-.Ar host .
-.El
-.
-.Sh FILES
-.Bl -tag -width Ds
-.It Pa $XDG_DATA_DIRS/pounce/palaver.sqlite
-The database file is searched for first in
-.Ev $XDG_DATA_HOME ,
-usually
-.Pa ~/.local/share ,
-followed by the colon-separated list of paths
-.Ev $XDG_DATA_DIRS ,
-usually
-.Pa /usr/local/share:/usr/share .
-.It Pa ~/.local/share/pounce/palaver.sqlite
-The most likely default path to the database file.
-.El
-.
-.Sh SEE ALSO
-.Xr pounce 1
-.
-.Sh STANDARDS
-.Lk https://github.com/cocodelabs/palaver-irc-capability "Palaver IRC Capability"
-.
-.Sh AUTHORS
-.An June Bug Aq Mt june@causal.agency
-.
-.Sh BUGS
-Send mail to
-.Aq Mt list+pounce@causal.agency
-or join
-.Li #ascii.town
-on
-.Li irc.tilde.chat .