summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-04core: mute all buffers by default in command /mute (replace option -all by ↵Sebastien Helleu
-core)
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 ↵Sebastien Helleu
cmd_pass/msg_auth
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
This memory leak was introduced by commit aa81067ad070f05a4aaf98383781eba0fbafefd6
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 ↵Sebastien Helleu
from "none")
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 ↵Sebastien Helleu
command /eval
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
The hooks for the WeeChat disconnected clients are not created again after /upgrade (they were removed on client disconnection, so there is no reason to create them again). The hooks like nicklist sync are called often (for example on irc disconnection), which can cause long freeze if many WeeChat disconnected clients exist in relay.
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
case of insufficient memory)
2014-02-22core: fix possible zero bytes allocation in /help commandSebastien Helleu
2014-02-22core: fix potential dereference of NULL pointer in function ↵Sebastien Helleu
command_set_display_option
2014-02-22trigger: fix crash when a signal is received with type "int" and NULL ↵Sebastien Helleu
pointer in signal_data
2014-02-22scripts: fix crash when a signal is received with type "int" and NULL ↵Sebastien Helleu
pointer in signal_data
2014-02-22irc: set option irc.network.autoreconnect_delay_max to 600 by default, ↵Sebastien Helleu
increase max value to 604800 seconds (7 days)
2014-02-22core: fix memory leak in function gui_key_add_to_infolist (in case of ↵Sebastien Helleu
insufficient memory)
2014-02-22core: remove dead assignment in function gui_key_pressedSebastien Helleu
2014-02-22relay: remove dead assignment in function relay_client_recv_cbSebastien Helleu
2014-02-22core: remove dead assignment in function gui_bar_window_drawSebastien Helleu