summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-05-01xfer: remove unused variableSebastien Helleu
2011-05-01fifo: remove unused variableSebastien Helleu
2011-05-01core: remove unused variablesSebastien Helleu
2011-04-29irc: fix tags for messages sent with /msg command (bug #33169)Sebastien Helleu
2011-04-28irc: add new options irc.color.topic_old and irc.color.topic_newSebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-04-26perl: fix memory leak when calling perl functions (bug #32895)Sebastien Helleu
2011-04-26irc: add modifier "irc_in2_xxx" (called after charset decoding)Sebastien Helleu
2011-04-26api: add new function config_set_desc_plugin (task #10925)Sebastien Helleu
2011-04-26core: fix scroll on buffers with free contentSebastien Helleu
2011-04-25relay: fix crash on /upgrade when nick in irc client is not yet setSebastien Helleu
2011-04-24core: fix scroll in windows with /window scroll (skip lines "Day changed to")Sebastien Helleu
2011-04-24core: add date and date_printed of each line in dump of buffersSebastien Helleu
2011-04-24core: recalculate buffer_max_length when buffer short name is changed (patch ...Sebastien Helleu
2011-04-24core: add option weechat.look.hotlist_add_buffer_if_awaySebastien Helleu
2011-04-24irc: use tag "notify_none" for self messagesSebastien Helleu
2011-04-23core: add buffer to hotlist if away is set on buffer (even if buffer is displ...Sebastien Helleu
2011-04-23core: add option "balance" for command /window (key: alt+"w" + alt+"b")Sebastien Helleu
2011-04-22core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #1...Sebastien Helleu
2011-04-19core: allow command mask for infolist_get on command hooksSebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option weechat.look.color_pairs...Sebastien Helleu
2011-04-17core: apply new value of option weechat.look.buffer_notify_default to all ope...Sebastien Helleu
2011-04-16core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error...Sebastien Helleu
2011-04-16core: prohibit names beginning with "#" for bars, proxies, filters and IRC se...Sebastien Helleu
2011-04-15aspell: add section "option" in aspell.conf for speller options (task #11083)Sebastien Helleu