Sebastien Helleu
16b114b609
doc: add feature "secured data" for libgcrypt in dependencies (user's guide)
2013-08-02 21:32:11 +02:00
Sebastien Helleu
26fcc66953
core: update translations
2013-08-02 20:16:47 +02:00
Sebastien Helleu
996da2f662
core: rename binary and man page from "weechat-curses" to "weechat" (task #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-08-02 08:54:16 +02:00
Sebastien Helleu
35c3dbad63
plugins: remove the demo plugin
2013-07-31 18:56:32 +02:00
Sebastien Helleu
3aed4ac11f
core: do not build man page by default
2013-07-31 18:26:37 +02:00
Sebastien Helleu
261efe6299
core: add cmake option ENABLE_MAN to compile man page (on by default)
...
For configure, the option is "--disable-man".
2013-07-31 13:28:59 +02:00
Sebastien Helleu
87e342dd9e
core: add CA_FILE option in cmake and configure to setup default value of option weechat.network.gnutls_ca_file (task #12725 )
2013-07-20 17:29:19 +02:00
Sebastien Helleu
6dfcb5f563
doc: add number for note on git version in list of CTCP replies (user's guide)
2013-07-01 22:08:14 +02:00
Sebastien Helleu
f19c2cfd80
core: disable compilation of documentation by default (cmake and autotools)
2013-06-29 09:51:15 +02:00
Sebastien Helleu
f1fdbe72dc
doc: add dependency xsltproc in user's guide
2013-06-29 09:32:02 +02:00
Sebastien Helleu
1cadbdf6a9
core: update man page and add translations (in french, german, italian, and japanese)
2013-06-28 20:08:16 +02:00
Sebastien Helleu
a8589a0db6
doc: add cmake options in user's guide
2013-06-08 15:54:06 +02:00
Sebastien Helleu
fb7edb3518
aspell: add support of enchant library (patch #6858 )
...
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-06-07 21:01:48 +02:00
Sebastien Helleu
f93c7ebe6d
doc: update WeeChat URLs (for new site design)
2013-05-23 15:21:41 +02:00
Sebastien Helleu
0f920d6396
doc: fix typo in user's guide (thanks to faen)
2013-05-09 20:02:55 +02:00
Ryuunosuke Ayanokouzi
8c06006828
doc: update japanese translations and docs
2013-05-04 07:50:22 +02:00
Sebastien Helleu
ebcea798bb
doc: add IRC SASL "dh-aes" mechanism in user's guide
2013-05-01 10:02:11 +02:00
Sebastien Helleu
c17d3e155c
relay: add support of multiple servers on same port for irc protocol (the client must send the server in the "PASS" command)
2013-02-23 08:33:38 +01:00
Sebastien Helleu
9857b44e4e
guile: fix arguments given to callbacks (separate arguments instead of one 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-19 22:49:59 +01:00
Sebastien Helleu
c2aeb69c46
relay: add experimental websocket server support (RFC 6455) for irc and 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 20:22:13 +01:00
Sebastien Helleu
96da9b91cf
doc: use HTML pages for links to RFCs in user's guide
2013-02-10 15:50:30 +01:00
Ryuunosuke Ayanokouzi
94ba7e07ce
doc: update japanese docs
2013-01-02 15:34:00 +01:00
Sebastien Helleu
d37184e450
irc: return git version in CTCP VERSION and FINGER by default, add "$git" and "$versiongit" in format of CTCP replies
2012-12-16 23:11:02 +01:00
Sebastien Helleu
b2169e9175
doc: add warning for autotools in user's guide
2012-12-14 20:20:09 +01:00
Sebastien Helleu
3f2155e548
doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), remove link to forum (closed)
2012-12-07 17:11:03 +01:00
Sebastien Helleu
1dc44d3503
doc: fix typo in user's guide
2012-11-04 15:53:02 +01:00
Sebastien Helleu
57d5afeda5
aspell: add bar item "aspell_suggest": suggestions for misspelled word at cursor (task #12061 ) (patch from Nils Görs)
2012-11-04 11:50:15 +01:00
Nils Görs
8e5d313885
irc: add command /quiet, fix display of messages 728/729 (quiet list, end of quiet list) (task #12278 )
2012-11-02 18:15:24 +01:00
Ailin Nemui
8b52fc90d5
core: add incomplete mouse events "event-down" and "event-drag" (task #11840 )
2012-11-02 17:26:52 +01:00
Sebastien Helleu
00f663a8c3
doc: add chapter "bars" in japanese user's guide
2012-11-02 09:47:56 +01:00
Sebastien Helleu
130634ce6a
doc: update ruby version in dependencies (user's guide)
2012-10-19 13:54:22 +02:00
Simon Arlott
248aa8d73a
api: connect with IPv6 by default in hook_connect (with fallback to IPv4), shuffle list of hosts for a same address (task #11205 )
2012-10-14 10:59:00 +02:00
Ryuunosuke Ayanokouzi
92221f7cd2
doc: add japanese scripting guide, update japanese translations and docs
2012-09-17 16:33:08 +02:00
Sebastien Helleu
e1a54d49eb
core: add default key alt+"x" (zoom on merged buffer) (task #11029 )
2012-08-30 10:46:42 +02:00
Sebastien Helleu
129f32ce8e
script: add option script.look.quiet_actions (no messages when installing/removing/loading/unloading scripts on script buffer)
2012-08-21 18:57:49 +02:00
Sebastien Helleu
2944adc954
script: add focus info for mouse on script buffer, add two default mouse bindings: left button = select line, right button = install/remove script
2012-08-20 13:36:29 +02:00
Sebastien Helleu
5ae6f133d6
doc: fix typo in keys for mouse context
2012-08-17 19:52:56 +02:00
Sebastien Helleu
43894db0bc
core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers with free content
2012-08-17 09:53:49 +02:00
Sebastien Helleu
a99d136018
core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
2012-08-14 18:29:32 +02:00
Ryuunosuke Ayanokouzi
1f054b1d84
doc: update japanese user's guide and FAQ
2012-08-13 18:55:34 +02:00
Sebastien Helleu
068d0df56b
doc: add japanese user's guide (patch #7827 )
2012-08-07 09:47:17 +02:00