summaryrefslogtreecommitdiff
path: root/src/plugins/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-03-07javascript: add new plugin to run javascript scripts in WeeChatSébastien Helleu
This plugin was originally written by Koka El Kiwi (repository: https://github.com/KokaKiwi/weechat-js-plugin). This plugin uses Google V8 engine to execute JS scripts.
2015-01-01core: do not add flag "-fPIC" on Cygwin (not needed)Sébastien Helleu
2015-01-01core: fix compilation of plugins with cmake >= 3.1 (closes #287)Sébastien Helleu
The flag -fPIC is now forced for compilation of plugins. It should fix compilation problems when cmake doesn't add this flag.
2015-01-01core: update copyright datesSébastien Helleu
2014-07-20core: remove whitespace in cmake filesSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-03-11exec: add exec pluginSebastien Helleu
2014-03-04rmodifier: remove plugin (replaced by trigger)Sebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-01-01core: update copyright datesSebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in ↵Sebastien Helleu
"src/plugins"
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-08-13Rename cmake options DISABLE_XXX to ENABLE_XXXSebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-14Remove jabber plugin (will be replaced by script)Sebastien Helleu
2009-06-14Remove obsolete trigger pluginSebastien Helleu
2009-06-10Fix bug with cmake options for building script pluginsSebastien Helleu
2009-05-08Install developement files for plugins and pkg-config support (cmake).Emmanuel Bouthenot
2009-05-07Disable jabber and relay plugins compilation by defaultSebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-03Update copyright datesSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ↵Sebastien Helleu
more signals for setting debug)
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process.
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-03Disable aspell and trigger plugins compilation by default (they do not ↵Sebastien Helleu
compile today)
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-11-11Added logger pluginSebastien Helleu
2007-11-03Added demo pluginSebastien Helleu
2007-10-31Improved plugin API, most functions rewritten from scratchSebastien Helleu
2007-08-31Changed order of compilation for source directories with cmakeSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu