summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-12Merge branch 'master' of git://github.com/talisein/weechat-1 into talisein-ma...Sebastien Helleu
2014-03-12core: update translationsSebastien Helleu
2014-03-12irc: display output of CAP LIST in server buffer (closes #10)Shawn Smith
2014-03-11xfer: Fix xfer.network.own_ip behaviorAndrew Potter
2014-03-11core: add missing \0 at the end of stderr buffer in hook_processSebastien Helleu
2014-03-11exec: fix crash when giving bad id to command /exec -inSebastien Helleu
2014-03-11exec: add option "-del" in command /execSebastien Helleu
2014-03-11exec: add option "-bg" in command /execSebastien Helleu
2014-03-11exec: update plugin API versionSebastien Helleu
2014-03-11exec: fix typos in /help execSebastien Helleu
2014-03-11exec: add option "-set" in command /execSebastien Helleu
2014-03-11exec: replace number by id in /help execSebastien Helleu
2014-03-11exec: add list of signal names in /help execSebastien Helleu
2014-03-11exec: implement options -signal/-kill/-killall in command /execSebastien Helleu
2014-03-11exec: remove error prefix in case of unexpected end of a commandSebastien Helleu
2014-03-11exec: display command return code after output (stdout/stderr)Sebastien Helleu
2014-03-11exec: add tag "exec_rc" for line with command return code, remove empty line ...Sebastien Helleu
2014-03-11exec: add exec pluginSebastien Helleu
2014-03-11api: add option "detached" in function hook_process_hashtableSebastien Helleu
2014-03-11relay: search buffers by full nameSebastien Helleu
2014-03-11fifo: search buffer by full name when text is received in pipeSebastien Helleu
2014-03-11api: add support of case insensitive search and search by buffer full name in...Sebastien Helleu
2014-03-11api: add option "signal" in function hook_set to send a signal to the child p...Sebastien Helleu
2014-03-11core: fix detection of terminated process in hook_processSebastien Helleu
2014-03-10trigger: add plugin name in error messagesSebastien Helleu
2014-03-09trigger: remove unneeded code to make C compiler happySebastien Helleu
2014-03-08trigger: fix typo in a commentSebastien Helleu
2014-03-07core: set option weechat.look.buffer_search_where to prefix_message by defaultSebastien Helleu
2014-03-07script: fix scroll on script buffer in the detailed view of script (closes #6)Sebastien Helleu
2014-03-07core: fix "/window scroll -N" on a buffer with free contentSebastien Helleu
2014-03-07relay: fix crash on /upgrade received from a client (weechat protocol)Sebastien Helleu
2014-03-06core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...Sebastien Helleu
2014-03-06core: fix recursive calls to function eval_expressionSebastien Helleu
2014-03-05relay: add info "relay_client_count" with optional status name as argumentSebastien Helleu
2014-03-05relay: add signals "relay_client_xxx" for client status changes (closes #2)Sebastien Helleu
2014-03-04trigger: update description of trigger pluginSebastien Helleu
2014-03-04core: mute all buffers by default in command /mute (replace option -all by -c...Sebastien Helleu
2014-03-04core: save and restore mute state in command /mute (bug #41748)Sebastien Helleu
2014-03-04trigger: add some missing "+" after spaces in regex of default triggers cmd_p...Sebastien Helleu
2014-03-04rmodifier: remove plugin (replaced by trigger)Sebastien Helleu
2014-03-02core: fix memory in execution of commandsSebastien Helleu
2014-03-02core: fix memory leak when removing a hdataSebastien Helleu
2014-03-02core: fix memory leak in evaluation of sub-conditionsSebastien Helleu
2014-03-02trigger: add variable "tg_notify" (notify level of a message, if different fr...Sebastien Helleu
2014-03-02trigger: allow chars '\' and '(' as delimiter in regexSebastien Helleu
2014-03-02trigger: do not create the trigger with /trigger add if the regex is invalidSebastien Helleu
2014-03-01trigger: fix typo in /help triggerSebastien Helleu
2014-03-01trigger: fix typo in /help triggerSebastien Helleu
2014-03-01trigger: make optional the alignment on second and max calls (in hook timer)Sebastien Helleu
2014-02-28irc: fix colors in message with CTCP reply sent to another userSebastien Helleu