summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2011-01-04Version 0.3.4-rc3Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Version 0.3.4-rc2Sebastien Helleu
2010-12-10Version 0.3.4-rc1Sebastien Helleu
2010-12-06Enable compilation of Relay plugin by defaultSebastien 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-08-07Version 0.3.4-devSebastien Helleu
2010-08-07Version 0.3.3Sebastien Helleu
2010-08-03Version 0.3.3-rc3Sebastien Helleu
2010-07-27Version 0.3.3-rc2Sebastien Helleu
2010-07-16Version 0.3.3-rc1Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-18Version 0.3.3-devSebastien Helleu
2010-04-18Version 0.3.2Sebastien Helleu
2010-04-10Version 0.3.2-rc1Sebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-01-23Version 0.3.2-devSebastien Helleu
2010-01-23Version 0.3.1Sebastien Helleu
2010-01-08Remove reference to old xml and pdf filesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-10-06Add language "C" in main CMakeLists.txt, so that g++ is no more required by ↵Sebastien Helleu
cmake
2009-09-20Fix cmake directories: let user customize lib, share, locale and include ↵Sebastien Helleu
directories (patch #6922)
2009-09-06Version 0.3.1-devSebastien Helleu
2009-09-06Version 0.3.0Sebastien Helleu
2009-08-18Do not build/install language files if DISABLE_NLS is ON for cmake (bug #27277)Sebastien Helleu
2009-08-11Version 0.3.0-rc3Sebastien Helleu
2009-07-03Version 0.3.0-rc2Sebastien Helleu
2009-06-17Version 0.3.0-rc1Sebastien Helleu
2009-06-14Remove jabber plugin (will be replaced by script)Sebastien Helleu
2009-06-14Remove obsolete trigger pluginSebastien Helleu
2009-06-02Add cmake detection for asciidoc versionSebastien Helleu
2009-05-12Fix typo: transfert -> transferSebastien Helleu
2009-05-11Change version from 0.2.7-dev to 0.3.0-devSebastien 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-07Do not force "-g" flag when building with cmake, remove option ↵Sebastien Helleu
"DISABLE_COMPILE_DEBUG"
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-26Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols)Sebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-09-07Enable Large File Support.Emmanuel Bouthenot
2008-08-21Change version from 0.2.7-dev to 0.2.7-dev-protocols, to prevent confusion ↵Sebastien Helleu
with git main branch
2008-07-04 Fix some warnings with cmake 2.6Julien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu