summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
AgeCommit message (Expand)Author
2010-03-21Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ev...Sebastien Helleu
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-07Add chapter with common tasks in scripting guideSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-20Add parentheses around exponents in user guide and plugin API referenceSebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-02-10Fix example of weechat_info_get in plugin API referenceSebastien Helleu
2010-02-09Add missing argument for weechat_hook_completion in plugin API referenceSebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-02-04Add signal "xfer_ended" in plugin API referenceSebastien Helleu
2010-02-01Fix python example of hook_signal in plugin API referenceSebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask (...Sebastien Helleu
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string and...Sebastien Helleu
2010-01-13Add keyword "input_pos" to get/set cursor position in plugin API functions bu...Sebastien Helleu
2010-01-04Add missing arguments for hook_connect in plugin API referenceSebastien Helleu
2009-12-31Add IRC options to customize target buffer for messages (task #7381)Sebastien Helleu
2009-10-09Add script prototypes and examples in plugin API referenceSebastien Helleu
2009-09-29Fix typo in plugin API reference for weechat_bar_setSebastien Helleu
2009-09-13Fix typo in plugin API reference for weechat_hook_commandSebastien Helleu
2009-09-05Use new WeeChat site, weechat.orgSebastien Helleu
2009-09-02Fix typo in Plugin API ReferenceSebastien Helleu
2009-07-24Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ...Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-28Add french translation of Plugin API ReferenceSebastien Helleu
2009-06-25Add options irc.look.open_channel/pv_near_serverSebastien Helleu
2009-06-23Add modifier "bar_condition_xxx", used to display/hide bars on some windows w...Sebastien Helleu
2009-06-23Fix typos in Plugin API referenceSebastien Helleu
2009-06-17Fix typos in docsSebastien Helleu
2009-06-14Remove obsolete macro in plugin API referenceSebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-13Fix typoSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu