summaryrefslogtreecommitdiff
path: root/src/plugins/plugins.c
AgeCommit message (Expand)Author
2005-10-23Added new plugins functions: set_config, get_plugin_config, set_plugin_config.Sebastien Helleu
2005-10-23Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!)Sebastien Helleu
2005-10-17Moved some functions in source codeSebastien Helleu
2005-10-17Changes in plugins and scripts plugins:Sebastien Helleu
2005-10-17Auto-load plugins in user's plugins path (before WeeChat system lib dir)Sebastien Helleu
2005-10-16Added "weechatdir" info for compatibility with old scripts (now DEPRECATED, useSebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-08-21Added Ruby plugins skeletonSebastien Helleu
2005-06-16Fixed plugins "print" and "prnt" functions: now ok for writing on server buffersSebastien Helleu
2005-05-08Plugin message handler is now called for own messages (as "privmsg" IRC comma...Sebastien Helleu
2005-05-07Fixed buffer detection for Perl/Python "print" and "command" functionsSebastien Helleu
2005-05-05Allow only server (with blank channel) for buffer search (for print & command...Sebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray remo...Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-10-03Added IRC::command function for Perl scriptsSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-26Perl scripts auto-load, if no path given, look in ~/.weechat/perl when loadin...uid67137
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
2003-11-29Added plugin prefix ("=P=") in front of scripts messagesSebastien Helleu
2003-11-23- Perl unloading is now ok (unload all scripts),Sebastien Helleu
2003-11-22Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" functionSebastien Helleu
2003-11-22Added Perl command handlersSebastien Helleu
2003-11-17Added Perl message handlersSebastien Helleu
2003-11-16Added Perl handlersSebastien Helleu
2003-11-16Perl plugin supportSebastien Helleu