Sébastien Helleu
|
815a07658d
|
doc: update auto-generated files with hdata
|
2015-08-08 09:13:25 +02:00 |
|
Sébastien Helleu
|
a338f59f5f
|
doc: update German auto-generated files
|
2015-08-08 09:12:52 +02:00 |
|
Sébastien Helleu
|
ded3f7b13c
|
core: update translations
|
2015-08-07 07:42:07 +02:00 |
|
Simmo Saan
|
5499843905
|
core: update examples of alias add commands
|
2015-08-06 18:20:29 +03:00 |
|
Sébastien Helleu
|
8f26323bdf
|
doc: update German auto-generated files
|
2015-08-04 07:29:20 +02:00 |
|
Sébastien Helleu
|
5d3e485aec
|
core: update options supporting secured data in /help secure
|
2015-08-03 21:29:17 +02:00 |
|
Nils Görs
|
2ed90965a6
|
doc: update German documentation
|
2015-08-03 07:13:32 +02:00 |
|
Sébastien Helleu
|
377fd4a41c
|
doc: update German auto-generated files
|
2015-08-01 15:41:24 +02:00 |
|
Nils Görs
|
098de9a986
|
core: update German translations
|
2015-08-01 15:31:44 +02:00 |
|
Sébastien Helleu
|
963815b999
|
doc: update default keys to start/stop search of text in buffer (user's guide)
|
2015-07-28 07:46:07 +02:00 |
|
Sébastien Helleu
|
315ba5e942
|
doc: update German auto-generated files
|
2015-07-26 20:57:38 +02:00 |
|
Sébastien Helleu
|
981beb917e
|
core: fix typo in /help weechat.look.key_grab_delay
|
2015-07-26 19:59:44 +02:00 |
|
Sébastien Helleu
|
8107025c78
|
core: update translations
|
2015-07-26 19:55:24 +02:00 |
|
Sébastien Helleu
|
74f1592f21
|
core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with alt-k
|
2015-07-26 09:45:40 +02:00 |
|
Sébastien Helleu
|
81a1f9aea8
|
doc: update Japanese auto-generated files
|
2015-07-26 09:41:44 +02:00 |
|
AYANOKOUZI, Ryuunosuke
|
0159dbc95a
|
core: update Japanese translations
|
2015-07-25 09:00:00 +09:00 |
|
Simmo Saan
|
0ca2197aa6
|
doc: update default keybinds for "alt-j NN"
|
2015-07-24 07:28:32 +02:00 |
|
Sébastien Helleu
|
fad9806e08
|
core: fix typo in /help window
|
2015-07-22 07:52:18 +02:00 |
|
Sébastien Helleu
|
01c2ef63f5
|
doc: update German auto-generated files
|
2015-07-20 21:12:36 +02:00 |
|
Sébastien Helleu
|
b1bd5c721e
|
alias: add options "add", "addcompletion" and "del" in command /alias, remove command /unalias (closes #458)
|
2015-07-20 07:54:59 +02:00 |
|
Sébastien Helleu
|
3b2ee85b04
|
core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on Linux/BSD) (closes #465)
The calls to select() are replaced by poll(), which doesn't have limitation
on file descriptor number.
|
2015-07-18 20:03:34 +02:00 |
|
Sébastien Helleu
|
a02743b229
|
core: add option weechat.look.confirm_upgrade (closes #463)
|
2015-07-14 07:58:21 +02:00 |
|
Sébastien Helleu
|
3fb322be8f
|
doc: update Japanese auto-generated files
|
2015-07-13 21:34:19 +02:00 |
|
AYANOKOUZI, Ryuunosuke
|
22c7673b71
|
core: update Japanese translations
|
2015-07-13 23:35:19 +09:00 |
|
Nils Görs
|
5e95550f14
|
doc: update German documentation
|
2015-07-12 17:27:00 +02:00 |
|
Sébastien Helleu
|
719db054fa
|
doc: add Cygwin packages in user's guide
|
2015-07-12 17:10:52 +02:00 |
|
Sébastien Helleu
|
14496c41a3
|
irc: evaluate content of server option "nicks"
|
2015-07-10 20:10:22 +02:00 |
|
Sébastien Helleu
|
23fd23fd1a
|
api: fix type of value returned by function util_get_time_string
|
2015-07-04 16:23:04 +02:00 |
|
Sébastien Helleu
|
e8615c1691
|
doc: update functions strcasestr, utf8_prev_char, utf8_next_char and utf8_add_offset in plugin API reference
|
2015-07-04 16:08:15 +02:00 |
|
Sébastien Helleu
|
4ecd8a505f
|
api: fix type of value returned by functions utf8_prev_char, utf8_next_char and utf8_add_offset
|
2015-07-04 08:39:55 +02:00 |
|
Sébastien Helleu
|
b13db0305d
|
api: fix type of value returned by function strcasestr
|
2015-07-03 19:45:51 +02:00 |
|
Sébastien Helleu
|
3e0ebc82a9
|
doc: update German auto-generated files
|
2015-07-01 07:41:08 +02:00 |
|
Nils Görs
|
f534663d07
|
core: update German translations
|
2015-06-30 22:03:15 +02:00 |
|
Sébastien Helleu
|
9bf40517d3
|
api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /eval
|
2015-06-30 20:25:35 +02:00 |
|
Sébastien Helleu
|
e92a63427f
|
doc: add question about unicode chars and libc (wcwidth) in FAQ
|
2015-06-29 22:33:41 +02:00 |
|
Sébastien Helleu
|
d9acb2b97a
|
doc: remove tag "translation missing" in French man page
|
2015-06-28 08:37:28 +02:00 |
|
Sébastien Helleu
|
0ff8d7b543
|
irc: decode/encode only text in IRC messages and not the headers (bug #29886, closes #218, closes #451)
|
2015-06-27 17:00:53 +02:00 |
|
Sébastien Helleu
|
fdd9c03e5a
|
xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388)
|
2015-06-27 08:11:28 +02:00 |
|
Sébastien Helleu
|
9e56308a4d
|
doc: update German auto-generated files
|
2015-06-27 07:43:16 +02:00 |
|
Sébastien Helleu
|
52437427af
|
doc: update examples for functon string_eval_path_home() in plugin API reference
|
2015-06-24 07:58:23 +02:00 |
|
Sébastien Helleu
|
2bd2d74a07
|
api: add function string_eval_path_home()
|
2015-06-24 07:54:42 +02:00 |
|
Sébastien Helleu
|
6668b9869b
|
core: fix help of /eval command
|
2015-06-23 21:30:58 +02:00 |
|
Sébastien Helleu
|
a79c0fcff3
|
core: allow pointer as list name in evaluation of hdata (closes #450)
|
2015-06-23 20:55:52 +02:00 |
|
Sébastien Helleu
|
43f471b9c2
|
doc: update Japanese auto-generated files
|
2015-06-22 20:49:18 +02:00 |
|
Sébastien Helleu
|
07cbc3bd2e
|
script: rename option script.scripts.dir to script.scripts.path (issue #388)
|
2015-06-21 07:40:18 +02:00 |
|
Sébastien Helleu
|
33a4b4b1fc
|
logger: evaluate content of option logger.file.path (issue #388)
|
2015-06-20 08:08:24 +02:00 |
|
Sébastien Helleu
|
292830b5bf
|
script: evaluate content of option script.scripts.dir (issue #388)
|
2015-06-19 21:12:47 +02:00 |
|
Sébastien Helleu
|
bce7a6d434
|
doc: update German auto-generated files
|
2015-06-10 21:59:24 +02:00 |
|
Nils Görs
|
e919aca3dd
|
doc: update German translations
|
2015-06-10 17:40:34 +02:00 |
|
Sébastien Helleu
|
f026ba5160
|
doc: update Japanese auto-generated files
|
2015-06-09 21:02:29 +02:00 |
|