summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02Add config files relay.conf and rmodifier.conf in man pageSebastien Helleu
2011-01-02Add plugins relay and rmodifier in debian package "weechat-plugins"Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Update command /color in user guideSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-27Add option "-server" to command /join (task #10837)Sebastien Helleu
2010-12-26Add question about gdb and threads error in FAQSebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵Sebastien Helleu
upgrade
2010-12-24Update german and italian translationsSebastien Helleu
2010-12-21Allow more flexible format for palette optionsSebastien Helleu
Order of alias, pair and rgb is free and semicolon is not required any more before or after pair.
2010-12-20Version 0.3.4-rc2Sebastien 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 ↵Sebastien Helleu
option if no palette option is defined)
2010-12-20Fix parsing of palette optionsSebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single ↵Sebastien Helleu
option "weechat.color.chat_nick_colors" (comma separated list of colors)
2010-12-20Update german quickstart guideSebastien 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
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos
2010-12-17Add command line option "-c" (or "--colors") to display default colors in ↵Sebastien Helleu
terminal
2010-12-17Allow use of color pair number in color options and in API function ↵Sebastien Helleu
"weechat_color"
2010-12-16Fix crash in perl plugin when MULTIPLICITY is disabledSebastien Helleu
2010-12-16Update list of fonts in asciidoc.cssSebastien Helleu
2010-12-15Fix bug with charset decoding on IRC private buffers (decoding was made for ↵Sebastien Helleu
local nick instead of remote nick) (bug #31890)
2010-12-13Add support of python 2.7 in cmake and configure (debian #606989)Sebastien Helleu
2010-12-13Use case insensitive comparison for string in redirected messagesSebastien Helleu
2010-12-12Update german user guideSebastien Helleu
2010-12-12Update italian translations and docSebastien Helleu
2010-12-11Add date format for logger masks in user guideSebastien Helleu
2010-12-10Change font used in doc for default keybindingsSebastien Helleu
2010-12-10Version 0.3.4-rc1Sebastien 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-08Update german translations and user guideSebastien 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-07Update required version of asciidoc to build doc (now 8.5.0)Sebastien Helleu
2010-12-06Add note about automatic unhook for function hook_process in plugin API ↵Sebastien Helleu
reference
2010-12-06Fix unstranslated string in french user guideSebastien Helleu
2010-12-06Add doc about relay plugin in user guideSebastien Helleu
2010-12-06Add some custom css styles for asciidocSebastien Helleu
2010-12-06Remove css files from .gitignoreSebastien Helleu
2010-12-06Enable compilation of Relay plugin by defaultSebastien Helleu
2010-12-06Add example for irc proxy in /help relaySebastien Helleu
2010-12-04Update italian translations, FAQ and plugin API referenceSebastien Helleu
2010-12-04Fix typos in scripting guideSebastien Helleu