summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2008-02-03Fixed bug in Makefile.am of IRC pluginSebastien Helleu
2008-02-03Replaced options nick1/nick2/nick3 by nicks in IRC serversSebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-02-01Fixed bugs/crashs when closing buffersSebastien Helleu
2008-02-01New "close callback" for buffers, use of this callback in IRC plugin to leave...Sebastien Helleu
2008-01-30Nick completion enabled again, plugins can now override default nick completi...Sebastien Helleu
2008-01-29Added command in demo plugin to set a buffer propertySebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save comman...Sebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-21Removed use of config.h file in script plugins, not neededSebastien Helleu
2008-01-16Added new functions and script name completion in script plugins, fixed some ...Sebastien Helleu
2008-01-15Fixed default alias "c" and "cl", now pointing to "/buffer clear"Sebastien Helleu
2008-01-14Update of translations for scripts, fix bugs and code factorized in script pl...Sebastien Helleu
2008-01-13Migration of Lua plugin to new APISebastien 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-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-04Fixed data input in channel buffers (IRC plugin)Sebastien Helleu
2008-01-04Added macros for name/description/author/version/license of pluginsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
2007-12-19Fixed bug with display of errors received from IRC serverSebastien Helleu
2007-12-19Fixed crash with display of status bar when exiting WeeChatSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New signals logger_start/stop, to start/stop logging for a bufferSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-14Improved main loop (less CPU usage), better precision for timers, use of one ...Sebastien Helleu
2007-12-13Function "hook_signal_send" added to plugin APISebastien Helleu
2007-12-13Renamed hook "event" to "signal"Sebastien Helleu
2007-12-12Fixed bug in IRC plugin when receiving data from serverSebastien Helleu
2007-12-11Added "dump_data" event, added dump of data in IRC pluginSebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-10Changes in IRC pluginSebastien Helleu
2007-12-10Renamed constants for return codes in pluginsSebastien Helleu
2007-12-10Fixed typos in 2 plugin API function namesSebastien Helleu
2007-12-10Added UTF-8 functions to plugins APISebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-12-08Added gettext for some plugins messagesSebastien Helleu
2007-12-08Added config_reload event for IRC pluginSebastien Helleu
2007-12-08Cleanup IRC commands structureSebastien Helleu
2007-12-07Added completion hook, to let plugins add custom completions for commandsSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-05Removed logger.h file in logger pluginSebastien Helleu
2007-12-04Added "config_reload" event, fixed some bugs in hook executionSebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked whe...Sebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu