summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-13irc: fix crash when command "/buffer close" is used in a server command to cl...Sebastien Helleu
2011-07-12core: fix completion for command arguments when same command exists in many p...Sebastien Helleu
2011-07-11rmodifier: add missing include of strings.h in rmodifier.cSebastien Helleu
2011-07-10irc: fix crash when /join command is executed on a non-irc buffer (bug #33742)Sebastien Helleu
2011-07-10core: allow empty argument for infolist "key" (return context "default")Sebastien Helleu
2011-07-10relay: fix bug with self nick when someone changes its nick on channel (bug #...Sebastien Helleu
2011-07-05irc: fix typo in help of options irc.look.new_channel_position and irc.look.n...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-29core: add new option weechat.look.separator_vertical, rename option weechat.l...Sebastien Helleu
2011-06-29core: add missing include of stddef.h in plugin.cSebastien Helleu
2011-06-28irc: fix bug with comma in irc color code: do not strip comma if it is not fo...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-22core: display error (only once) when bad file descriptor is detected in hook_fdSebastien Helleu
2011-06-22core: fix freeze when hook_fd is called with a bad file/socket (bug #33619)Sebastien Helleu
2011-06-22irc: add prefix "#" for all channels on join (if no prefix given)Sebastien Helleu
2011-06-21core: fix bug with option weechat.look.hotlist_count_max when count_max is gr...Sebastien Helleu
2011-06-21core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)Sebastien Helleu
2011-06-16irc: switch to buffer on /join #channel if channel buffer already existsSebastien Helleu
2011-06-16irc: update host of nicks on manual /whoSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-15relay, xfer: display possible actions in buffer even if list is emptySebastien Helleu
2011-06-14irc, relay: check that prefix and message are not NULL before adding a messag...Sebastien Helleu
2011-06-13core: update description for some hdataSebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ca...Sebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-06-13core: add string representation for types pointer, buffer and time in propert...Sebastien Helleu
2011-06-01core: fix bug with new line inserted at end of each line displayed (set eat_n...Sebastien Helleu
2011-06-01core: add option "infolists" for command /debugSebastien Helleu
2011-05-31core: fix bug with horizontal scroll in windows and long linesSebastien Helleu
2011-05-26relay: fix memory leak on plugin load (free raw messages)Sebastien Helleu
2011-05-26relay: fix memory leak (free some parsed messages) (bug #33387)Sebastien Helleu
2011-05-26irc: fix memory leak in message parser (when called from other plugins like r...Sebastien Helleu
2011-05-26irc: fix memory leak on plugin unload (free ignores)Sebastien Helleu
2011-05-18logger: add option logger.file.flush_delay (task #11118)Sebastien Helleu
2011-05-18logger: use tag "no_log" for some messages printedSebastien Helleu
2011-05-16core: add horizontal scrolling for buffers with free content (command /window...Sebastien Helleu
2011-05-15api: fix bug with function config_set_desc_plugin (use immediately descriptio...Sebastien Helleu
2011-05-15core: add missing arguments filename and name in /help pluginSebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-14irc: fix typo in /help linksSebastien Helleu
2011-05-13doc: fix typosSebastien Helleu
2011-05-11core: fix argument name in /help colorSebastien Helleu
2011-05-08core: ensure that new split percent is between 1 and 99 for balance of windowsSebastien Helleu
2011-05-07core: fix balance of windows with vertical splitSebastien Helleu
2011-05-07core: fix balance of windowsSebastien Helleu
2011-05-07core: improve output of /debug windowsSebastien Helleu
2011-05-06irc: fix parsing of message 332 when no topic neither colon are found (bug wi...Sebastien Helleu
2011-05-02irc: fix nick color in private when option irc.look.nick_color_force is changedSebastien Helleu
2011-05-01core: fix compiler warning on function wattr_get (on pointers to attrs and pair)Sebastien Helleu