summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-14Fix display of host in IRC message 333 (channel topic)Sebastien Helleu
2010-03-14Update italian user guideSebastien Helleu
2010-03-13Updated czech translationJiri Golembiovsky
2010-03-13Fix typo: crashs -> crashesSebastien Helleu
2010-03-13Add chapter "Report crashs" in user guideSebastien Helleu
2010-03-11Display IRC command 324 (channel modes) on server buffer if channel is not openSebastien Helleu
2010-03-10Update german and italian FAQSebastien Helleu
2010-03-09Add missing initialization of variable in function irc_sasl_mechanism_plainSebastien Helleu
2010-03-09Update german FAQSebastien Helleu
2010-03-09Add questions in FAQ about voice filtering and check of away nicksSebastien Helleu
2010-03-08Add more sections in FAQSebastien Helleu
2010-03-08Fix color of away nicks in nicklist when doing /names (nick color was reset ↵Sebastien Helleu
to default color)
2010-03-08Return absolute path for info_get of "weechat_dir" (bug #27936)Sebastien Helleu
2010-03-07Add chapter with common tasks in scripting guideSebastien Helleu
2010-03-07Fix extraction and check of IRC prefixSebastien Helleu
2010-03-07Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109)Sebastien Helleu
2010-03-06Updated czech translationsJiri Golembiovsky
2010-03-04Fix display in bars with filling horizontalSebastien Helleu
2010-03-04Fix display in bars with filling set to columns_vertical or columns_horizontalSebastien Helleu
2010-03-04Hide read marker if all lines after marker are filtered (only if option ↵Sebastien Helleu
read_marker_always_show is off)
2010-03-04Update german translationsSebastien Helleu
2010-03-04Fix bugs with cursor and background in barsSebastien Helleu
Bugs fixed: - cursor was moving to position (0,0) in bar when refreshing input bar content - background color stopped before end of line in bars with vertical filling (like buffers) - cursor was not displayed when input bar has automatic size and that first line is filled (on some terminals like konsole or roxterm)
2010-03-04Update user guideSebastien Helleu
2010-03-03Set option weechat.look.read_marker_always_show to off by defaultSebastien Helleu
2010-03-03Add new option weechat.look.read_marker_always_showSebastien Helleu
2010-03-03Free IRC raw messages when irc plugin is unloadedSebastien Helleu
2010-03-03Fix completion bug for commands when input starts with two command chars ↵Sebastien Helleu
(like //)
2010-03-02Fix bug with /away -all in IRC plugin: set or unset future away for ↵Sebastien Helleu
disconnected servers (bug #29022)
2010-03-02Add new option weechat.look.command_chars, add functions ↵Sebastien Helleu
string_is_command_char and string_input_for_buffer in plugin and script API
2010-02-27Fix crash in Perl plugin when callbacks are called during script ↵Sebastien Helleu
initialization (bug #29018)
2010-02-26Add command line option "--no-script" in user guideSebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without ↵Sebastien Helleu
loading any script
2010-02-24Fix display of color in input when it is scrolledSebastien Helleu
2010-02-24Fix bug with cursor when position is last char of terminalSebastien Helleu
2010-02-23Add link for curses color names in user guideSebastien Helleu
2010-02-23Add WeeChat color name beside IRC color in user guideSebastien Helleu
2010-02-23Allow script commands to reload only one scriptSebastien Helleu
2010-02-22Update italian FAQSebastien Helleu
2010-02-22Update italian user guideSebastien Helleu
2010-02-21Fix cursor color in input barSebastien Helleu
2010-02-21Update german FAQSebastien Helleu
2010-02-21Fix bug with bar background after text with background color (bug #28157)Sebastien Helleu
2010-02-20Add question about meta keys in FAQSebastien Helleu
2010-02-20Allow input "q" to close IRC raw bufferSebastien Helleu
2010-02-20Fix translated string in output of "/uptime -o"Sebastien Helleu
2010-02-20Minor updates in FAQ and user guideSebastien Helleu
2010-02-20Add parentheses around exponents in user guide and plugin API referenceSebastien Helleu
2010-02-20Remove connection timer when closing connection with IRC serverSebastien Helleu
2010-02-19Add list of packages (required or optional) to build WeeChat in user guideSebastien Helleu
2010-02-19Add option irc.network.connection_timeout (timeout between TCP connection to ↵Sebastien Helleu
server and reception of message 001)