1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
Go to file
Artem Shinkarov 705a946882 Adding plugin interface for C files.
Implementation of hooks using C interface basedon dlfcn.  Added test
plugin and makefile to build it.  In order to test it add the followin
into your profrc:
    [plugins]
    load=test-c-plugin.so
and execute profanity piping stderr to some file.  The file should
contain all entries whenever the plugin function is triggered.  It seem
to be workin but some parts are missing.
2013-08-18 03:55:20 +01:00
debian deb packaging files (tested on debian unstable) and rpm spec file 2013-06-05 11:28:53 +02:00
docs Updated man page 2013-07-22 22:09:16 +01:00
plugins Adding plugin interface for C files. 2013-08-18 03:55:20 +01:00
src Adding plugin interface for C files. 2013-08-18 03:55:20 +01:00
tests Added test for quoted freetext in parser 2013-07-20 20:53:43 +01:00
themes Added boothj5 theme 2013-01-17 23:15:10 +00:00
.gitignore Added TODO and plugins/ to .gitignore 2013-08-06 20:24:14 +01:00
bootstrap.sh Moved config.h to source folder 2012-07-01 14:52:45 +01:00
configure.ac Adding plugin interface for C files. 2013-08-18 03:55:20 +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
install-all.sh Use patched version of apt-cyg 2013-08-11 17:00:06 +01:00
Makefile.am Adding plugin interface for C files. 2013-08-18 03:55:20 +01:00
profanity.spec deb packaging files (tested on debian unstable) and rpm spec file 2013-06-05 11:28:53 +02:00
README.md Update README.md 2012-12-31 01:29:46 +00:00
upgrade.sh Removed sudo from cygwin upgrade script 2012-09-09 22:55:28 +01:00

Profanity

Profanity is a console based jabber client inspired by Irssi,

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