Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-02 | doc: add feature "secured data" for libgcrypt in dependencies (user's guide) | Sebastien Helleu | |
2013-08-02 | core: update translations | Sebastien Helleu | |
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task ↵ | Sebastien Helleu | |
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly). | |||
2013-07-31 | plugins: remove the demo plugin | Sebastien Helleu | |
2013-07-31 | core: do not build man page by default | Sebastien Helleu | |
2013-07-31 | core: add cmake option ENABLE_MAN to compile man page (on by default) | Sebastien Helleu | |
For configure, the option is "--disable-man". | |||
2013-07-20 | core: add CA_FILE option in cmake and configure to setup default value of ↵ | Sebastien Helleu | |
option weechat.network.gnutls_ca_file (task #12725) | |||
2013-07-01 | doc: add number for note on git version in list of CTCP replies (user's guide) | Sebastien Helleu | |
2013-06-29 | core: disable compilation of documentation by default (cmake and autotools) | Sebastien Helleu | |
2013-06-29 | doc: add dependency xsltproc in user's guide | Sebastien Helleu | |
2013-06-28 | core: update man page and add translations (in french, german, italian, and ↵ | Sebastien Helleu | |
japanese) | |||
2013-06-08 | doc: add cmake options in user's guide | Sebastien Helleu | |
2013-06-07 | aspell: add support of enchant library (patch #6858) | Sebastien Helleu | |
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant | |||
2013-05-23 | doc: update WeeChat URLs (for new site design) | Sebastien Helleu | |
2013-05-09 | doc: fix typo in user's guide (thanks to faen) | Sebastien Helleu | |
2013-05-04 | doc: update japanese translations and docs | Ryuunosuke Ayanokouzi | |
2013-05-01 | doc: add IRC SASL "dh-aes" mechanism in user's guide | Sebastien Helleu | |
2013-02-23 | relay: add support of multiple servers on same port for irc protocol (the ↵ | Sebastien Helleu | |
client must send the server in the "PASS" command) | |||
2013-02-19 | guile: fix arguments given to callbacks (separate arguments instead of one ↵ | Sebastien Helleu | |
list with arguments inside), guile >= 2.0 is now required (bug #38350) Unfortunately this breaks compatibility with existing guile scripts, but this change is needed to keep consistency with other scripting languages. Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8. | |||
2013-02-10 | relay: add experimental websocket server support (RFC 6455) for irc and ↵ | Sebastien Helleu | |
weechat protocols, new option relay.network.websocket_allowed_origins It is a partial implementation of RFC 6455: fragmentation and control frames are not yet supported. Text and binary frames are supported. | |||
2013-02-10 | doc: use HTML pages for links to RFCs in user's guide | Sebastien Helleu | |
2013-01-02 | doc: update japanese docs | Ryuunosuke Ayanokouzi | |
2012-12-16 | irc: return git version in CTCP VERSION and FINGER by default, add "$git" ↵ | Sebastien Helleu | |
and "$versiongit" in format of CTCP replies | |||
2012-12-14 | doc: add warning for autotools in user's guide | Sebastien Helleu | |
2012-12-07 | doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), ↵ | Sebastien Helleu | |
remove link to forum (closed) | |||
2012-11-04 | doc: fix typo in user's guide | Sebastien Helleu | |
2012-11-04 | aspell: add bar item "aspell_suggest": suggestions for misspelled word at ↵ | Sebastien Helleu | |
cursor (task #12061) (patch from Nils Görs) | |||
2012-11-02 | irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ↵ | Nils Görs | |
quiet list) (task #12278) | |||
2012-11-02 | core: add incomplete mouse events "event-down" and "event-drag" (task #11840) | Ailin Nemui | |
2012-11-02 | doc: add chapter "bars" in japanese user's guide | Sebastien Helleu | |
2012-10-19 | doc: update ruby version in dependencies (user's guide) | Sebastien Helleu | |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵ | Simon Arlott | |
shuffle list of hosts for a same address (task #11205) | |||
2012-09-17 | doc: add japanese scripting guide, update japanese translations and docs | Ryuunosuke Ayanokouzi | |
2012-08-30 | core: add default key alt+"x" (zoom on merged buffer) (task #11029) | Sebastien Helleu | |
2012-08-21 | script: add option script.look.quiet_actions (no messages when ↵ | Sebastien Helleu | |
installing/removing/loading/unloading scripts on script buffer) | |||
2012-08-20 | script: add focus info for mouse on script buffer, add two default mouse ↵ | Sebastien Helleu | |
bindings: left button = select line, right button = install/remove script | |||
2012-08-17 | doc: fix typo in keys for mouse context | Sebastien Helleu | |
2012-08-17 | core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers ↵ | Sebastien Helleu | |
with free content | |||
2012-08-14 | core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵ | Sebastien Helleu | |
and script.pl) | |||
2012-08-13 | doc: update japanese user's guide and FAQ | Ryuunosuke Ayanokouzi | |
2012-08-07 | doc: add japanese user's guide (patch #7827) | Sebastien Helleu | |