summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-14irc: add value "+" for option irc.look.smart_filter_mode to use modes from se...Sébastien Helleu
2014-06-11core: set default value "merged" for option weechat.look.hotlist_removeSébastien Helleu
2014-06-10core: fix potential memory leak with infolists not freed in plugins (debian #...Sébastien Helleu
2014-06-08irc: fix help of commands kick/kickban/remove (closes #102)Sébastien Helleu
2014-06-07core: fix color display of last color number + 1 (closes #101)Sébastien Helleu
2014-06-07core: fix first comment line in weechat.cSébastien Helleu
2014-06-06core: add option weechat.look.hotlist_remove (closes #99)Sébastien Helleu
2014-06-03irc: fix commentSébastien Helleu
2014-05-29relay: don't send signals "buffer_clear" and "buffer_line_added" for relay ra...Sébastien Helleu
2014-05-28irc: fix extract of channel in parser for JOIN/PART messages when there is a ...Sébastien Helleu
2014-05-26irc: add command /remove (closes #91)Sébastien Helleu
2014-05-24relay: fix crash when closing relay buffers (closes #57, closes #78)Sébastien Helleu
2014-05-24relay: check pointers received in hdata command to prevent crashes with bad p...Sébastien Helleu
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-05-24relay: remove warning on /reload of relay.conf when ports are definedSébastien Helleu
2014-05-23irc: fix refresh of bar item "irc_channel" after join/part/kick/kill (issue #86)Sébastien Helleu
2014-05-22core: fix reset of attributes between nick colors in /color bufferSébastien Helleu
2014-05-21irc: fix duplicate sender name in display of notice (closes #87)Sébastien Helleu
2014-05-21irc: fix refresh of buffer name in bar items after join/part/kick/kill (close...Sébastien Helleu
2014-05-20irc: display message 936 (censored word) on channel instead of server bufferSébastien Helleu
2014-05-18core: fix display of item buffer_short_name when the short name is not define...Sébastien Helleu
2014-05-16core: add bar item "buffer_short_name" (task #10882)Sébastien Helleu
2014-05-15irc: add bar item "irc_nick_modes" (closes #71)Sébastien Helleu
2014-05-13alias: add default alias "msgbuf" (send text to a buffer)Sébastien Helleu
2014-05-13core: add option "send" in command /input (send text to a buffer)Sébastien Helleu
2014-05-13core: fix completion %(plugins_commands) when there are more than one argumen...Sébastien Helleu
2014-05-13core: add option "-buffer" in command /command (closes #67)Sébastien Helleu
2014-05-12irc: make reason optional in command /killSébastien Helleu
2014-05-10api: change type of arguments displayed/highlight in hook_print callback from...Sébastien Helleu
2014-05-09core: add commentSébastien Helleu
2014-05-08core: do not restore title of core buffer after /upgradeSébastien Helleu
2014-05-08core: fix memory leak when restoring buffers after /upgradeSébastien Helleu
2014-05-08relay: add message "_buffer_cleared"Sébastien Helleu
2014-05-08irc: add support of message 324 (channel modes) in option irc.look.display_jo...Sébastien Helleu
2014-05-08relay: reformat commentSébastien Helleu
2014-05-08relay: fix disconnection of client on empty websocket framesTor Hveem
2014-05-08core: add support of '!' for tags in /help filterSébastien Helleu
2014-05-08core: add parentheses around tests in conditionsSébastien Helleu
2014-05-07core: add support for negated tags in filters (closes #72)stfn
2014-05-07relay: add support of Internet Explorer websocket (closes #73)Sébastien Helleu
2014-05-06xfer: fix problem with option xfer.file.auto_accept_nicks when the server nam...Sébastien Helleu
2014-05-06irc: add option irc.look.join_auto_add_chantype (closes #65)Sébastien Helleu
2014-05-04core: change default key for bare display from alt-'!' to alt-'l'Sébastien Helleu
2014-04-30Version 1.0-devSébastien Helleu
2014-04-20core: add non-breaking spaces in French translationsSébastien Helleu
2014-04-17irc: fix description of arguments in infolist "irc_nick"Sébastien Helleu
2014-04-13xfer: fix freeze/problems when sending empty files with DCC (closes #53)Sébastien Helleu
2014-04-13irc: add alias "whois" for target buffer of messages 401/402 (closes #54)Sébastien Helleu
2014-04-13relay: add signal "relay_client_auth_ok" for irc and weechat protocolsSébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu