summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
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
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single...Sebastien Helleu
2011-03-23irc: fix local variable "away" on server buffer (set/delete it each time away...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 irc.look.buffer...Sebastien 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-07Add new option irc.look.smart_filter_nickSebastien Helleu
2011-03-06Add missing "extern" in rmodifier-config.hSebastien Helleu
2011-03-05relay: allow colon in server password received from clientSebastien Helleu
2011-03-05Silently ignore IRC kicks when channel is not foundSebastien Helleu
2011-03-05Ignore IRC join if nick is not self nick and if channel buffer does not exist...Sebastien Helleu
2011-03-04Add new option irc.look.color_nicks_in_namesSebastien Helleu
2011-03-02Fix verification of SSL certificates by calling gnutls verify callback (patch...Gu1ll4um3r0m41n
2011-03-01relay: do not send join for private buffers to clientSebastien Helleu
2011-02-25Add optional command name for infolist_get on command hooksSebastien Helleu
2011-02-24Refresh nicks colors in nicklist when changing option weechat.color.chat_nick...Sebastien Helleu
2011-02-24Do not update self nick color when changing option weechat.color.chat_nick_co...Sebastien Helleu
2011-02-23Add new option irc.look.color_nicks_in_nicklistSebastien Helleu
2011-02-23Fix reload of file rmodifier.confSebastien Helleu
2011-02-23Fix crash when adding rmodifier with invalid regexSebastien Helleu
2011-02-17Fix typo: #weecht -> #weechatSebastien Helleu
2011-02-16Fix array overflow in lua plugin for config reload callbackSebastien Helleu
2011-02-10Fix crash when completing /part command on a non-irc buffer (bug #32402)Sebastien Helleu
2011-02-08Fix some translationsSebastien Helleu
2011-02-08Fix typo: half channel operator -> channel half-operatorSebastien Helleu
2011-02-08Fix typo: transfert -> transferSebastien Helleu
2011-02-07Remove unneeded spacesSebastien Helleu
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-02-02Fix crash when many lua scripts are executing callbacks at same timeSebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...Sebastien Helleu
2011-01-28Do not close chat buffers when removing xfer from list (bug #32271)Sebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-10Use options for server with /connect command when temporary server already ex...Sebastien Helleu
2011-01-09Differenciate IRC notices from messages in private buffer (bug #31980)Sebastien Helleu
2011-01-05Silently ignore IRC PRIVMSG message if target channel is not foundSebastien Helleu
2011-01-03Update nick modes with IRC message 221 (bug #32038)Sebastien Helleu
2011-01-02Fix crash with malformed IRC message "324" receivedSebastien Helleu
2011-01-02Fix completion of IRC commands /notice, /query and /quote (add -server with s...Sebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu
2011-01-02Fix memory leak in flush of irc message queueSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-27Add option "-server" to command /join (task #10837)Sebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...Sebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-16Fix crash in perl plugin when MULTIPLICITY is disabledSebastien Helleu
2010-12-15Fix bug with charset decoding on IRC private buffers (decoding was made for l...Sebastien Helleu