summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/script.c
AgeCommit message (Expand)Author
2008-09-05Many changes in docSebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
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 same...Sebastien Helleu
2008-04-11Fixed bugs with weechat_config_get() in plugin APISebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-09Fixed permission of plugin directories (was 0644, set to 0755)Sebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save comman...Sebastien Helleu
2008-01-16Added new functions and script name completion in script plugins, fixed some ...Sebastien Helleu
2008-01-14Update of translations for scripts, fix bugs and code factorized in script pl...Sebastien Helleu
2008-01-13Migration of Ruby plugin to new API, new functions to dump script plugin data...Sebastien Helleu
2008-01-12Migration of Python plugin to new API, bugs fixed in Perl/Python pluginsSebastien Helleu
2008-01-11New arguments for function "register" in scripts (author, license), with opti...Sebastien Helleu
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, replac...Sebastien Helleu
2007-10-31Renamed sources files in script pluginsSebastien Helleu