Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-19 | core: allow command mask for infolist_get on command hooks | Sebastien Helleu | |
2011-02-25 | Add optional command name for infolist_get on command hooks | Sebastien Helleu | |
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu | |
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator) | |||
2011-01-01 | Add new command /color | Sebastien Helleu | |
2010-12-26 | Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵ | Sebastien Helleu | |
upgrade | |||
2010-11-09 | Complete with alias value for second argument of command /alias | Sebastien Helleu | |
2010-11-08 | Add info "python2_bin" (path to python 2.x interpreter) in Python plugin | Sebastien Helleu | |
2010-11-06 | Add IRC command /notify, new options for notify and infolist "irc_notify" ↵ | Sebastien Helleu | |
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers). | |||
2010-09-20 | Send channel topic to relay client when joining a channel | Sebastien Helleu | |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-08-11 | Add new plugin "rmodifier": alter modifier strings with regular expressions ↵ | Sebastien Helleu | |
(bug #26964) | |||
2010-06-15 | Add IRC info "irc_nick_color_name" to get color name of a nick | Sebastien Helleu | |
2010-05-22 | Add isupport value in IRC servers (content of IRC message 005), with new ↵ | Sebastien Helleu | |
infos: irc_server_isupport and irc_server_isupport_value | |||
2010-04-18 | Replace "joker" by "wildcard" | Sebastien Helleu | |
2010-04-03 | Add option "get" for command /buffer, add completions with buffer properties | Sebastien Helleu | |
2010-03-25 | Add "irc_is_nick" for function info_get to check if a string is a valid IRC ↵ | Sebastien Helleu | |
nick name (patch #7133) | |||
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add ↵ | Sebastien Helleu | |
examples in /help key Note: old option "reset" for /key has been renamed to "resetall". | |||
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu | |
2010-02-10 | Add "version_number" for API function weechat_info_get to get WeeChat ↵ | Sebastien Helleu | |
version as number | |||
2010-01-18 | Add IRC info "irc_nick_color" to get color of a nick | Sebastien Helleu | |
2009-11-06 | Fix typos in translations | Sebastien Helleu | |
2009-10-29 | Add partial irc-proxy feature to relay plugin | Sebastien Helleu | |
2009-10-09 | Add script prototypes and examples in plugin API reference | Sebastien Helleu | |
2009-09-30 | Allow /unalias to remove multiple aliases (patch #6926) | Sebastien Helleu | |
2009-09-15 | Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵ | Sebastien Helleu | |
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270) | |||
2009-08-28 | Add 2 new completions (irc_server_channels and irc_server_privates), improve ↵ | Sebastien Helleu | |
completion of command /invite | |||
2009-06-11 | Fix typo with plural of "ignore" | Sebastien Helleu | |
2009-06-10 | Add infolist with commands history | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-28 | Convert all docs to asciidoc format, add scripting guide | Sebastien Helleu | |