summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like ↵Sebastien Helleu
turkish), now using ASCII comparison
2005-08-21Added Ruby plugins skeletonSebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
- fixed FIFO pipe (command now authorized on a buffer not connected to an IRC server) - fixed Perl bug with info reading functions
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 ↵Emmanuel Bouthenot
(instead of current buffer)
2005-06-16in python scripts, all messages written in stdin and stderr are redirect in ↵Emmanuel Bouthenot
server window
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 ↵Sebastien Helleu
command, with "localhost" as host to differenciate from other messages)
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 & ↵Sebastien Helleu
command functions)
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
- function "print_with_channel" was removed - function "command" now runs weechat command or send text to channel - Perl functions are now called with weechat::name (instead of IRC::name) - IRC::xxx functions are still active for compatibility with old scripts
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 ↵Sebastien Helleu
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
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 ↵uid67137
loading Perl script, auto create plugin directories at startup (~/.weechat/perl, /perl/autoload, /python, /python/autoload, /ruby, /ruby/autoload)
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
- cleanup code in main() function of weechat.c - fixed bug when unloading all Perl scripts (now end and restart Perl interpreter)
2003-11-29Added "print_with_channel" function (for Perl scripts)Sebastien 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
- /perl prints all Perl scripts, - error if registering 2 Perl scripts with same (internal) name.
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-16Removed perl.cSebastien Helleu
2003-11-16Updated (Perl interface ok)Sebastien Helleu
2003-11-16Perl plugin supportSebastien Helleu
2003-11-09Perl plugin skeletonSebastien Helleu
2003-09-27First CVS upload.Sebastien Helleu