summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2009-07-28Set level "message" for IRC notices with channel targetSebastien Helleu
2009-07-27Allow no argument for command /join when /part was issued on current channelSebastien Helleu
2009-07-24Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ...Sebastien Helleu
2009-07-20Fix and improve replacement of IRC password by stars (patch #6872 from zepard)Sebastien Helleu
2009-07-10Add info about script commands when trying to load a script with /pluginSebastien Helleu
2009-07-06Open channel/pv near server when no channel/pv is opened (with option irc.loo...Sebastien Helleu
2009-07-05Add optional nick in arguments for infolist "irc_nick" (format: "server,#chan...Sebastien Helleu
2009-07-04Add tag "away_info" for lines with info about away in irc pluginSebastien Helleu
2009-06-29When IRC nick change is received, do not rename private buffer if it already ...Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-28Add french translation of Plugin API ReferenceSebastien Helleu
2009-06-27Strip hostnames in IRC message 353 when uhnames protocol is enabledSebastien Helleu
2009-06-25Add options irc.look.open_channel/pv_near_serverSebastien Helleu
2009-06-24Switch to irc raw buffer if it is aleady opened, with /server raw or alt-j + ...Sebastien Helleu
2009-06-23Add new option irc.color.item_channel_modesSebastien Helleu
2009-06-17Remove "/server switch" from doc and completion templateSebastien Helleu
2009-06-14Improve option irc.look.notice_as_pv, new values: auto/never/alwaysSebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-14Remove jabber plugin (will be replaced by script)Sebastien Helleu
2009-06-14Remove obsolete trigger pluginSebastien Helleu
2009-06-14Add color for channel IRC notices (patch #6841)Sebastien Helleu
2009-06-13Fix IRC mode parsing when receiving modes with arguments (bug #26793)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-06-11Add option irc.look.item_display_server to display server with plugin or name...Sebastien Helleu
2009-06-11Improve completion for script plugins commandsSebastien Helleu
2009-06-11Fix typo with plural of "ignore"Sebastien Helleu
2009-06-11Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ...Sebastien Helleu
2009-06-10Add infolist with commands historySebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-10Fix bug with cmake options for building script pluginsSebastien Helleu
2009-06-07Fix display problem with bar item "away" in IRC pluginSebastien Helleu
2009-06-02Add note about ports < 1024 (reserved for root) for listening ports (options ...Sebastien Helleu
2009-05-28Add color for bar item "away" (irc.color.item_away)Sebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu
2009-05-21Fix display bug with text in IRC action that contains bold char (text truncat...Sebastien Helleu
2009-05-19New default value "0" for option irc.network.lag_disconnect (do not disconnec...Sebastien Helleu
2009-05-17Add function "config_is_set_plugin" in plugin/script APISebastien Helleu
2009-05-17Add missing refresh of "away" bar item with IRC /away commandSebastien Helleu
2009-05-16Add infolist "key" with key bindingsSebastien Helleu
2009-05-12Fix IRC private buffer name when message is from me (happens when using irssi...Sebastien Helleu
2009-05-12Fix typo: transfert -> transferSebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-09Add missing IRC command 335Sebastien Helleu
2009-05-09Add completion %(irc_privates), used by /buffer (completes with channels and pv)Sebastien Helleu
2009-05-08Install developement files for plugins and pkg-config support (autotools).Emmanuel Bouthenot
2009-05-08Install developement files for plugins and pkg-config support (cmake).Emmanuel Bouthenot
2009-05-08Improve completion: allow a command to use completion of another command (use...Sebastien Helleu
2009-05-08Fix crash in python plugin after parse file errorSebastien Helleu
2009-05-08Fix completion of IRC commands /whois and /whowasSebastien Helleu
2009-05-07Disable jabber and relay plugins compilation by defaultSebastien Helleu