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
/
scripts
/
ruby
Age
Commit message (
Expand
)
Author
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
Added timer handler for plugins
Sebastien Helleu
2006-02-18
Fixed Ruby function "log" (argument count)
Sebastien Helleu
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-10
clean code to avoid warning and errors when compiling with gcc-2.95
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-11-06
Fixed bugs in "get_info" and "command" interface functions of plugins
Sebastien Helleu
2005-10-28
Added new return codes for plugin handlers, to discard messages for WeeChat, ...
Sebastien Helleu
2005-10-25
- Added options for /plugin command: autoload, reload, unload
Sebastien Helleu
2005-10-23
Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!)
Sebastien Helleu
2005-10-15
New plugin interface (loads dynamic C libraries)
Sebastien Helleu