summaryrefslogtreecommitdiff
path: root/src/plugins/plugin.c
AgeCommit message (Expand)Author
2011-11-25core: add type char for hdata and function hdata_char in plugin/script APISebastien Helleu
2011-11-15core: allow list for option weechat.plugin.extension (makes weechat.conf port...Sebastien Helleu
2011-11-12api: add new functions strcasecmp_range and strncasecmp_rangeSebastien Helleu
2011-10-29core: add optional arguments for command /plugin load/reload/autoloadSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-06-29core: add missing include of stddef.h in plugin.cSebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-26api: add new function config_set_desc_plugin (task #10925)Sebastien Helleu
2011-04-13core: use buffer pointer instead of window in input functions, add new functi...Sebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-09Add function "hook_completion_get_string" in plugin APISebastien 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-11Add function "hashtable_has_key" in WeeChat and plugin APISebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-07-05Use of hashtable for local variables of buffersSebastien 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-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-31Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" a...Sebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without load...Sebastien 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-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-07-10Add info about script commands when trying to load a script with /pluginSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-17Add function "config_is_set_plugin" in plugin/script APISebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-05Add message for old/obsolete pluginsSebastien Helleu
2009-05-02Add API version string: do not load plugins with wrong API version (fix crash...Sebastien Helleu
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ...Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-11Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmpSebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu