summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/script.h
AgeCommit message (Collapse)Author
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-05-02Add data string argument in all callbacks of script API, display script name ↵Sebastien Helleu
in error messages for scripts
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ↵Sebastien Helleu
items, buffers, filters, plugins, irc_server, alias, script list)
2009-04-16Restore buffer callbacks for scripts after /upgradeSebastien Helleu
2009-04-05Add signals in script plugins to install and remove scriptsSebastien Helleu
2009-03-28Add infolists with list of scriptsSebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
It is still possible to see messages by changing debug level for "core" or plugins (perl, python, ruby, lua, tcl).
2009-01-03Update copyright datesSebastien Helleu
2008-09-05Many changes in docSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words ↵Sebastien Helleu
found
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-04-30Fixed crash with scripts when WeeChat calls functions of many scripts at ↵Sebastien Helleu
same time with callbacks (bug #23109)
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-01-16Added new functions and script name completion in script plugins, fixed some ↵Sebastien Helleu
bugs in weelist management and script plugins New functions in script plugins API: gettext, ngettext, list_new, list_add, list_search, list_casesearch, list_get, list_set, list_next, list_prev, list_string, list_size, list_remove, list_remove_all, list_free.
2008-01-14Update of translations for scripts, fix bugs and code factorized in script ↵Sebastien Helleu
plugins
2008-01-13Migration of Ruby plugin to new API, new functions to dump script plugin ↵Sebastien Helleu
data to WeeChat log file
2008-01-11New arguments for function "register" in scripts (author, license), with ↵Sebastien Helleu
optional check of license when script is loaded
2008-01-10Added some missing functions in Perl plugin APISebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, ↵Sebastien Helleu
replaced "void *" pointers by structures
2007-10-31Renamed sources files in script pluginsSebastien Helleu