Age | Commit message (Expand) | Author |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new functi... | Sebastien Helleu |
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu |
2011-01-02 | Add function "hashtable_set_pointer" in plugin API | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-20 | Add 256 colors support | Sebastien Helleu |
2010-11-25 | Add new option weechat.look.highlight_regex and function string_has_highlight... | Sebastien Helleu |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu |
2010-10-29 | Add new functions in plugin API to get/set nicks/groups properties in nicklist | Sebastien Helleu |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu |
2010-10-11 | Add function "hashtable_has_key" in WeeChat and plugin API | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-07-05 | Use of hashtable for local variables of buffers | Sebastien Helleu |
2010-06-28 | Add hashtable in core and plugin API | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-31 | Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" a... | Sebastien Helleu |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-02-26 | Add command line option "-s" (or "--no-script") to start WeeChat without load... | Sebastien Helleu |
2010-02-16 | Add function "string_decode_base64" in plugin API | Sebastien Helleu |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function "string_enco... | Sebastien Helleu |
2010-02-09 | Add new option weechat.look.time_format to customize default format for date/... | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on IR... | Sebastien Helleu |
2009-07-10 | Add info about script commands when trying to load a script with /plugin | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-05-17 | Add function "config_is_set_plugin" in plugin/script API | Sebastien Helleu |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu |
2009-05-05 | Add message for old/obsolete plugins | Sebastien Helleu |
2009-05-02 | Add API version string: do not load plugins with wrong API version (fix crash... | Sebastien Helleu |
2009-04-24 | Add filter with third argument of infolist_get for some infolists (bars, bar ... | Sebastien Helleu |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu |
2009-04-11 | Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp | Sebastien Helleu |
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu |
2009-03-24 | Fix crash on FreeBSD: first unload last loaded plugins | Sebastien Helleu |
2009-03-22 | Add option aspell.check.real_time (off by default), fix bugs with aspell and ... | Sebastien Helleu |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-03-06 | Add new hook type "process": launch command with fork and catch result (rc/st... | Sebastien Helleu |
2009-02-22 | Add upgrade functions in script plugin API | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-02-07 | Add hidden command line option --no-dlclose to remove dlclose() for unloaded ... | Sebastien Helleu |
2009-02-01 | Add function config_unset_plugin in API, fix return code of config_set_plugin | Sebastien Helleu |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu |
2009-01-03 | Add missing pointer to API function "config_option_default_is_null" | Sebastien Helleu |