summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_scripting.fr.txt
AgeCommit message (Collapse)Author
2010-12-04Fix typos in scripting guideSebastien Helleu
2010-10-29Add new functions in plugin API to get/set nicks/groups properties in nicklistSebastien Helleu
8 new functions added: - nicklist_group_get_integer - nicklist_group_get_string - nicklist_group_get_pointer - nicklist_group_set - nicklist_nick_get_integer - nicklist_nick_get_string - nicklist_nick_get_pointer - nicklist_nick_set
2010-10-25Add irc modifier and irc_parse_message in scripting guideSebastien Helleu
2010-10-20Add missing function "infolist_reset_item_cursor" in scripting guideSebastien Helleu
2010-08-27Add 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-07-28Add example of printed message with tag "no_log" in scripting guideSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ↵Sebastien Helleu
script plugin API
2010-03-07Add chapter with common tasks in scripting guideSebastien Helleu
2009-10-09Add script prototypes and examples in plugin API referenceSebastien Helleu
2009-09-05Use new WeeChat site, weechat.orgSebastien Helleu
2009-06-28Fix typos in docsSebastien Helleu
2009-06-28Add french translation of Scripting GuideSebastien Helleu