1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
Go to file
Michael Vetter 8dfa41ea8e Remove double declaration and reduce scope of pcontact
In command/commands.c you declare pcontact at the top of the function.
Later in one case you declare it again and use it in a small scope. And
in the same function you use it again this time from the first
declaration. I think you intended only declaring it one time. At first I
thought about top of the function because its easier to find. Then I saw
that you declare "Jid jid" not at the top too, and I think for the sake
of reducing scope it is better. So I went for this approach.
2015-10-09 10:34:58 +02:00
docs Updated man page 2015-02-10 23:30:21 +00:00
src Remove double declaration and reduce scope of pcontact 2015-10-09 10:34:58 +02:00
tests Fixed functional tests 2015-09-30 22:42:42 +01:00
themes Updated themes 2015-09-30 23:20:29 +01:00
.gitignore Updated .gitignore 2015-08-09 00:21:20 +01:00
.travis.yml Fixed travis build 2015-09-24 01:24:19 +01:00
bootstrap.sh Moved config.h to source folder 2012-07-01 14:52:45 +01:00
CHANGELOG Updated CHANGELOG 2015-09-30 00:12:40 +01:00
configure-debug Don't ignore arguments passed to ./configure-debug 2015-06-22 12:36:46 +00:00
configure.ac Check for libmesode, fall back to libstrophe 2015-09-21 21:40:04 +01:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
install-all.sh Check for libmesode, fall back to libstrophe 2015-09-21 21:40:04 +01:00
LICENSE.txt Updated copyright 2015-02-10 23:16:09 +00:00
Makefile.am Save trusted certificates to tlscerts file with more information 2015-09-24 00:18:18 +01:00
prof.supp Tidied pgp memory allocations 2015-08-11 01:00:23 +01:00
profanity.spec Set version to 0.5.0 development 2014-05-18 16:29:58 +01:00
profrc.example Added example profrc config 2014-06-29 22:58:33 +01:00
README.md Update README.md 2014-02-23 04:27:14 +00:00
theme_template Updated theme template, changed default lastactivity format 2015-09-30 23:22:39 +01:00

Profanity Build Status

Profanity is a console based XMPP client inspired by Irssi,

alt tag

See the User Guide for information on installing, upgrading and using Profanity.

Homepage: http://www.profanity.im

Mailing List: https://groups.google.com/forum/#!forum/profanitydev