summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-22Fix bug with directory separator in logger maskSebastien Helleu
2009-08-16Fix bug with special chars in buffers for logger filenames (bug #25721)Sebastien Helleu
2009-08-12Fix bug in config files when option name begins with '['Sebastien Helleu
2009-08-09Fix typo: explicitely -> explicitlySebastien Helleu
2009-08-09Remove obsolete option weechat.color.input_nickSebastien Helleu
2009-08-09Add missing files for cmake in packages built by autotoolsSebastien Helleu
2009-08-06Fix typo: mispelled -> misspelledSebastien Helleu
2009-08-06Fix bug when comparing chars and ignoring case (with some locales) (bug #27190)Sebastien Helleu
2009-08-05Fix progress bar display for large xfer/dcc files (more than 2 Gb)Sebastien Helleu
2009-08-01Fix charset decoding bug for some IRC messages where both nick and channel ar...Sebastien Helleu
2009-07-29Fix hotlist bug after /buffer unmerge (bug #27133)Sebastien Helleu
2009-07-28Remove check of Tcl_CreateNamespace in cmake build (not used any more) (bug #...Sebastien Helleu
2009-07-28Set level "message" for IRC notices with channel targetSebastien Helleu
2009-07-27Allow no argument for command /join when /part was issued on current channelSebastien Helleu
2009-07-24Add missing include of stdarg.hSebastien Helleu
2009-07-24Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ...Sebastien Helleu
2009-07-22Add new option weechat.look.search_text_not_found_alertSebastien Helleu
2009-07-20Fix and improve replacement of IRC password by stars (patch #6872 from zepard)Sebastien Helleu
2009-07-14Allow cursor to be displayed in a root barSebastien Helleu
2009-07-10Add info about script commands when trying to load a script with /pluginSebastien Helleu
2009-07-09Add note about special chars that must be escaped in /help filterSebastien Helleu
2009-07-09Remove obsolete option weechat.color.nicklist_separatorSebastien Helleu
2009-07-06Open channel/pv near server when no channel/pv is opened (with option irc.loo...Sebastien Helleu
2009-07-06Complete command and arguments even if command line starts with double '/'Sebastien Helleu
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