summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2004-07-05Added "col_status_delimiters" config optionSebastien Helleu
2004-07-04Removed "?" when system date not foundSebastien Helleu
2004-07-04Hotlist management (buffers with activity)Sebastien Helleu
2004-07-04Added /buffer command, jump to buffer by number (alt-digit), actions now ok ↵Sebastien Helleu
in private buffers
2004-07-03Added auto-switch to active channels (alt-a)Sebastien Helleu
2004-07-02Buffers ordered by number, unique color for each nick, action messages now ↵Sebastien Helleu
like messages (not crappy msgs), --enable-debug replaced by --with-debug for ./configure script
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-06-13Added history limit (text buffer & commands)Sebastien Helleu
2004-03-20/query command added, IRC messages 476, 477 now displayedSebastien Helleu
2004-01-24Channel can be specified at the end of command line URL with /channelSebastien Helleu
2004-01-24/set command is now okSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-23Fixed memory leak in exec_weechat_command()Sebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-19Added look_infobar_timestamp config optionSebastien Helleu
2004-01-19Fixed minor typoSebastien Helleu
2004-01-18Servers allowed on command line (irc://nick:passwd@irc.example.org:port)Sebastien Helleu
2004-01-18Changed default color for info barSebastien Helleu
2004-01-18Added info barSebastien Helleu
2004-01-17Fixed bug when un*x realname (in /etc/passwd) is not setSebastien Helleu
2004-01-17Nick for default config file is now based on un*x userSebastien Helleu
2004-01-15Fixed crash when config file can not be createdSebastien Helleu
2004-01-15Create plugin directories only if plugin is built when WeeChat is compiledSebastien Helleu
2004-01-11Added default values for --config optionSebastien Helleu
2004-01-11Added -c (--config) command line parameter to see config file optionsSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not ↵Sebastien Helleu
switch to this window
2003-12-26Added highlight (when our nick is written in a channel/private window), ↵uid67137
added "col_chat_highlight" configuration option
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-30Added "Perl scripts unloaded" message when unloading all Perl scriptsSebastien Helleu
2003-11-29Added plugin prefix ("=P=") in front of scripts messagesSebastien Helleu
2003-11-28SIGINT signal (Ctrl-C) intercepted, handler does nothingSebastien 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-16Added Perl handlersSebastien Helleu
2003-11-16Perl plugin supportSebastien Helleu
2003-11-09DEBUG macro moved to config.hSebastien Helleu
2003-11-03Fixed display bug in --help and --license optionsSebastien Helleu
2003-11-01Fixed crash with /set commandSebastien Helleu
2003-11-01Added #ifdef ENABLE_NLS (do not translate if ./configure --disable-nls)Sebastien Helleu
2003-11-01Fixed bug for locale directorySebastien Helleu
2003-10-26Renamed to weeconfig.c and weeconfig.hSebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu