summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
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
2008-06-03Disable aspell and trigger plugins compilation by default (they do not ↵Sebastien Helleu
compile today)
2008-06-02Add compiler flag -Werror-implicit-function-declarationSebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)
2008-05-02Added CPACK options for cmake build, to build source or binary packageSebastien Helleu
Following cmake commands let you build packages: - "make package_source": build source package (that can be installed with cmake or autotools) - "make package": build binary package
2008-03-07New option DISABLE_COMPILE_DEBUG for cmakeSebastien Helleu
Default behaviour is debug info enabled, i.e. "-g" flag for C compiler.
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien 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-31Modified general configure and makefilesSebastien Helleu
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
Build of src/protocols/lib_weechat_protocols.a was added. IRC protocol is now optional in configure and cmake builds.
2007-09-06Version 0.2.7-devSebastien Helleu
2007-09-06Version 0.2.6Sebastien Helleu
2007-08-18Add Support for gtk2 interface with cmake build systemJulien Louis
2007-08-18Add uninstall and dist targets to the cmake build system.Julien Louis
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-06-12Version 0.2.6-cvs (for cmake build)Sebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu