summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
#7441)
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 ↵Sebastien Helleu
displayed) (task #10948), do not update hotlist during upgrade
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 ↵Sebastien Helleu
#11001)
2011-04-19core: allow command mask for infolist_get on command hooksSebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option ↵Sebastien Helleu
weechat.look.color_pairs_auto_reset
2011-04-17core: apply new value of option weechat.look.buffer_notify_default to all ↵Sebastien Helleu
opened buffers
2011-04-16core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when ↵Sebastien Helleu
error is displayed
2011-04-16core: prohibit names beginning with "#" for bars, proxies, filters and IRC ↵Sebastien Helleu
servers (bug #33020)
2011-04-15aspell: add section "option" in aspell.conf for speller options (task #11083)Sebastien Helleu
2011-04-15irc: fix memory leak when copying or renaming serverSebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade ↵Sebastien Helleu
(plugins: irc, relay, xfer, scripts)
2011-04-13core: use buffer pointer instead of window in input functions, add new ↵Sebastien Helleu
function window_search_with_buffer in plugin API
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection ↵Sebastien Helleu
to server (bug #33029)
2011-04-11irc: use nick color for users outside the channelSebastien Helleu
2011-04-11core: add default keys meta-O{A,B,C,D} (same as meta-O{a,b,c,d})Sebastien Helleu
2011-04-11core: fix crash when terminal has no color supportSebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option ↵Sebastien Helleu
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other
2011-04-10irc: update short name of server buffer when server is renamedSebastien Helleu
2011-04-10core: add missing and remove unneeded spaces in translationsSebastien Helleu
2011-04-07core: add prefix in addition of message in output of /debug bufferSebastien Helleu
2011-03-26core: flush stdout after changing terminal title (patch from Guido Berhoerster)Sebastien Helleu
2011-03-24irc: fix self nick color in nicklist after changing nick with /nickSebastien Helleu
2011-03-23irc: return empty color name for nick prefix when no mode is set (instead of ↵Sebastien Helleu
"chat")
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵Sebastien Helleu
single option irc.color.nick_prefixes (task #10888)
2011-03-23irc: fix local variable "away" on server buffer (set/delete it each time ↵Sebastien Helleu
away is set or removed on server)
2011-03-18Add optional bar name in command /bar defaultSebastien Helleu
2011-03-18Create default bars only if no bar is defined in configuration fileSebastien Helleu
2011-03-18Add new option weechat.look.highlight_tags (force highlight on tags)Sebastien Helleu
2011-03-16aspell: fix spellers used after switch of window (bug #32811)Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option ↵Sebastien Helleu
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)
2011-03-15Allow removal of hashtable entry in callback of hashtable_mapSebastien Helleu
2011-03-15Add new option irc.look.buffer_auto_switch_on_joinSebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-03-10Fix bug with repeat of last completion ("%*"), which failed when many ↵Sebastien Helleu
templates are used in completion