summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.txt
AgeCommit message (Expand)Author
2011-02-07Remove unneeded spacesSebastien Helleu
2011-01-26Fix typos in config functions in plugin API referenceSebastien Helleu
2011-01-25Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API referenceSebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...Sebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-06Add note about automatic unhook for function hook_process in plugin API refer...Sebastien Helleu
2010-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-14Fix data sent to callback of hook_process, improve hook_process by using bufferSebastien Helleu
2010-11-10Use type "unsigned long long" for API function string_format_sizeSebastien Helleu
2010-11-09Add function "hook_completion_get_string" in plugin APISebastien Helleu
2010-11-08Add doc for some signals and hsignals in plugin API referenceSebastien Helleu
2010-11-01Fix return code values in plugin API reference for some config callbacksSebastien Helleu
2010-10-29Add new functions in plugin API to get/set nicks/groups properties in nicklistSebastien Helleu
2010-10-23Add new functions in plugin API: hook_hsignal and hook_hsignal_sendSebastien Helleu
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien Helleu
2010-10-15Add properties "values" and "keys_values" for hashtable_get_string (return st...Sebastien Helleu
2010-10-11Add property "no_highlight_nicks" in buffers to disable highlight for some ni...Sebastien Helleu
2010-10-11Add function "hashtable_has_key" in WeeChat and plugin APISebastien Helleu
2010-10-10Add property "keys" for hashtable_get_string (return string with list of keys)Sebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-08-12Add hook priority in plugin API referenceSebastien Helleu
2010-07-17Update plugin API reference: add "New in version x.y.z" for some functions, a...Sebastien Helleu
2010-07-05Add function hashtable_add_to_infolist in plugin API referenceSebastien Helleu
2010-06-28Add hashtable in core and plugin APISebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...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 "hig...Sebastien Helleu
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 "nicklist_...Sebastien Helleu
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