Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable ↵ | Sebastien Helleu | |
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-07 | core: remove cmake warnings | Sebastien Helleu | |
2011-12-06 | relay: add WeeChat protocol (for remote GUI), doc about protocol, new options | Sebastien Helleu | |
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib) | |||
2011-11-12 | core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug ↵ | Simon Kuhnle | |
#34727) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-06-01 | core: fix bug with new line inserted at end of each line displayed (set ↵ | Sebastien Helleu | |
eat_newline_glitch to 0 if available) | |||
2011-02-10 | Add option "memory" to command /debug | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-25 | Add new option weechat.look.highlight_regex and function ↵ | Sebastien Helleu | |
string_has_highlight_regex in plugin API (task #10321) | |||
2010-08-13 | Rename cmake options DISABLE_XXX to ENABLE_XXX | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu | |
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-10-03 | Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSD | Emmanuel Bouthenot | |
2009-09-20 | Fix cmake directories: let user customize lib, share, locale and include ↵ | Sebastien Helleu | |
directories (patch #6922) | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-09-07 | Enable Large File Support. | Emmanuel Bouthenot | |
2008-07-07 | Fix build witch cmake 2.6 when the new cmake_policy is used | Julien Louis | |
Signed-off-by: Julien Louis <ptitlouis@sysif.net> | |||
2008-07-07 | Fix build with cmake: quotes missing around version | Sebastien Helleu | |
2008-07-04 | Fix some warnings with cmake 2.6 | Julien Louis | |
Signed-off-by: Julien Louis <ptitlouis@sysif.net> | |||
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | 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-20 | Moved IRC sources from src/irc/ to src/protocols/irc/ | Sebastien Helleu | |
2007-08-31 | Changed order of compilation for source directories with cmake | Sebastien Helleu | |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu | |
2007-06-12 | Search for Dl library if we do not disable plugins | Julien Louis | |
2007-06-11 | Explicitly link against libdl | Julien Louis | |
2007-06-11 | Add a check for utf8/wchar.h header on OpenBSD plateform | Julien Louis | |
and remove commented check | |||
2007-05-26 | Fix libintl.h issue on FreeBSD | Julien Louis | |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu | |