summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-08-18core: add extra_vars evaluation option to eval_expressionSimmo Saan
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-08-15irc: update help on option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
Remove mention of WeeChat <= 1.2 since the behavior is not exactly the same as old versions (when the option is enabled): only the channel/message are decoded/encoded and not the nick/host.
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented.
2015-08-13python: fix cppcheck error on variable "python2_bin" (closes #486)Sébastien Helleu
This fixes only a wrong error report from cppcheck, there was no problem in code with the variable "python2_bin".
2015-08-13api: add missing function infolist_search_var() in script API (issue #484)Sébastien Helleu
2015-08-13api: add missing function hook_completion_get_string() in script API (issue ↵Sébastien Helleu
#484)
2015-08-12javascript: remove debug prints in log fileSébastien Helleu
2015-08-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-11core: fix long linesSébastien Helleu
2015-08-09core: fix long lines in weechat.cSébastien Helleu
2015-08-08Merge pull request #476 from sim642/alias-exampleSébastien Helleu
core: update examples of alias add commands
2015-08-07core: update translationsSébastien Helleu
2015-08-07Merge remote-tracking branch 'origin/pr/475'Sébastien Helleu
2015-08-06core: update examples of alias add commandsSimmo Saan
2015-08-05irc: fix update of lag item when the server lag changesSébastien Helleu
2015-08-04irc: remove lag item when a lag is displayed and new lag computed is exactly ↵Sébastien Helleu
0 milliseconds
2015-08-03core: update options supporting secured data in /help secureSébastien Helleu
2015-07-26core: fix typo in /help weechat.look.key_grab_delaySébastien Helleu
2015-07-26core: factorize functions to search text in windowSébastien Helleu
2015-07-26Merge remote-tracking branch 'origin/pr/393'Sébastien Helleu
2015-07-26core: add option weechat.look.key_grab_delay to set the default delay when ↵Sébastien Helleu
grabbing a key with alt-k
2015-07-25core: flush stdout/stderr after sending text directly on them (fix corrupted ↵Sébastien Helleu
data sent to hook_process() callback) (closes #442)
2015-07-25core: allow execution of command "/input return" on a buffer which is not ↵Sébastien Helleu
displayed in a window
2015-07-24core: allow jump from current to previous buffer with default keys "alt-j NN"Simmo Saan
2015-07-23core: remove useless "return"Sébastien Helleu
2015-07-22core: fix typo in /help windowSébastien Helleu
2015-07-20irc: add separate color option for current topic in channel bufferSimmo Saan
2015-07-20alias: add options "add", "addcompletion" and "del" in command /alias, ↵Sébastien Helleu
remove command /unalias (closes #458)
2015-07-19xfer: fix typo in a commentSébastien Helleu
2015-07-19aspell: fix typo in a commentSébastien Helleu
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 ↵Sébastien Helleu
on Linux/BSD) (closes #465) The calls to select() are replaced by poll(), which doesn't have limitation on file descriptor number.
2015-07-18xfer: fix crash if the DCC file socket number is too high (issue #465)Sébastien Helleu
2015-07-17irc: fix format of commentSébastien Helleu
2015-07-17core: fix format of commentSébastien Helleu
2015-07-16core: fix comment in function hook_find_posSébastien Helleu
2015-07-15core: add variables with count of hooksSébastien Helleu
2015-07-14core: reset pointers, file descriptors and child PIDs in unhook()Sébastien Helleu
2015-07-14core: add option weechat.look.confirm_upgrade (closes #463)Sébastien Helleu
2015-07-10irc: evaluate content of server option "nicks"Sébastien Helleu
2015-07-09irc: do not allow command /query with a channel name (closes #459)Sébastien Helleu
2015-07-05core: fix type of value returned by function gui_bar_window_content_getSébastien Helleu
2015-07-04logger: fix type of value returned by function logger_tail_last_eolSébastien Helleu
2015-07-04core: fix type of value returned by function gui_mouse_grab_event2inputSébastien Helleu
2015-07-04irc: fix type of value returned by function irc_buffer_build_nameSébastien Helleu
2015-07-04core: fix type of value returned by functions gui_chat_string_next_char, ↵Sébastien Helleu
gui_chat_string_add_offset and gui_chat_string_add_offset_screen
2015-07-04api: fix type of value returned by function util_get_time_stringSébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵Sébastien Helleu
and utf8_add_offset
2015-07-04core: add missing comments before functions when the result must be freed ↵Sébastien Helleu
after use
2015-07-04alias: remove unused function alias_get_final_command()Sébastien Helleu