summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
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, /dev...Sebastien Helleu
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 (in...Sebastien Helleu
2014-02-22core: comment unneeded assignment in function string_split_shell (make C stat...Sebastien Helleu
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
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 translationsSebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-21trigger: return WEECHAT_RC_ERROR in command /trigger if arguments are wrong/m...Sebastien Helleu
2014-02-21rmodifier: return WEECHAT_RC_ERROR in command /rmodifier if arguments are wro...Sebastien Helleu
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 wrong/mis...Sebastien Helleu
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