summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
AgeCommit message (Collapse)Author
2012-05-11doc: add note about property "short_name" of buffers (plugin API reference)Sebastien Helleu
2012-05-05doc: fix typo in python example of infolist_get (plugin API reference)Sebastien Helleu
2012-04-18doc: fix arguments sent to callback of hook_command in plugin API referenceSebastien Helleu
2012-04-17doc: fix return value of function "color" in plugin API referenceSebastien Helleu
2012-04-11doc: fix return value of function hook_modifier_exec in plugin API referenceSebastien Helleu
2012-04-04doc: add list of commonly used tags in plugin API reference (in function ↵Sebastien Helleu
printf_date_tags)
2012-03-24doc: fix order of arguments for function nicklist_add_group in plugin API ↵Sebastien Helleu
reference
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-03-12irc: add signals and tags in messages for irc notify (patch from Quentin ↵Sebastien Helleu
Glidic) (task #11887)
2012-02-17doc: fix python example for config_new_option in plugin API referenceSebastien Helleu
2012-02-09irc: add signal "irc_server_opened"Sebastien Helleu
2012-02-09doc: fix typo in plugin API reference (example for weechat_string_toupper)Sebastien Helleu
2012-02-05irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing ↵Sebastien Helleu
message before automatic split to fit in 512 bytes)
2012-01-28doc: add the versions where signals were introduced, fix typos in signals ↵Sebastien Helleu
(plugin API reference)
2012-01-28core: add signal "window_switch"Sebastien Helleu
2012-01-26api: replace type "regex_t *" by "void *" in function string_regcomp (fix ↵Sebastien Helleu
ruby compilation with autotools)
2012-01-24api: add modifier "input_text_for_buffer"Sebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ↵Sebastien Helleu
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier
2012-01-17doc: add return codes for URL transfer in hook_process (plugin API reference)Sebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable ↵Sebastien Helleu
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247)
2012-01-05doc: add hashtable sent to callback for irc redirection in plugin API referenceSebastien Helleu
2012-01-04doc: fix typos in plugin API reference (examples of irc redirection)Sebastien Helleu
2011-12-19doc: fix typo: hashlist => hashtable in plugin API referenceSebastien Helleu
2011-12-19core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ↵Sebastien Helleu
hashtable_map_string
2011-12-17core: add signal "buffer_line_added"Sebastien Helleu
2011-12-17api: add new function hdata_check_pointerSebastien Helleu
2011-12-12doc: fix example of function hashtable_add_to_infolist in plugin API referenceSebastien Helleu
2011-12-06api: add new function nicklist_get_next_itemSebastien Helleu
2011-11-25core: add type char for hdata and function hdata_char in plugin/script APISebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-11-12api: add new functions strcasecmp_range and strncasecmp_rangeSebastien Helleu
2011-11-03core: fix typo: occured -> occurredSebastien Helleu
2011-10-28doc: fix two properties of function window_get_integer in plugin API referenceSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-19doc: add missing description of argument "case_sensitive" for function ↵Sebastien Helleu
"weechat_string_match" in plugin API reference
2011-10-16core: use value 2 of keep_eol in function string_split to keep separators at ↵Sebastien Helleu
end of string
2011-10-15core: add color attribute "|" and value "resetcolor" for function ↵Sebastien Helleu
weechat_color in plugin API (bug #34550)
2011-10-11doc: add note about hsignal name for irc redirections in plugin API referenceSebastien Helleu
2011-10-05doc: replace "line date" by "line date/time" for hashtable of hook_focus in ↵Sebastien Helleu
plugin API reference
2011-10-04doc: add note about prefix for function weechat_printf in plugin API referenceSebastien Helleu
2011-09-25doc: fix typos in plugin API referenceSebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug ↵Sebastien Helleu
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy
2011-08-20doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API ↵Sebastien Helleu
reference
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-16core: add local variables of buffer in focus hashtable, remove ↵Sebastien Helleu
irc_server/irc_channel from focus hashtable for nicklist
2011-08-16irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc ↵Sebastien Helleu
focus hashtable for nicklist
2011-08-15core: add "_chat_line_x" in focus hashtable (for buffers with free content)Sebastien Helleu
2011-08-14core: return empty string for window and buffer pointers in focus hashtable ↵Sebastien Helleu
when value is N/A
2011-08-14core: add buffer property "short_name_is_set", return name if short name is ↵Sebastien Helleu
not set (in buffer infolist or property)
2011-08-14core: add key "_chat_line_nick" in focus hashtableSebastien Helleu