summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2006-06-13clean code, rename global vars and function to avoid possibles crashsEmmanuel Bouthenot
2006-06-13improve global vars uses in pluginsEmmanuel Bouthenot
2006-06-11add some improvementsEmmanuel Bouthenot
2006-06-11add missing source header weechat-aspell.hEmmanuel Bouthenot
2006-06-11make aspell plugin compile with gcc-2.95Emmanuel Bouthenot
2006-06-11adding aspell pluginEmmanuel Bouthenot
2006-06-10add get_irc_color function in plugins/scriptsEmmanuel Bouthenot
2006-06-10Added plugin API function to get IRC color number by nameSebastien Helleu
2006-06-10Added IRC colors list in plugin header, fixed get_info for channel info (now ↵Sebastien Helleu
ok with pv/dcc chat)
2006-06-04fix a crash in plugin function get_config with config string values stored ↵Emmanuel Bouthenot
as int
2006-06-01Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ↵Sebastien Helleu
Perl DynaLoader)
2006-05-31Fixed plugins symbol problem (removed global flag when loading library)Sebastien Helleu
2006-05-29Fixed /perl command output when no keyboard handler is definedSebastien Helleu
2006-05-29Fixed crash with "register" function in plugin scripts (bug #16701)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-17check return value in weechat_ruby_exec() to be a valid value and fix crash ↵Emmanuel Bouthenot
when called function return nothing
2006-05-17fix bug in end function calls for plugins/scriptsEmmanuel Bouthenot
2006-05-17fix number of args in end function callEmmanuel Bouthenot
2006-05-08- fix a crash in ruby when a function return nothing (close bug #16552)Emmanuel Bouthenot
- add a warning when a function return nothing (python, ruby)
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-12fix minor bug with ruby 1.9 and stdout/stderr redirectionsEmmanuel Bouthenot
2006-04-08Fix possible minor bug in getting hostnames in plugins/scriptsEmmanuel Bouthenot
2006-04-08Added hostnames associeted to nicks in plugins/scriptsEmmanuel Bouthenot
2006-04-01Fixed plugin command handler call when no argument is givenSebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-26Improved script plugin loaderSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-14Fixed plugin get_info bug when no server at all is openedSebastien Helleu
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-02-28Script plugins now load scripts in WeeChat system share directorySebastien Helleu
2006-02-21fix minor bug and improve backtrace display on errorsEmmanuel Bouthenot
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Fixed bug in /lua command for timer handlersSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-18Fixed message displayed when a command handler failed (now "failed" instead ofSebastien Helleu
"command not found")
2006-02-18Fixed Ruby function "log" (argument count)Sebastien Helleu
2006-02-17Commands allowed when not connected to any server, fixed get_config: now ↵Sebastien Helleu
needs exact option name to return value
2006-02-16fix typo in parsing args for weechat_python_add_command_handlerEmmanuel Bouthenot
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-12fix some crash (unprotected code execution) and display some kind of ↵Emmanuel Bouthenot
backtrace when errors occurs
2006-02-12clean some codeEmmanuel Bouthenot
2006-02-11Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)Sebastien Helleu
2006-02-10clean code to avoid warning and errors when compiling with gcc-2.95Emmanuel Bouthenot
2006-02-09fix weechat_lua_remove_handler : now really use function argsEmmanuel Bouthenot
2006-02-09fix weechat_lua_add_message_handler : now really use function argsEmmanuel Bouthenot
2006-02-08adding lua plugin/scripts supportEmmanuel Bouthenot
2006-02-08adding lua plugin/scriptEmmanuel Bouthenot
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu