summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-05Add optional nick in arguments for infolist "irc_nick" (format: "server,#chan...Sebastien Helleu
2009-07-04Add tag "away_info" for lines with info about away in irc pluginSebastien Helleu
2009-07-03Fix bug when moving group of merged buffers to number 1Sebastien Helleu
2009-06-29When IRC nick change is received, do not rename private buffer if it already ...Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-28Add french translation of Plugin API ReferenceSebastien Helleu
2009-06-27Strip hostnames in IRC message 353 when uhnames protocol is enabledSebastien Helleu
2009-06-27Change default order of items in input bar: move input_paste before input_textSebastien Helleu
2009-06-25Add options irc.look.open_channel/pv_near_serverSebastien Helleu
2009-06-24Consider private message as highlight when comparing message level to buffer ...Sebastien Helleu
2009-06-24Switch to irc raw buffer if it is aleady opened, with /server raw or alt-j + ...Sebastien Helleu
2009-06-23Fix display of description when it is NULL (with /help option)Sebastien Helleu
2009-06-23Add modifier "bar_condition_xxx", used to display/hide bars on some windows w...Sebastien Helleu
2009-06-23Add new option irc.color.item_channel_modesSebastien Helleu
2009-06-22Fix bug with pointer to last read line in merged buffers (can lead to crash)Sebastien Helleu
2009-06-21Disable layout saving by defaultSebastien Helleu
2009-06-21Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2009-06-21Fix bug after /upgrade on buffers with free content (bug #26020)Sebastien Helleu
2009-06-21Fix some memory leaks in command hook (completion templates), buffer closing,...Sebastien Helleu
2009-06-21Move partial completion structure to completion structure (it is now specific...Sebastien Helleu
2009-06-21Fix scroll Y in bars (bug #26008)Sebastien Helleu
2009-06-21Fix problems with /set of some bar optionsSebastien Helleu
2009-06-20Add missing refresh of bar when changing size with command /setSebastien Helleu
2009-06-20Fix minor display bug with read marker (line or dotted line)Sebastien Helleu
2009-06-17Fix translation bug in help of command /inputSebastien Helleu
2009-06-17Remove "/server switch" from doc and completion templateSebastien Helleu
2009-06-14Improve option irc.look.notice_as_pv, new values: auto/never/alwaysSebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-14Remove jabber plugin (will be replaced by script)Sebastien Helleu
2009-06-14Remove obsolete trigger pluginSebastien Helleu
2009-06-14Add color for channel IRC notices (patch #6841)Sebastien Helleu
2009-06-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-14Add option "-merged" for /buffer clearSebastien Helleu
2009-06-13Display buffer name in hotlist if buffers are merged with same numberSebastien Helleu
2009-06-13Remove all merged buffers from hotlist, instead of only current selected bufferSebastien Helleu
2009-06-13Fix IRC mode parsing when receiving modes with arguments (bug #26793)Sebastien Helleu
2009-06-13Do not refresh buffer if displayed line is filtered (hidden)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-06-12Fix line filtering after /upgrade when filter applies on one buffer onlySebastien Helleu
2009-06-12Fix refresh of hidden bars (patch #6837)Sebastien Helleu
2009-06-12Fix bug with some utf-8 chars in input lineSebastien Helleu
2009-06-11Add option irc.look.item_display_server to display server with plugin or name...Sebastien Helleu
2009-06-11Improve completion for script plugins commandsSebastien Helleu
2009-06-11Fix display bug with color/attribute chars (< 32) in command line (bug #26749)Sebastien Helleu
2009-06-11Fix typo with plural of "ignore"Sebastien Helleu
2009-06-11Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ...Sebastien Helleu
2009-06-10Add infolist with commands historySebastien Helleu
2009-06-10Add variable "active" in buffer infolistSebastien Helleu
2009-06-10Fix help of /wait command (missing '/' in examples)Sebastien Helleu
2009-06-10Display error if command "/key bind" has not enough argumentsSebastien Helleu