index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
2006-06-13
clean code, rename global vars and function to avoid possibles crashs
Emmanuel Bouthenot
2006-06-13
improve global vars uses in plugins
Emmanuel Bouthenot
2006-06-11
add some improvements
Emmanuel Bouthenot
2006-06-11
add missing source header weechat-aspell.h
Emmanuel Bouthenot
2006-06-11
make aspell plugin compile with gcc-2.95
Emmanuel Bouthenot
2006-06-11
adding aspell plugin
Emmanuel Bouthenot
2006-06-10
add get_irc_color function in plugins/scripts
Emmanuel Bouthenot
2006-06-10
Added plugin API function to get IRC color number by name
Sebastien Helleu
2006-06-10
Added IRC colors list in plugin header, fixed get_info for channel info (now ...
Sebastien Helleu
2006-06-04
fix a crash in plugin function get_config with config string values stored as...
Emmanuel Bouthenot
2006-06-01
Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ...
Sebastien Helleu
2006-05-31
Fixed plugins symbol problem (removed global flag when loading library)
Sebastien Helleu
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-20
Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...
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-22
Splited GUI sources
Sebastien Helleu
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-04-01
Fixed plugin command handler call when no argument is given
Sebastien Helleu
2006-03-30
Added keyboard handler to plugin API
Sebastien Helleu
2006-03-26
Improved script plugin loader
Sebastien Helleu
2006-03-24
Added /setp command (set plugin options)
Sebastien Helleu
2006-03-21
Aliases are executed before WeeChat/IRC commands, /builtin command added
Sebastien Helleu
2006-03-14
Fixed plugin get_info bug when no server at all is opened
Sebastien Helleu
2006-03-04
Added inactivity time, available for plugins via get_info("inactivity")
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 message displayed when a command handler failed (now "failed" instead of
Sebastien Helleu
2006-02-18
Fixed Ruby function "log" (argument count)
Sebastien Helleu
2006-02-17
Commands allowed when not connected to any server, fixed get_config: now need...
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-11
Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)
Sebastien Helleu
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
[prev]
[next]