Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-31 | core: fix detection of python on Ubuntu Raring | Sebastien Helleu | |
2013-01-21 | core: remove obsolete/unneeded check of headers and functions in cmake and ↵ | Sebastien Helleu | |
configure | |||
2013-01-20 | Merge branch 'guile2' | Sebastien Helleu | |
2013-01-20 | Version 0.4.1-dev | Sebastien Helleu | |
2013-01-20 | Version 0.4.0 | Sebastien Helleu | |
2013-01-16 | guile: fix compilation with guile 2.0 | Sebastien Helleu | |
2013-01-16 | core: fix detection of guile in configure | Sebastien Helleu | |
2013-01-14 | Version 0.4.0-rc3 | Sebastien Helleu | |
2013-01-05 | core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3 | Sebastien Helleu | |
With this option, the python plugin will be built and linked with Python 3 (if found, or Python 2 as fallback). This option it not (yet) recommended, because many scripts are working only with Python 2.x. It should be used only to tests scripts with Python 3.x in WeeChat. | |||
2013-01-05 | Version 0.4.0-rc2 | Sebastien Helleu | |
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-26 | Version 0.4.0-rc1 | Sebastien Helleu | |
2012-12-16 | core: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.in | Sebastien Helleu | |
2012-09-29 | Version 0.4.0-dev | Sebastien Helleu | |
2012-09-29 | Version 0.3.9 | Sebastien Helleu | |
2012-09-18 | Version 0.3.9-rc2 | Sebastien Helleu | |
2012-08-30 | Version 0.3.9-rc1 | Sebastien Helleu | |
2012-08-21 | core: check that python version is >= 2.5 in cmake/autotools (patch from ↵ | Sebastien Helleu | |
Peter Boström) | |||
2012-08-15 | core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and ↵ | Sebastien Helleu | |
-D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny) | |||
2012-08-14 | core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵ | Sebastien Helleu | |
and script.pl) | |||
2012-08-02 | core: remove directory "src/plugins/scripts", move script plugins in ↵ | Sebastien Helleu | |
"src/plugins" | |||
2012-08-01 | core: add option weechat.startup.sys_rlimit to set system resource limits ↵ | Sebastien Helleu | |
for WeeChat process | |||
2012-07-27 | core: fix names of cache variables in configure.in (patch from Murilo ↵ | Sebastien Helleu | |
Opsfelder Araujo) (bug #36971) | |||
2012-07-17 | python: fix detection of python (first try "python2.x" and then "python") ↵ | Sebastien Helleu | |
(bug #36835) | |||
2012-06-30 | ruby: add detection of ruby version 1.9.3 in autotools | Sebastien Helleu | |
2012-06-03 | Version 0.3.9-dev | Sebastien Helleu | |
2012-06-03 | Version 0.3.8 | Sebastien Helleu | |
2012-05-22 | Version 0.3.8-rc2 | Sebastien Helleu | |
2012-05-15 | Version 0.3.8-rc1 | Sebastien Helleu | |
2012-02-26 | Version 0.3.8-dev | Sebastien Helleu | |
2012-02-26 | Version 0.3.7 | Sebastien Helleu | |
2012-02-26 | core: add japanese translations | Ryuunosuke Ayanokouzi | |
2012-02-19 | Version 0.3.7-rc3 | Sebastien Helleu | |
2012-02-13 | Version 0.3.7-rc2 | Sebastien Helleu | |
2012-02-05 | Version 0.3.7-rc1 | Sebastien Helleu | |
2012-01-26 | doc: add spanish quickstart guide | Lázaro A | |
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-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-11-04 | core: replace Config by RbConfig for detection of Ruby to avoid deprecation ↵ | Sebastien Helleu | |
warnings | |||
2011-11-03 | core: remove obsolete/empty sources for Qt and Wxwidgets | Sebastien Helleu | |
2011-10-29 | core: add WEECHAT_HOME option in cmake and configure to setup default ↵ | Sebastien Helleu | |
WeeChat home (default is "~/.weechat") (task #11266) Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat" Syntax for configure: ./configure WEECHAT_HOME="~/.weechat" | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-26 | guile: new script plugin for scheme (task #7289) | Sebastien Helleu | |
2011-10-22 | Version 0.3.7-dev | Sebastien Helleu | |
2011-10-22 | Version 0.3.6 | Sebastien Helleu | |
2011-10-20 | Version 0.3.6-rc3 | Sebastien Helleu | |
2011-10-10 | Version 0.3.6-rc2 | Sebastien Helleu | |
2011-10-10 | core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when ↵ | Sebastien Helleu | |
compiling with included gettext (bug #26690) |