Sébastien Helleu
|
393434237c
|
core: fix long lines in weechat.c
|
2015-08-09 07:58:20 +02:00 |
|
Sébastien Helleu
|
534227a667
|
Merge pull request #476 from sim642/alias-example
core: update examples of alias add commands
|
2015-08-08 10:27:26 +02:00 |
|
Sébastien Helleu
|
ded3f7b13c
|
core: update translations
|
2015-08-07 07:42:07 +02:00 |
|
Sébastien Helleu
|
cc92883449
|
Merge remote-tracking branch 'origin/pr/475'
|
2015-08-07 07:36:50 +02:00 |
|
Simmo Saan
|
5499843905
|
core: update examples of alias add commands
|
2015-08-06 18:20:29 +03:00 |
|
Sébastien Helleu
|
5aa93fdbb7
|
irc: fix update of lag item when the server lag changes
|
2015-08-05 20:51:12 +02:00 |
|
Sébastien Helleu
|
82199f8264
|
irc: remove lag item when a lag is displayed and new lag computed is exactly 0 milliseconds
|
2015-08-04 21:25:53 +02:00 |
|
Sébastien Helleu
|
5d3e485aec
|
core: update options supporting secured data in /help secure
|
2015-08-03 21:29:17 +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
|
5c5df1b068
|
core: factorize functions to search text in window
|
2015-07-26 19:49:35 +02:00 |
|
Sébastien Helleu
|
8e6f525b59
|
Merge remote-tracking branch 'origin/pr/393'
|
2015-07-26 11:30:03 +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
|
7572fec261
|
core: flush stdout/stderr after sending text directly on them (fix corrupted data sent to hook_process() callback) (closes #442)
|
2015-07-25 09:16:08 +02:00 |
|
Sébastien Helleu
|
b99a630705
|
core: allow execution of command "/input return" on a buffer which is not displayed in a window
|
2015-07-25 08:20:18 +02:00 |
|
Simmo Saan
|
6e117a1caf
|
core: allow jump from current to previous buffer with default keys "alt-j NN"
|
2015-07-24 07:27:18 +02:00 |
|
Sébastien Helleu
|
4736a5b320
|
core: remove useless "return"
|
2015-07-23 07:35:45 +02:00 |
|
Sébastien Helleu
|
fad9806e08
|
core: fix typo in /help window
|
2015-07-22 07:52:18 +02:00 |
|
Simmo Saan
|
6ef0e5ec1e
|
irc: add separate color option for current topic in channel buffer
|
2015-07-20 19:02:20 +03: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
|
31c3151fcc
|
xfer: fix typo in a comment
|
2015-07-19 09:55:29 +02:00 |
|
Sébastien Helleu
|
b98e71a91c
|
aspell: fix typo in a comment
|
2015-07-19 09:55:19 +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
|
23983b125a
|
xfer: fix crash if the DCC file socket number is too high (issue #465)
|
2015-07-18 19:54:59 +02:00 |
|
Sébastien Helleu
|
4da1472bc8
|
irc: fix format of comment
|
2015-07-17 19:47:04 +02:00 |
|
Sébastien Helleu
|
86886e311a
|
core: fix format of comment
|
2015-07-17 19:46:53 +02:00 |
|
Sébastien Helleu
|
e29cb9a85a
|
core: fix comment in function hook_find_pos
|
2015-07-16 20:51:23 +02:00 |
|
Sébastien Helleu
|
80872061c2
|
core: add variables with count of hooks
|
2015-07-15 23:55:00 +02:00 |
|
Sébastien Helleu
|
00685bedd5
|
core: reset pointers, file descriptors and child PIDs in unhook()
|
2015-07-14 11:01:52 +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
|
14496c41a3
|
irc: evaluate content of server option "nicks"
|
2015-07-10 20:10:22 +02:00 |
|
Sébastien Helleu
|
cc774d099b
|
irc: do not allow command /query with a channel name (closes #459)
|
2015-07-09 20:35:27 +02:00 |
|
Sébastien Helleu
|
b2f0cc30ff
|
core: fix type of value returned by function gui_bar_window_content_get
|
2015-07-05 08:32:43 +02:00 |
|
Sébastien Helleu
|
eb080261f8
|
logger: fix type of value returned by function logger_tail_last_eol
|
2015-07-04 16:40:10 +02:00 |
|
Sébastien Helleu
|
0fb8ac9e7b
|
core: fix type of value returned by function gui_mouse_grab_event2input
|
2015-07-04 16:38:26 +02:00 |
|
Sébastien Helleu
|
df66b2e6fe
|
irc: fix type of value returned by function irc_buffer_build_name
|
2015-07-04 16:36:42 +02:00 |
|
Sébastien Helleu
|
0c79b2fda8
|
core: fix type of value returned by functions gui_chat_string_next_char, gui_chat_string_add_offset and gui_chat_string_add_offset_screen
|
2015-07-04 16:32:18 +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
|
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
|
bd850398e8
|
core: add missing comments before functions when the result must be freed after use
|
2015-07-04 08:24:53 +02:00 |
|
Sébastien Helleu
|
0770b95266
|
alias: remove unused function alias_get_final_command()
|
2015-07-04 08:16:05 +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
|
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
|
7fabe8c2a2
|
core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (closes #452)
|
2015-06-28 09:16:24 +02:00 |
|
Sébastien Helleu
|
ecc3a2aeb6
|
core: fix display of invalid UTF-8 chars in bars (issue #218)
|
2015-06-27 17:31:30 +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
|
fddd7d53a7
|
script: call function string_eval_path_home() to evaluate scripts path
|
2015-06-26 07:41:47 +02:00 |
|
Sébastien Helleu
|
efdbd1ea13
|
logger: call function string_eval_path_home() to evaluate logger file path
|
2015-06-25 07:40:13 +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 |
|