Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-23 | Version 0.3.1 | Sebastien Helleu | |
2010-01-08 | Remove reference to old xml and pdf files | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-10-06 | Add language "C" in main CMakeLists.txt, so that g++ is no more required by ↵ | Sebastien Helleu | |
cmake | |||
2009-09-20 | Fix cmake directories: let user customize lib, share, locale and include ↵ | Sebastien Helleu | |
directories (patch #6922) | |||
2009-09-06 | Version 0.3.1-dev | Sebastien Helleu | |
2009-09-06 | Version 0.3.0 | Sebastien Helleu | |
2009-08-18 | Do not build/install language files if DISABLE_NLS is ON for cmake (bug #27277) | Sebastien Helleu | |
2009-08-11 | Version 0.3.0-rc3 | Sebastien Helleu | |
2009-07-03 | Version 0.3.0-rc2 | Sebastien Helleu | |
2009-06-17 | Version 0.3.0-rc1 | Sebastien Helleu | |
2009-06-14 | Remove jabber plugin (will be replaced by script) | Sebastien Helleu | |
2009-06-14 | Remove obsolete trigger plugin | Sebastien Helleu | |
2009-06-02 | Add cmake detection for asciidoc version | Sebastien Helleu | |
2009-05-12 | Fix typo: transfert -> transfer | Sebastien Helleu | |
2009-05-11 | Change version from 0.2.7-dev to 0.3.0-dev | Sebastien Helleu | |
2009-05-08 | Install developement files for plugins and pkg-config support (cmake). | Emmanuel Bouthenot | |
2009-05-07 | Disable jabber and relay plugins compilation by default | Sebastien Helleu | |
2009-04-24 | Remove notify plugin (moved to core) | Sebastien Helleu | |
2009-01-15 | Add 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-07 | Do not force "-g" flag when building with cmake, remove option ↵ | Sebastien Helleu | |
"DISABLE_COMPILE_DEBUG" | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu | |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ↵ | Sebastien Helleu | |
more signals for setting debug) | |||
2008-10-26 | Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols) | Sebastien Helleu | |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu | |
2008-10-05 | Add Tcl script plugin (thanks to Dmitry Kobylin) | Sebastien Helleu | |
2008-09-07 | Enable Large File Support. | Emmanuel Bouthenot | |
2008-08-21 | Change 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.6 | Julien Louis | |
Signed-off-by: Julien Louis <ptitlouis@sysif.net> | |||
2008-06-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu | |
2008-06-03 | Disable aspell and trigger plugins compilation by default (they do not ↵ | Sebastien Helleu | |
compile today) | |||
2008-06-02 | Add compiler flag -Werror-implicit-function-declaration | Sebastien Helleu | |
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵ | Sebastien Helleu | |
initial commit, not working yet) | |||
2008-05-02 | Added CPACK options for cmake build, to build source or binary package | Sebastien 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-07 | New option DISABLE_COMPILE_DEBUG for cmake | Sebastien Helleu | |
Default behaviour is debug info enabled, i.e. "-g" flag for C compiler. | |||
2008-02-21 | Added new plugin "debug" | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-12-03 | Added alias plugin, added missing config file functions in plugins API | Sebastien Helleu | |
2007-11-11 | Added logger plugin | Sebastien Helleu | |
2007-11-03 | Added demo plugin | Sebastien Helleu | |
2007-10-31 | Modified general configure and makefiles | Sebastien Helleu | |
2007-09-21 | Added build of protocols lib, IRC protocol is now optional for build | Sebastien Helleu | |
Build of src/protocols/lib_weechat_protocols.a was added. IRC protocol is now optional in configure and cmake builds. | |||
2007-09-06 | Version 0.2.7-dev | Sebastien Helleu | |
2007-09-06 | Version 0.2.6 | Sebastien Helleu | |
2007-08-18 | Add Support for gtk2 interface with cmake build system | Julien Louis | |
2007-08-18 | Add uninstall and dist targets to the cmake build system. | Julien Louis | |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu | |
2007-06-12 | Version 0.2.6-cvs (for cmake build) | Sebastien Helleu | |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu | |