POUNCE-PALAVER(1)           General Commands Manual          POUNCE-PALAVER(1)

NAME
     pounce-palaver – Palaver push notifications for pounce

SYNOPSIS
     pounce-palaver [-PNsv] [-c cert] [-d path] [-k priv] [-p port] [-t trust]
                    [-u user] [-w pass] host

DESCRIPTION
     The pounce-palaver daemon provides push notifications for the Palaver IRC
     app via the pounce(1) IRC bouncer.  The palaver option must be enabled in
     pounce(1).

     The arguments are as follows:

     -N      Never send message previews, regardless of the app preferences.

     -P      Never send message previews for private messages.

     -c cert
             Load the TLS client certificate from path.  If the private key is
             in a separate file, it is loaded with -k.

     -d path
             Set the path to the database file used to store notification
             preferences.  The default path is documented in FILES.

     -k priv
             Load the TLS client private key from path.

     -p port
             Connect to port.  The default port is 6697.

     -s      Match nick and keywords case-sensitively, despite the
             specification.

     -t path
             Trust the self-signed certificate loaded from path and disable
             server name verification.

     -u user
             Set the username to user.  The default username is
             “pounce-palaver”.

     -v      Log IRC protocol, SQL and HTTP to standard error.

     -w pass
             Log in with the server password pass.

     host    Connect to host.

FILES
     $XDG_DATA_DIRS/pounce/palaver.sqlite
             The database file is searched for first in $XDG_DATA_HOME,
             usually ~/.local/share, followed by the colon-separated list of
             paths $XDG_DATA_DIRS, usually /usr/local/share:/usr/share.

     ~/.local/share/pounce/palaver.sqlite
             The most likely default path to the database file.

SEE ALSO
     pounce(1)

STANDARDS
     Palaver IRC Capability:
     https://github.com/cocodelabs/palaver-irc-capability

AUTHORS
     June McEnroe <june@causal.agency>

BUGS
     Send mail to <list+pounce@causal.agency> or join #ascii.town on
     irc.tilde.chat.

Linux 6.10.6-artix1-1          November 28, 2021         Linux 6.10.6-artix1-1