Sebastien Helleu
3e2bf9be0a
doc: remove list of scripts for URLs in FAQ
2013-02-07 22:06:58 +01:00
Nils Görs
de6bf18e47
doc: update german translations and scripting guide
2013-02-04 08:35:25 +01:00
Sebastien Helleu
3306c0f3b5
core: add info about doc and function to read in /help weechat.completion.default_template
2013-02-01 11:14:27 +01:00
Sebastien Helleu
6983d34e88
aspell: optimization on spellers to improve speed (save state by buffer), add info "aspell_dict", add completion "aspell_dicts"
...
Two hashtables have been added to store the spellers currently used (in all
buffers) and info for each buffer: array with pointers to spellers and state of
aspell for this buffer.
Therefore the spellers are not destroyed and created again on each buffer switch,
or each time screen is refreshed when window is split.
2013-01-31 19:40:41 +01:00
Nils Görs
792d607027
core: add "/debug tags" in /help filter
2013-01-29 20:20:22 +01:00
Sebastien Helleu
54a2067422
doc: use boxes/arrows chars for diagram in differences with C API (scripting guide)
2013-01-26 11:42:02 +01:00
Sebastien Helleu
95bcc49063
doc: add example of callback in each language (scripting guide)
2013-01-26 08:22:04 +01:00
Sebastien Helleu
3d9886f82e
doc: add command "/script" in scripting guide
2013-01-26 07:48:20 +01:00
Sebastien Helleu
0f143da012
guile: fix compilation with guile 2.0
2013-01-16 22:37:31 +01:00
Nils Görs
f1540115d0
core: update german translations
2013-01-12 20:21:56 +01:00
Sebastien Helleu
1e20dd16e5
core: fix line returned when clicking on a bar (according to position and filling) (bug #38069 )
2013-01-12 09:31:57 +01:00
Sebastien Helleu
125068f101
doc: replace iteritems() by items() in scripting guide (compatibility with Python 3.x)
2013-01-07 10:00:02 +01:00
Sebastien Helleu
ae618bcf6a
doc: remove comment for autogen.sh in tester's guide (command required even for tarball)
2013-01-07 09:50:29 +01:00
Sebastien Helleu
da56eb6978
core: fix help of option weechat.color.separator
2013-01-04 17:46:13 +01:00
Nils Görs
e2bf63cca1
doc: update german translations, FAQ, scripting and user guide
2013-01-01 13:44:23 +01:00
Sebastien Helleu
f97598b4aa
core: update copyright dates
2013-01-01 13:12:49 +01:00
Sebastien Helleu
cf76379aa9
relay: add backlog, options and server capability "server-time" for irc protocol (task #12076 )
...
New options:
- relay.irc.backlog_max_minutes
- relay.irc.backlog_max_number
- relay.irc.backlog_since_last_disconnect
- relay.irc.backlog_tags
- relay.irc.backlog_time_format
2012-12-24 17:31:33 +01:00
Peter Boström
a67d97f16e
core: add option "diff" for command /set (list options with changed value)
2012-12-20 18:18:33 +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
2b78673aa9
core: add git version in build, display it in "weechat-curses --help" and /version
2012-12-16 23:07:33 +01:00
Sebastien Helleu
b2169e9175
doc: add warning for autotools in user's guide
2012-12-14 20:20:09 +01:00
Sebastien Helleu
641de51bdb
api: allow creation of structure with hdata_update (allowed for hdata "history")
2012-12-08 23:54:07 +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
Nils Görs
d224594194
irc: read local variable "autorejoin" in buffer to override server option "autorejoin" (task #12256 )
2012-12-05 19:39:50 +01:00
Sebastien Helleu
d544a47e2c
doc: update IRC commands in user's guide
2012-12-05 19:38:37 +01:00
Nils Görs
2ae8d81b1f
core: add color support in options weechat.look.prefix_{action|error|join|network|quit} (task #9555 )
2012-12-01 16:03:20 +01:00
Sebastien Helleu
b7abb77b4d
doc: add option "weechat.network.gnutls_ca_file" in FAQ to reduce memory used
2012-11-30 18:12:52 +01:00
Nils Görs
52519e11d2
doc: update FAQ and quickstart guide
2012-11-27 15:16:37 +01:00
Sebastien Helleu
3856d527b7
doc: add SASL authentication in FAQ
2012-11-27 10:51:19 +01:00
Sebastien Helleu
cdb13120ab
doc: add SASL authentication in quickstart guide
2012-11-27 10:00:20 +01:00
Sebastien Helleu
53b8cdfef3
irc: add support of tags in messages, add support of "server-time" capability (task #12255 )
...
For a server called "znc" in WeeChat, following command will enable the
"server-time" capability:
/set irc.server.znc.capabilities "znc.in/server-time"
2012-11-23 21:31:22 +01:00
Sebastien Helleu
425256b38d
doc: fix typo in quickstart (part message is not allowed in /close or /buffer close)
2012-11-22 18:20:58 +01:00
Nils Görs
5328fdcc73
doc: update german user's guide
2012-11-10 19:30:10 +01:00
Sebastien Helleu
a176d352e3
doc: remove "optional" for arguments of function register (scripting guide)
2012-11-05 22:04:49 +01:00
Nils Görs
93d0438240
core: update german translations
2012-11-05 18:16:46 +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
Nils Görs
b1005fc23e
irc: add option irc.network.alternate_nick to disable dynamic nick generation when all nicks are already in use on server (task #12281 )
2012-11-02 17:51:12 +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
4d436e3ac6
core: expand buffer local variables in evaluation of expressions (command /eval and function "string_eval_expression" in plugin API)
2012-11-02 15:40:15 +01:00
Sebastien Helleu
32c93b5c0a
core: add command /eval, use expression in conditions for bars, add function "string_eval_expression" in plugin API
2012-11-02 09:37:15 +01:00
Sebastien Helleu
9037c0fe4c
irc: add option irc.network.whois_double_nick to double nick in command /whois
2012-10-20 18:03:08 +02:00
Nils Görs
7ee9e58d1b
irc: send whois on self nick when /whois is done without argument on a channel (task #12273 )
2012-10-20 17:19:55 +02:00
Nils Görs
ffe636ea48
doc: update german translations and user guide
2012-10-20 14:18:54 +02:00
Sebastien Helleu
130634ce6a
doc: update ruby version in dependencies (user's guide)
2012-10-19 13:54:22 +02:00
Sebastien Helleu
883fb4d64d
doc: rename filter "jpk" to "joinquit" in FAQ
2012-10-18 23:17:43 +02:00
Sebastien Helleu
ed506558e8
core: add option "-quit" for command /upgrade (save session and quit without restarting WeeChat, for delayed restoration)
2012-10-18 20:59:56 +02:00
Sebastien Helleu
82a8acf9ce
relay: add support of IPv6, new option relay.network.ipv6, add support of "ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270 )
2012-10-16 19:14:26 +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