Scroll to navigation

QUASSEL(1) User Commands QUASSEL(1)

NAME

quassel - manual page for quassel v0.14.0 (dist-da9c1c9)

SYNOPSIS

quasselcore [options]

DESCRIPTION

Quassel IRC is a modern, distributed IRC client. One (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical.

quasselcore provides the daemon which connects to IRC networks, allowing any number of Quassel clients to connect, including the official desktop client, the quasselclient program.

OPTIONS

Specify the directory holding configuration files, the SQlite database and the SSL certificate.
The address(es) quasselcore will listen on.
The port quasselcore will listen at.
Don't restore last core's state.
Load configuration from environment variables.
Switch storage backend (migrating data if possible).
Select authentication backend.
Starts an interactive session to add a new core user.
Starts an interactive session to change the password of the user identified by <username>.
Use users' quasselcore username as ident reply. Ignores each user's configured ident setting.
Enable internal ident daemon.
The port quasselcore will listen at for ident requests. Only meaningful with --ident-daemon.
The address(es) quasselcore will listen on for ident requests. Same format as --listen.
Enable oidentd integration. In most cases you should also enable --strict-ident.
Set path to oidentd configuration file.
Set IP range from which proxy protocol definitions are allowed
Require SSL for remote (non-loopback) client connections.
Specify the path to the SSL certificate.
Specify the path to the SSL key.
Enable metrics API.
The port quasselcore will listen at for metrics requests. Only meaningful with --metrics-daemon.
The address(es) quasselcore will listen on for metrics requests. Same format as --listen.
Supports one of Debug|Info|Warning|Error; default is Info.
Log to a file.
Log to syslog.
Enable debug output.
Enable logging of all raw IRC messages to debug log, including passwords! In most cases you should also set --loglevel Debug
Limit raw IRC logging to this network ID. Implies --debug-irc
Enable logging of all parsed IRC messages to debug log, including passwords! In most cases you should also set --loglevel Debug
Limit parsed IRC logging to this network ID. Implies --debug-irc-parsed
Displays help on commandline options.
Displays help including Qt specific options.
Displays version information.

AUTHORS

The full list of Quassel IRC authors and contributors may be seen in quasselclient's About window.

This manual page was written by Thomas Mueller <thomas.mueller@tmit.eu> and updated by Shane Synan <digitalcircuit36939+deb@gmail.com> and Scott Kitterman <scott@kitterman.com> (with the assitance of help2man), for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License version 2 or any later version published by the Free Software Foundation.

SEE ALSO

The full documentation for quassel is maintained as a Texinfo manual. If the info and quassel programs are properly installed at your site, the command

info quassel

should give you access to the complete manual.

January 2022 quassel v0.14.0 (dist-da9c1c9)