index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Collapse
)
Author
2003-11-30
- added IRC::get_info function for Perl scripts
Sebastien Helleu
- cleanup code in main() function of weechat.c - fixed bug when unloading all Perl scripts (now end and restart Perl interpreter)
2003-11-30
Added "Perl scripts unloaded" message when unloading all Perl scripts
Sebastien Helleu
2003-11-29
Added plugin prefix ("=P=") in front of scripts messages
Sebastien Helleu
2003-11-28
SIGINT signal (Ctrl-C) intercepted, handler does nothing
Sebastien 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-22
Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" function
Sebastien Helleu
2003-11-22
Added Perl command handlers
Sebastien Helleu
2003-11-16
Added Perl handlers
Sebastien Helleu
2003-11-16
Perl plugin support
Sebastien Helleu
2003-11-09
DEBUG macro moved to config.h
Sebastien Helleu
2003-11-03
Fixed display bug in --help and --license options
Sebastien Helleu
2003-11-01
Fixed crash with /set command
Sebastien Helleu
2003-11-01
Added #ifdef ENABLE_NLS (do not translate if ./configure --disable-nls)
Sebastien Helleu
2003-11-01
Fixed bug for locale directory
Sebastien Helleu
2003-10-26
Renamed to weeconfig.c and weeconfig.h
Sebastien Helleu
2003-10-26
Added #include "config.h" with #ifdef HAVE_CONFIG_H
Sebastien Helleu
2003-10-25
Added ./configure script to build WeeChat
Sebastien Helleu