Age | Commit message (Expand) | Author |
2006-08-26 | fix bugs in get_buffer_data() which breaks the retrieval of buffer content (p... | Emmanuel Bouthenot |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-08-05 | adding functions : get_buffer_info, get_window_info, get_buffer_data and prin... | Emmanuel Bouthenot |
2006-07-04 | Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua) | Sebastien Helleu |
2006-06-30 | Fixed bug with spaces in script names (bug #16957) | Sebastien Helleu |
2006-06-16 | improvements in python scripts context management | Emmanuel Bouthenot |
2006-06-15 | improve python sub-interpreters management | Emmanuel Bouthenot |
2006-06-14 | Renamed plugins names (removed "lib" prefix in name) | Sebastien Helleu |
2006-06-13 | improve global vars uses in plugins | Emmanuel Bouthenot |
2006-06-10 | add get_irc_color function in plugins/scripts | Emmanuel Bouthenot |
2006-05-29 | Fixed /perl command output when no keyboard handler is defined | Sebastien Helleu |
2006-05-29 | Fixed crash with "register" function in plugin scripts (bug #16701) | Sebastien Helleu |
2006-05-17 | check return value in weechat_ruby_exec() to be a valid value and fix crash w... | Emmanuel Bouthenot |
2006-05-17 | fix bug in end function calls for plugins/scripts | Emmanuel Bouthenot |
2006-05-17 | fix number of args in end function call | Emmanuel Bouthenot |
2006-05-08 | - fix a crash in ruby when a function return nothing (close bug #16552) | Emmanuel Bouthenot |
2006-04-12 | fix minor bug with ruby 1.9 and stdout/stderr redirections | Emmanuel Bouthenot |
2006-04-08 | Fix possible minor bug in getting hostnames in plugins/scripts | Emmanuel Bouthenot |
2006-04-08 | Added hostnames associeted to nicks in plugins/scripts | Emmanuel Bouthenot |
2006-03-30 | Added keyboard handler to plugin API | Sebastien Helleu |
2006-03-26 | Improved script plugin loader | Sebastien Helleu |
2006-02-28 | Script plugins now load scripts in WeeChat system share directory | Sebastien Helleu |
2006-02-21 | fix minor bug and improve backtrace display on errors | Emmanuel Bouthenot |
2006-02-20 | Added new plugin API function: remove_infobar | Sebastien Helleu |
2006-02-19 | Fixed bug in /lua command for timer handlers | Sebastien Helleu |
2006-02-19 | Added timer handler for plugins | Sebastien Helleu |
2006-02-18 | Fixed Ruby function "log" (argument count) | Sebastien Helleu |
2006-02-16 | fix typo in parsing args for weechat_python_add_command_handler | Emmanuel Bouthenot |
2006-02-16 | Updated doc, renamed functions in plugins API | Sebastien Helleu |
2006-02-16 | make possible to log with plugins / scripts | Emmanuel Bouthenot |
2006-02-12 | fix some crash (unprotected code execution) and display some kind of backtrac... | Emmanuel Bouthenot |
2006-02-12 | clean some code | Emmanuel Bouthenot |
2006-02-10 | clean code to avoid warning and errors when compiling with gcc-2.95 | Emmanuel Bouthenot |
2006-02-09 | fix weechat_lua_remove_handler : now really use function args | Emmanuel Bouthenot |
2006-02-09 | fix weechat_lua_add_message_handler : now really use function args | Emmanuel Bouthenot |
2006-02-08 | adding lua plugin/scripts support | Emmanuel Bouthenot |
2006-02-08 | adding lua plugin/script | Emmanuel Bouthenot |
2006-02-04 | Minor changes on server/channel/nick info API functions | Sebastien Helleu |
2006-01-31 | extending plugins/scripts API by adding get_server_info, get_channel_info and... | Emmanuel Bouthenot |
2006-01-08 | Fixed infobar_printf interface function, security problem with string format | Sebastien Helleu |
2006-01-04 | New year in copyright, FSF address changed | Sebastien Helleu |
2005-12-16 | Added completion system for plugins/scripts commands, fixed plugins autoload | Sebastien Helleu |
2005-12-11 | fix: shutdown function was not lauched | Emmanuel Bouthenot |
2005-12-10 | rewrite ruby funcalls | Emmanuel Bouthenot |
2005-12-06 | fix various minor bugs in plugins scripts | Emmanuel Bouthenot |
2005-12-02 | make ruby plugin functionnal | Emmanuel Bouthenot |
2005-12-02 | fix some typos and improve get_dcc_info | Emmanuel Bouthenot |
2005-11-28 | fix typo with perl_current_script_filename | Emmanuel Bouthenot |
2005-11-28 | remove unused perl_current_script_filename variable | Emmanuel Bouthenot |
2005-11-22 | display python trackback on errors | Emmanuel Bouthenot |