Age | Commit message (Expand) | Author |
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-19 | Fix bug with pointer conversion for scripts API (return empty string instead ... | 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-12 | Fix compilation warnings in Perl plugin on FreeBSD | Sebastien Helleu |
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 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-16 | Fix crash when a perl callback is called in "register" of another perl script | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-12 | Fix crash in weechat_perl_exec() when a callback from another script is execu... | 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-11-05 | Fix crash in weechat_perl_exec() after unloading a Perl script | Sebastien Helleu |
2008-11-05 | Fix crash when loading Perl scripts on FreeBSD | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-27 | Fix use of some uninitialized 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-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-18 | - Add FindTCL.cmake to fix FreeBSD detection | Julien Louis |
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 |
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-22 | Remove compilation warning about unused variables in perl plugin | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-07 | Fix probable pthread mutex lock on hppa architecture with perl plugin (Debian... | Emmanuel Bouthenot |
2008-09-05 | Many changes in doc | 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-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu |
2008-08-22 | Fix IRC /server command, fix bugs with IRC servers options, remove temporary ... | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-07-10 | Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ... | Sebastien Helleu |
2008-06-27 | Add input bar item, add "hidden" flag for bars, fix some display bugs with bars | Sebastien Helleu |
2008-06-22 | Add delimiter color for bars, fix some bugs with bars | 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-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu |
2008-06-03 | Fix compilation problem with strftime in perl/python/ruby plugins | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-06-02 | Add constants for config file read/write/set/unset callbacks | Sebastien Helleu |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option fo... | Sebastien Helleu |
2008-05-14 | Fix compilation warning with snprintf of time_t (long int) on FreeBSD | Sebastien Helleu |
2008-05-06 | IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ... | Sebastien Helleu |