Sebastien Helleu
11321acb96
Added Ruby plugins skeleton
2005-08-21 16:32:48 +00:00
Sebastien Helleu
9eb1422bb7
Fixed plugins "print" and "prnt" functions: now ok for writing on server buffers
2005-06-16 11:02:19 +00:00
Sebastien Helleu
bff5f95056
Plugin message handler is now called for own messages (as "privmsg" IRC command, with "localhost" as host to differenciate from other messages)
2005-05-08 12:19:47 +00:00
Sebastien Helleu
13d8a4f093
Fixed buffer detection for Perl/Python "print" and "command" functions
2005-05-07 11:26:31 +00:00
Sebastien Helleu
f88b75b241
Allow only server (with blank channel) for buffer search (for print & command functions)
2005-05-05 16:41:22 +00:00
Sebastien Helleu
c8ad30020b
Improved Perl interface and some changes in Python:
...
- 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-05 16:26:34 +00:00
Sebastien Helleu
eda55fbdb4
Added Python plugin support
2005-05-01 18:53:23 +00:00
Sebastien Helleu
8921e45815
Fixed many memory leaks
2005-01-31 23:33:59 +00:00
Sebastien Helleu
9a7b7af41c
Away nicks are now displayed with another color
2005-01-26 22:21:58 +00:00
Sebastien Helleu
88930e50dd
Improved completion (now completes commands args), fixed color bug (gray removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
2005-01-16 11:52:22 +00:00
Sebastien Helleu
14e833c257
Version 0.0.9
2005-01-01 12:31:19 +00:00
Sebastien Helleu
7ef14b95b6
Added IRC::command function for Perl scripts
2004-10-03 16:29:05 +00:00
Sebastien Helleu
8bcbc3dcae
Secured code to prevent buffer overflows and memory leaks
2004-01-24 12:59:57 +00:00
Sebastien Helleu
6950745079
New copyright
2003-12-31 16:56:11 +00:00
uid67137
3ea696bbc0
Perl scripts auto-load, if no path given, look in ~/.weechat/perl when loading Perl script, auto create plugin directories at startup (~/.weechat/perl, /perl/autoload, /python, /python/autoload, /ruby, /ruby/autoload)
2003-12-26 12:59:31 +00:00
Sebastien Helleu
a1f09df80f
- added IRC::get_info function for Perl scripts
...
- cleanup code in main() function of weechat.c
- fixed bug when unloading all Perl scripts (now end and restart Perl interpreter)
2003-11-30 19:18:06 +00:00
Sebastien Helleu
507a5c17c0
Added plugin prefix ("=P=") in front of scripts messages
2003-11-29 10:37:37 +00:00
Sebastien Helleu
10a170bf7d
- Perl unloading is now ok (unload all scripts),
...
- /perl prints all Perl scripts,
- error if registering 2 Perl scripts with same (internal) name.
2003-11-23 17:40:19 +00:00
Sebastien Helleu
ba65f5ec30
Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" function
2003-11-22 16:55:56 +00:00
Sebastien Helleu
7779b2f78e
Added Perl command handlers
2003-11-22 14:14:30 +00:00
Sebastien Helleu
edcc01bcf0
Added Perl message handlers
2003-11-17 21:07:17 +00:00
Sebastien Helleu
fe4ca01615
Added Perl handlers
2003-11-16 23:46:48 +00:00
Sebastien Helleu
d4ec2e46aa
Perl plugin support
2003-11-16 19:40:36 +00:00