1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
Go to file
James Booth 11066f204b Set compiler, preprocessor flags in configure.ac
Picked up and used in Makefile.am
2012-07-02 00:36:30 +01:00
src Added autobuild tools 2012-07-01 14:47:09 +01:00
tests Added autobuild tools 2012-07-01 14:47:09 +01:00
.gitignore Added libnotify headers to configure.ac 2012-07-01 16:18:57 +01:00
bootstrap.sh Moved config.h to source folder 2012-07-01 14:52:45 +01:00
configure.ac Set compiler, preprocessor flags in configure.ac 2012-07-02 00:36:30 +01:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
DESIGN Merge branch 'presence' 2012-05-26 16:20:03 +01:00
Makefile.am Set compiler, preprocessor flags in configure.ac 2012-07-02 00:36:30 +01:00
README.md Update master 2012-06-19 02:02:21 +02:00
TODO Removed item from TODO and added issue instead 2012-05-10 23:57:31 +01:00

Profanity

Profanity is a console based jabber client inspired by Irssi,

Installation

Dependencies: ncurses, libstrophe, glib, expat, xml2 and openssl.

Libstrophe can be found at: https://github.com/metajack/libstrophe

To run unit tests requires head-unit: https://github.com/boothj5/head-unit

All other dependencies should have packages for your distribution.

Once depdendencies have been installed, run:

make

To build and install in the current directory.

Running

./profanity

Some older jabber servers advertise SSL/TLS support but don't respond to the handshake, if you have trouble connecting, run with the -notls option:

./profanity -notls

Preferences

User preferences are stored in

~/.profanity

The following example is described below:

[ui]
beep=false
flash=true
showsplash=true

[connections]
logins=mylogin@jabber.org;otherlogin@gmail.com

[colours]
bkgnd=default
text=white
online=green
offline=red
err=red
inc=yellow
bar=green
bar_draw=black
bar_text=black

The [ui] section contains preferences for user interface behaviour:

beep:       Try to sound beep on incoming messages if the terminal supports it
flash:      Try to make the terminal flash on incoming messages if the terminal supports it
showsplash: Show the ascii logo on startup

The [connections] section contains a history of logins you've used already, so profanity can autocomplete them for you. This section is populated automatically when you login with a new username.

The [colours] sections allows you to theme profanity. Available colours are

black, white, red, green, blue, yellow, cyan, magenta

Setting a colour to default, lets the terminal use whatever default it would use for foreground/background depending on the setting.

Using

Commands in profanity all start with /.

To get a list of possible commands, and find out how to navigate around try:

/help