1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/plugins
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
..
test-c-plugin Adding plugin interface for C files. 2013-08-18 03:55:20 +01:00
connect.py Added browser plugin, allow up to 5 args for command callbacks 2013-08-08 01:40:03 +01:00
cricket-score.py Removed time import from cricket plugin 2013-08-11 22:19:47 +01:00
goodbyeworld.py Added browser plugin, allow up to 5 args for command callbacks 2013-08-08 01:40:03 +01:00
helloworld.py Added browser plugin, allow up to 5 args for command callbacks 2013-08-08 01:40:03 +01:00
platform-info.py Added browser plugin, allow up to 5 args for command callbacks 2013-08-08 01:40:03 +01:00
whoami.py Added browser plugin, allow up to 5 args for command callbacks 2013-08-08 01:40:03 +01:00
www-view.py Renamed hook on_message -> on_message_received 2013-08-18 00:26:14 +01:00