Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-22 | Add upgrade functions in script plugin API | Sebastien Helleu | |
2009-02-22 | Add missing functions in script plugin API to get default values of options | 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 current script pointer when current script is unloaded | 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-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 ↵ | Sebastien Helleu | |
plugin API (task #9089) | |||
2009-02-04 | Remove obsolete arguments in bar item callback, in tcl 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 ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
2008-11-29 | Fix bugs with hook_print function in scripts | 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 ↵ | Sebastien Helleu | |
developer guide | |||
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 ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-11 | Add function "current_buffer" in script API | Sebastien Helleu | |
2008-11-07 | Update developer guide (add 50% of new C API functions) | Sebastien Helleu | |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu | |
2008-10-18 | - Add FindTCL.cmake to fix FreeBSD detection | Julien Louis | |
- Only call Tcl_CreateNamespace when available in the public API, fix compatibility with older release | |||
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu | |
2008-10-05 | Add Tcl script plugin (thanks to Dmitry Kobylin) | Sebastien Helleu | |