summaryrefslogtreecommitdiff
path: root/src/plugins
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-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 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-22irc: add prefix "#" for all channels on join (if no prefix given)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-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 "hdata" (direct access to WeeChat/plugin data)Sebastien 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-15api: fix bug with function config_set_desc_plugin (use immediately descriptio...Sebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-14irc: fix typo in /help linksSebastien 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-01xfer: remove unused variableSebastien Helleu
2011-05-01fifo: remove unused variableSebastien 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-25relay: fix crash on /upgrade when nick in irc client is not yet setSebastien Helleu
2011-04-24irc: use tag "notify_none" for self messagesSebastien Helleu
2011-04-19core: allow command mask for infolist_get on command hooksSebastien 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
2011-04-15irc: fix memory leak when copying or renaming serverSebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi...Sebastien Helleu
2011-04-13core: use buffer pointer instead of window in input functions, add new functi...Sebastien Helleu
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection t...Sebastien Helleu
2011-04-11irc: use nick color for users outside the channelSebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option weechat.look.hot...Sebastien Helleu
2011-04-10irc: update short name of server buffer when server is renamedSebastien Helleu
2011-03-24irc: fix self nick color in nicklist after changing nick with /nickSebastien Helleu