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
2004-01-18
Added info bar
Sebastien Helleu
2004-01-17
Fixed bug when un*x realname (in /etc/passwd) is not set
Sebastien Helleu
2004-01-17
Nick for default config file is now based on un*x user
Sebastien Helleu
2004-01-15
Fixed crash when config file can not be created
Sebastien Helleu
2004-01-15
Create plugin directories only if plugin is built when WeeChat is compiled
Sebastien Helleu
2004-01-11
Added default values for --config option
Sebastien Helleu
2004-01-11
Added -c (--config) command line parameter to see config file options
Sebastien Helleu
2003-12-31
New copyright
Sebastien Helleu
2003-12-31
When private window is created (another user is talking), WeeChat does not ↵
Sebastien Helleu
switch to this window
2003-12-26
Added highlight (when our nick is written in a channel/private window), ↵
uid67137
added "col_chat_highlight" configuration option
2003-12-26
Perl 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 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