summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-04trigger: update description of trigger pluginSebastien Helleu
2014-03-04debian: replace rmodifier by trigger in control fileSebastien 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-04doc: update German auto-generated filesSebastien Helleu
2014-03-03de.po: update german translationnils_2
2014-03-03doc: update links to git repositories (savannah -> github)Sebastien Helleu
2014-03-02doc: add trigger example to colorize URLsSebastien 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-02doc: add trigger doc in user's guideSebastien 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
2014-02-28irc: evaluate content of server options "username" and "realname"Sebastien Helleu
2014-02-28doc: update auto-generated files with WeeChat commandsSebastien Helleu
2014-02-28core: fix output of /eval -n when there is a tab in outputSebastien Helleu
2014-02-28api: add support of escaped strings in function string_eval_expression and co...Sebastien Helleu
2014-02-28trigger: allow empty return code in command /trigger {add|addoff|addreplace}Sebastien Helleu
2014-02-28xfer: replace constant by sizeof in a call to snprintfSebastien Helleu
2014-02-28rmodifier: fix size used in a snprintfSebastien Helleu
2014-02-28relay: fix size used in a snprintfSebastien Helleu
2014-02-28irc: fix size used in some snprintfSebastien Helleu
2014-02-28irc: fix some malloc sizesSebastien Helleu
2014-02-28scripts: fix size used in some snprintfSebastien Helleu
2014-02-27core: replace constant by sizeof in a call to snprintfSebastien Helleu
2014-02-26core: fix size used in some snprintfSebastien Helleu
2014-02-25core: fix malloc size when building filename of upgrade fileSebastien Helleu
2014-02-24core: fix size used in snprintf when reading a configuration fileSebastien Helleu
2014-02-23relay: add option relay.network.clients_purge_delaySebastien Helleu
2014-02-23relay: fix freeze after /upgrade when many disconnected clients still existSebastien Helleu
2014-02-23doc: add chapter about bare display in user's guideSebastien Helleu
2014-02-23doc: fix typo in a link (user's guide)Sebastien Helleu
2014-02-23doc: add missing nicks in screen examples (user's guide)Sebastien Helleu
2014-02-22trigger: fix potential uninitialized pointer in signal hook callbackSebastien Helleu
2014-02-22core: fix uninitialized value in functions secure_{encrypt|decrypt}_data (in ...Sebastien Helleu
2014-02-22core: fix possible zero bytes allocation in /help commandSebastien Helleu
2014-02-22core: fix potential dereference of NULL pointer in function command_set_displ...Sebastien Helleu
2014-02-22trigger: fix crash when a signal is received with type "int" and NULL pointer...Sebastien Helleu
2014-02-22scripts: fix crash when a signal is received with type "int" and NULL pointer...Sebastien Helleu
2014-02-22irc: set option irc.network.autoreconnect_delay_max to 600 by default, increa...Sebastien Helleu
2014-02-22core: fix memory leak in function gui_key_add_to_infolist (in case of insuffi...Sebastien Helleu
2014-02-22core: remove dead assignment in function gui_key_pressedSebastien Helleu