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 (
Collapse
)
Author
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
"command not found")
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 ↵
Sebastien Helleu
needs exact option name to return value
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 ↵
Emmanuel Bouthenot
backtrace when errors occurs
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
2006-01-31
extending plugins/scripts API by adding get_server_info, get_channel_info ↵
Emmanuel Bouthenot
and get_nick_info
2006-01-26
Fixed bug with "get_dcc_info" plugin interface function
Sebastien Helleu
2006-01-25
Added new command line argument for setting WeeChat homedir (-d or --dir) ↵
Sebastien Helleu
(patch from Gwenn)
2006-01-22
Fixed bugs: buffer detection in plugins/scripts commands, and /history command
Sebastien Helleu
2006-01-14
Reverse order for unloading plugins (fixes crash on FreeBSD)
Sebastien Helleu
2006-01-08
Fixed infobar_printf interface function, security problem with string format
Sebastien Helleu
2006-01-07
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-18
Added include of <sys/types.h> for time_t
Sebastien Helleu
2005-12-17
Fixed FIFO pipe buffer detection, away message (301) now displayed in query if
Sebastien Helleu
exists, otherwise on server buffer
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-11
Added charset by server and channel, new command: /charset
Sebastien Helleu
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-29
Added server/channel arg to /buffer command for jumping to buffer
Sebastien Helleu
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
2005-11-19
Added read marker (indicator for first unread line), added quotes and spaces ↵
Sebastien Helleu
in config files
2005-11-16
fix a bug in plugin scripts : current_script was not set when exec a command
Emmanuel Bouthenot
2005-11-13
Fixed bug with "command" interface function: now ok when not connected to server
Sebastien Helleu
2005-11-08
Fixed bugs with get_plugin_config and set_plugin_config functions (python only)
Sebastien Helleu
[next]