summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2005-10-24add the possibility to (un)load each script one by oneEmmanuel Bouthenot
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-20fixes some typos, and a bug which occured when parsing a script failsEmmanuel Bouthenot
2005-10-19correct bad hack for stdout and stderr outputsEmmanuel Bouthenot
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-16Added Py_Finalise when Python plugin is unloadedSebastien Helleu
2005-10-16Fixed but when no parameter given for /perl and /python optionsSebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-10-15Removed old ruby interfaceSebastien Helleu
2005-10-15Removed old python interfaceSebastien Helleu
2005-10-15Removed old perl interfaceSebastien Helleu
2005-10-15Removed obsolete fileSebastien 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-07-12- added DCC timeoutSebastien Helleu
2005-07-12change return type from tuple to list for get_info('dccs') featureEmmanuel Bouthenot
2005-07-12adding getinfo feature about dccsEmmanuel Bouthenot
2005-07-12Added function for Perl/Python to get DCC listSebastien Helleu
2005-06-16errors while loading perl scripts are now displayed in server buffer (instead...Emmanuel Bouthenot
2005-06-16in python scripts, all messages written in stdin and stderr are redirect in s...Emmanuel Bouthenot
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-05-01Added Python plugin supportSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien 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-03Fixed bug in wee_perl_exec() when server == NULLSebastien Helleu
2004-10-03Added IRC::command function for Perl scriptsSebastien Helleu
2004-09-13New /perl autoload commandSebastien Helleu
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-21Added IRC::print_infobar Perl functionSebastien Helleu
2004-01-15Added LOCALEDIR defineSebastien 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 "print_with_channel" function (for Perl scripts)Sebastien Helleu