Age | Commit message (Expand) | Author |
2009-07-24 | Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ... | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-28 | Add french translation of Plugin API Reference | Sebastien Helleu |
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu |
2009-06-14 | Remove jabber plugin (will be replaced by script) | 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-02 | Add API version string: do not load plugins with wrong API version (fix crash... | 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-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu |
2009-03-27 | Fix SSL connection to some IRC servers using Diffie Hellman and small exchang... | 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-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-21 | Add missing config functions in script plugin API to free sections and options | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-02-17 | Use string instead of char for prefixes in nicklist | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-02-01 | Add function config_unset_plugin in API, fix return code of config_set_plugin | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC s... | Sebastien Helleu |
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu |
2008-11-29 | Add current_window function in plugin API, add window functions in english de... | Sebastien Helleu |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-15 | Add function utf8_strndup to C plugin API | Sebastien Helleu |
2008-11-10 | Add some API functions in Developer guide | Sebastien Helleu |
2008-11-07 | Update developer guide (add 50% of new C API functions) | Sebastien Helleu |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ... | Sebastien Helleu |
2008-10-31 | Allow mask or regex for IRC command /ignore (mask is default) | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables $... | Sebastien Helleu |
2008-10-22 | Add function buffer_set_pointer in plugin API | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu |
2008-09-26 | Add some missing functions in API: hook_connect and infolist creation | Sebastien Helleu |
2008-09-22 | Return IPv4/IPv6 address to connect hook callback when connection is ok (used... | Sebastien Helleu |
2008-09-21 | Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi... | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-05 | Many changes in doc | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu |