summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-13Fix display of bar item "input_prompt" in root bar (patch from Deltafire)Sebastien Helleu
2011-01-10Use options for server with /connect command when temporary server already ex...Sebastien Helleu
2011-01-09Display more colors on each line for WeeChat basic and nick colors on /color ...Sebastien Helleu
2011-01-09Differenciate IRC notices from messages in private buffer (bug #31980)Sebastien Helleu
2011-01-06Fix unlikely memory leak in function gui_keyboard_newSebastien Helleu
2011-01-05Silently ignore IRC PRIVMSG message if target channel is not foundSebastien Helleu
2011-01-05Fix scroll problem on buffers with free content and non-allocated lines (bug ...Sebastien Helleu
2011-01-05Remove unneeded call to gui_color_buffer_displaySebastien Helleu
2011-01-05Revert "Fix bug with /upgrade: check existence of binary even when command is...Sebastien Helleu
2011-01-04Fix bug with /upgrade: check existence of binary even when command is execute...Sebastien Helleu
2011-01-04Fix number of colors displayed in buffer opened by /color (can be different b...Sebastien Helleu
2011-01-03Fix crash when changing or removing color palette optionsSebastien Helleu
2011-01-03Update nick modes with IRC message 221 (bug #32038)Sebastien Helleu
2011-01-02Fix crash with malformed IRC message "324" receivedSebastien Helleu
2011-01-02Fix completion of IRC commands /notice, /query and /quote (add -server with s...Sebastien Helleu
2011-01-02Free color palette structures when exiting WeeChatSebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu
2011-01-02Fix memory leak in flush of irc message queueSebastien Helleu
2011-01-02Test if variables are not NULL before free in function hook_print_execSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-27Add option "-server" to command /join (task #10837)Sebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...Sebastien Helleu
2010-12-21Allow more flexible format for palette optionsSebastien Helleu
2010-12-20Do not allow empty string for color (regression with 256 colors feature)Sebastien Helleu
2010-12-20Build list of color aliases at startup (fix crash when setting "++1" on optio...Sebastien Helleu
2010-12-20Fix parsing of palette optionsSebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-12-20Fix removal of color pair number in a string (function gui_color_decode)Sebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-17Add command line option "-c" (or "--colors") to display default colors in ter...Sebastien Helleu
2010-12-17Allow use of color pair number in color options and in API function "weechat_...Sebastien Helleu
2010-12-16Fix crash in perl plugin when MULTIPLICITY is disabledSebastien Helleu
2010-12-15Fix bug with charset decoding on IRC private buffers (decoding was made for l...Sebastien Helleu
2010-12-13Use case insensitive comparison for string in redirected messagesSebastien Helleu
2010-12-09Fix infinite loop in API function string_has_highlight_regex if regex is emptySebastien Helleu
2010-12-09Add option "-switch" to commands /connect and /reconnectSebastien Helleu
2010-12-09Allow /reconnect on servers that are not currently connectedSebastien Helleu
2010-12-07Add color support in option weechat.look.buffer_time_formatSebastien Helleu
2010-12-07Remove unneeded variable name "position" in gui-bar-window.hSebastien Helleu
2010-12-06Add example for irc proxy in /help relaySebastien Helleu
2010-12-02Allow channel argument without user/host for IRC command /banSebastien Helleu
2010-12-02Replace "receiver" by "target" in help of some IRC commandsSebastien Helleu
2010-12-01Call to hook_config when config option is createdSebastien Helleu
2010-11-29Fix /help notice: receiver can be nick or channelSebastien Helleu
2010-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu
2010-11-28Use tag "no_highlight" for options/values printed by command /setSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-24Fix problem with /set on boolean options with value "toggle"Sebastien Helleu
2010-11-21Fix warning in irc-message.hSebastien Helleu