Age | Commit message (Expand) | Author |
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-04 | Give GnuTLS return code to callback if handshake has failed, display extra in... | Sebastien Helleu |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on IR... | Sebastien Helleu |
2009-07-24 | Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ... | Sebastien Helleu |
2009-05-17 | Add function "config_is_set_plugin" in plugin/script API | Sebastien Helleu |
2009-05-02 | Add data string argument in all callbacks of script API, display script name ... | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-03-27 | Fix SSL connection to some IRC servers using Diffie Hellman and small exchang... | 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-20 | Fix some return codes of callbacks in script plugins | Sebastien Helleu |
2009-02-20 | Add return code value for config_read callback in script plugins | Sebastien Helleu |
2009-02-19 | Fix bug with arguments of config_read callback in script plugins | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-02-04 | Remove obsolete arguments in bar item callback, in script plugins | 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-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | 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-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-09-29 | Fix bug with arguments of function "config_new_option" in scripts API | Sebastien Helleu |
2008-09-26 | Add some missing functions in API: hook_connect and infolist creation | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-06-21 | Remove infobar | Sebastien Helleu |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words f... | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set wit... | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-03-28 | Added preliminary support of new buffer type, with free content | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-03-07 | Added "max_height" parameter for bar item rebuild callbacks | Sebastien Helleu |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to leave... | Sebastien Helleu |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save comman... | Sebastien Helleu |
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | Sebastien Helleu |
2008-01-12 | Migration of Python plugin to new API, bugs fixed in Perl/Python plugins | Sebastien Helleu |
2008-01-10 | Added some missing functions in Perl plugin API | Sebastien Helleu |