summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-25core: flush stdout/stderr after sending text directly on them (fix corrupted ...Sébastien Helleu
2015-07-25core: allow execution of command "/input return" on a buffer which is not dis...Sébastien Helleu
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, remove...Sébastien Helleu
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 on...Sébastien Helleu
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, gui_...Sébastien Helleu
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 a...Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-07-04alias: remove unused function alias_get_final_command()Sébastien Helleu
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-30api: add support of evaluated sub-strings and current date/time in function s...Sébastien Helleu
2015-06-28core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (c...Sébastien Helleu
2015-06-27core: fix display of invalid UTF-8 chars in bars (issue #218)Sébastien Helleu
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug #29886,...Sébastien Helleu
2015-06-27xfer: evaluate content of options xfer.file.download_path and xfer.file.uploa...Sébastien Helleu
2015-06-26script: call function string_eval_path_home() to evaluate scripts pathSébastien Helleu
2015-06-25logger: call function string_eval_path_home() to evaluate logger file pathSébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-06-23core: fix help of /eval commandSébastien Helleu
2015-06-23core: allow pointer as list name in evaluation of hdata (closes #450)Sébastien Helleu
2015-06-22core: fix bar item "scroll" after /buffer clear (closes #448)Sébastien Helleu
2015-06-21script: rename option script.scripts.dir to script.scripts.path (issue #388)Sébastien Helleu
2015-06-20logger: evaluate content of option logger.file.path (issue #388)Sébastien Helleu
2015-06-19script: evaluate content of option script.scripts.dir (issue #388)Sébastien Helleu
2015-06-16irc: fix crash with commands /allchan, /allpv and /allserv if the executed co...Sébastien Helleu
2015-06-15irc: do not open auto-joined channels buffers when option "-nojoin" is used i...Sébastien Helleu
2015-06-14core: fix display of time in bare display when option weechat.look.buffer_tim...Sébastien Helleu
2015-06-13relay: add a variable to read only one time the HTTP header "X-Real-IP" in th...Sébastien Helleu
2015-06-11relay: print value of HTTP Header X-Real-IPTor Hveem
2015-06-07fifo: ignore error ECOMM only on Cygwin (fix compilaton on FreeBSD)Sébastien Helleu
2015-06-07fifo: fix send error on Cygwin when something is received in the pipe (closes...Sébastien Helleu