summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-21Add custom completion for aliases (task #9479)Sebastien Helleu
2010-03-21Add missing refresh of bar item "buffer_number" when a buffer is closedSebastien Helleu
2010-03-21Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ev...Sebastien Helleu
2010-03-21Use buffer local variable "nick" for default item "input_prompt"Sebastien Helleu
2010-03-20Add IRC commands /omode and /forcejoin (patch #7126)Sebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-19Move /away command from irc plugin to coreSebastien Helleu
2010-03-19Fix bugs with function hook_command_runSebastien Helleu
2010-03-17Fix bugs with xfer buffer after /upgradeSebastien Helleu
2010-03-17Do not send signals "irc_in" and "irc_in2" when IRC messages are ignoredSebastien Helleu
2010-03-14Fix display of host in IRC message 333 (channel topic)Sebastien Helleu
2010-03-11Display IRC command 324 (channel modes) on server buffer if channel is not openSebastien Helleu
2010-03-09Add missing initialization of variable in function irc_sasl_mechanism_plainSebastien Helleu
2010-03-08Fix color of away nicks in nicklist when doing /names (nick color was reset t...Sebastien Helleu
2010-03-08Return absolute path for info_get of "weechat_dir" (bug #27936)Sebastien 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-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 read_...Sebastien Helleu
2010-03-04Fix bugs with cursor and background in barsSebastien 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 (lik...Sebastien Helleu
2010-03-02Fix bug with /away -all in IRC plugin: set or unset future away for disconnec...Sebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-27Fix crash in Perl plugin when callbacks are called during script initializati...Sebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without load...Sebastien Helleu
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-23Allow script commands to reload only one scriptSebastien Helleu
2010-02-21Fix cursor color in input barSebastien Helleu
2010-02-21Fix bug with bar background after text with background color (bug #28157)Sebastien 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-20Remove connection timer when closing connection with IRC serverSebastien Helleu
2010-02-19Add option irc.network.connection_timeout (timeout between TCP connection to ...Sebastien Helleu
2010-02-19Fix "inactivity" value when no key has been pressed since WeeChat started (bu...Sebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-18Fix function "color" in Lua script API (patch from Christian Heinz)Sebastien Helleu
2010-02-16Add IRC commands 905 to 907 (for SASL)Sebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-02-13Fix color of word "Notice" when sending IRC noticeSebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-02-12Use arguments for infolist "nicklist" to return only one nick or groupSebastien Helleu
2010-02-11Allow IRC message 301 to be redirected with irc.msgbuffer featureSebastien Helleu