summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-02-22irc: remove dead assignment in function irc_ignore_checkSebastien Helleu
2014-02-22xfer: remove dead assignment in function xfer_add_cbSebastien Helleu
2014-02-22relay: remove dead assignment in function relay_irc_get_line_infoSebastien Helleu
2014-02-22irc: fix read of MODES server value when in commands /op, /deop, /voice, ↵Sebastien Helleu
/devoice, /halfop, /dehalfop
2014-02-22script: remove dead assignments in functions script_action_{unload|reload}Sebastien Helleu
2014-02-22core: remove dead assignment in function gui_chat_printf_ySebastien Helleu
2014-02-22irc: remove dead assignments in functions irc_server_str(n)casecmpSebastien Helleu
2014-02-22core: fix use of invalid pointer in function gui_bar_window_content_alloc ↵Sebastien Helleu
(in case of insufficient memory)
2014-02-22core: comment unneeded assignment in function string_split_shell (make C ↵Sebastien Helleu
static analyzer happy)
2014-02-22core: fix uninitialized value in function string_decode_base64Sebastien Helleu
2014-02-22core: fix memory leak and use of invalid pointer in split of string (in case ↵Sebastien Helleu
of insufficient memory)
2014-02-22core: fix potential NULL pointer in function gui_color_emphasizeSebastien Helleu
2014-02-22trigger: use command "/print -beep" in default trigger "beep"Sebastien Helleu
2014-02-22relay: fix NULL pointer when reading buffer lines for irc backlogSebastien Helleu
2014-02-21trigger: fix wrong info in /help trigger.trigger.xxx.regexSebastien Helleu
2014-02-21core: update ChangeLogSebastien Helleu
2014-02-21core: update translationsSebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-21trigger: return WEECHAT_RC_ERROR in command /trigger if arguments are ↵Sebastien Helleu
wrong/missing
2014-02-21core: update ChangeLogSebastien Helleu
2014-02-21core: update translationsSebastien Helleu
2014-02-21rmodifier: return WEECHAT_RC_ERROR in command /rmodifier if arguments are ↵Sebastien Helleu
wrong/missing
2014-02-21relay: return WEECHAT_RC_ERROR in command /relay if arguments are wrong/missingSebastien Helleu
2014-02-21script: return WEECHAT_RC_ERROR in command /script if arguments are ↵Sebastien Helleu
wrong/missing
2014-02-21guile: return WEECHAT_RC_ERROR in command /guile if arguments are wrong/missingSebastien Helleu
2014-02-21tcl: return WEECHAT_RC_ERROR in command /tcl if arguments are wrong/missingSebastien Helleu
2014-02-21lua: return WEECHAT_RC_ERROR in command /lua if arguments are wrong/missingSebastien Helleu
2014-02-21ruby: return WEECHAT_RC_ERROR in command /ruby if arguments are wrong/missingSebastien Helleu
2014-02-21perl: return WEECHAT_RC_ERROR in command /perl if arguments are wrong/missingSebastien Helleu
2014-02-21python: return WEECHAT_RC_ERROR in command /python if arguments are ↵Sebastien Helleu
wrong/missing
2014-02-21logger: return WEECHAT_RC_ERROR in command /logger if arguments are ↵Sebastien Helleu
wrong/missing
2014-02-21irc: use same return code and message in all commands when arguments are ↵Sebastien Helleu
wrong/missing
2014-02-21charset: remove unneeded test in command /charsetSebastien Helleu
2014-02-21alias: use same return code and message in all commands when arguments are ↵Sebastien Helleu
wrong/missing
2014-02-21core: use same return code and message in all commands when arguments are ↵Sebastien Helleu
wrong/missing
2014-02-20irc: add note about option irc.network.whois_double_nick in /help whoisSebastien Helleu
2014-02-20irc: set option irc.network.whois_double_nick to "off" by defaultSebastien Helleu
2014-02-20trigger: add option "addreplace" in command /trigger (used by /trigger recreate)Sebastien Helleu
Now the command "/trigger recreate" does not delete the trigger any more. Instead the option "addreplace" is used in input, so the existing trigger is overwritten if the command is sent.