summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) ↵Sebastien Helleu
(bug #32216)
2011-02-01Fix terminal title when $TERM starts with "screen" (patch from sleo)Sebastien Helleu
2011-01-31Add some chars after cursor when scrolling input line: new option ↵Sebastien Helleu
weechat.look.input_cursor_scroll (bug #21391)
2011-01-31Update german translationsSebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator)
2011-01-28Do not close chat buffers when removing xfer from list (bug #32271)Sebastien Helleu
2011-01-26Fix typos in config functions in plugin API referenceSebastien Helleu
2011-01-25Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API referenceSebastien Helleu
2011-01-23Add weercd.py, the WeeChat flood irc serverSebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-20Fix bug when closing color buffer with command /buffer close NSebastien Helleu
2011-01-19Rename some variables and functions about weechat colorsSebastien Helleu
2011-01-18Enlarge table with list of $TERM for colors in user guideSebastien Helleu
2011-01-18Fix typo in user guideSebastien Helleu
2011-01-16Version 0.3.5-devSebastien Helleu
2011-01-16Version 0.3.4Sebastien Helleu
2011-01-16Add missing file asciidoc.css in Makefile.amSebastien Helleu
2011-01-16Update polish translations and FAQSebastien Helleu
2011-01-14Update brazilian translationsSebastien Helleu
2011-01-14Update german user guideSebastien Helleu
2011-01-13Fix compilation of Ruby plugin with ruby >= 1.9.1, give higher priority to ↵Sebastien Helleu
newest ruby when many versions are installed
2011-01-13Fix display of bar item "input_prompt" in root bar (patch from Deltafire)Sebastien Helleu
2011-01-11Update spanish translationsSebastien Helleu
2011-01-10Use options for server with /connect command when temporary server already ↵Sebastien Helleu
exists
2011-01-10Update italian translations and docSebastien Helleu
2011-01-09Update german FAQSebastien Helleu
2011-01-09Add some features in FAQ (256 colors, IRC proxy, redirection of IRC commands)Sebastien Helleu
2011-01-09Update german tester guideSebastien Helleu
2011-01-09Display more colors on each line for WeeChat basic and nick colors on /color ↵Sebastien Helleu
buffer
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
#32039)
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 ↵Sebastien Helleu
is executed without argument" This reverts commit 3cd267ab23ff25c89204cb5be0f019c1254ac83f. With this fix, upgrade was not possible any more if WeeChat was run without path, ie for example "weechat-curses" running "/usr/bin/weechat-curses".
2011-01-05Fix french translation of description for option weechat.color.chat_nickSebastien Helleu
2011-01-04Fix bug with /upgrade: check existence of binary even when command is ↵Sebastien Helleu
executed without argument
2011-01-04Update german user guide and FAQSebastien Helleu
2011-01-04Add note about term option for .screenrc file in FAQSebastien Helleu
2011-01-04Version 0.3.4-rc3Sebastien Helleu
2011-01-04Add note about term option for .screenrc file in user guideSebastien Helleu
2011-01-04Add doc about 256 colors in user guide and FAQSebastien Helleu
2011-01-04Fix number of colors displayed in buffer opened by /color (can be different ↵Sebastien Helleu
between WeeChat and terminal colors)
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 ↵Sebastien Helleu
servers) (bug #32027)
2011-01-02Update german translationsSebastien Helleu
2011-01-02Free color palette structures when exiting WeeChatSebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu