summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
AgeCommit message (Collapse)Author
2010-04-18Replace "joker" by "wildcard"Sebastien Helleu
2010-04-08Fix typo in description of modifier "history_add"Sebastien Helleu
2010-04-08Add buffer pointer as string in modifier_data for modifier "history_add"Sebastien Helleu
2010-04-08Add modifier "history_add" (text added to buffer or global history)Sebastien Helleu
2010-04-08Update italian doc and translationsSebastien Helleu
2010-04-03Add or remove highlight words in a buffer with "highlight_words_add" and ↵Sebastien Helleu
"highlight_words_del" (for buffer_set)
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu
2010-03-25Add signals "nicklist_{group|nick}_{added|removed}", remove signal ↵Sebastien Helleu
"nicklist_changed" Data for new signals is a string with format: "buffer,name", where: - buffer is a pointer, for example 0x123456 - name is group or nick name added/removed from nicklist on this buffer.
2010-03-21Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ↵Sebastien Helleu
even if ignored with /ignore)
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ↵Sebastien Helleu
script plugin API
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 ↵Sebastien Helleu
string_is_command_char and string_input_for_buffer in plugin and script API
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 ↵Sebastien Helleu
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password
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 ↵Sebastien Helleu
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
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
(task #9430)
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string ↵Sebastien Helleu
and in buffer infolist
2010-01-13Add keyword "input_pos" to get/set cursor position in plugin API functions ↵Sebastien Helleu
buffer_get_integer and buffer_set
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
zepard)
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 ↵Sebastien Helleu
with custom condition
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