summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.c
AgeCommit message (Collapse)Author
2004-12-21Added server_command_delay config option (delay in seconds after startup ↵Sebastien Helleu
command)
2004-10-17nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)Sebastien Helleu
2004-10-17Auto-rejoin channels when kicked (new config option: server_autorejoin on/off)Sebastien Helleu
2004-10-03Fixed bug when adding alias with same name as otherSebastien Helleu
2004-09-19Log server/channel/private to fileSebastien Helleu
2004-09-12Away now announced in channels, and config option "look_display_away" added ↵Sebastien Helleu
to enable/disable this feature
2004-09-11Display DCC progress in realtime, added selected DCC color config option, ↵Sebastien Helleu
move into DCC list is ok (scroll)
2004-09-09DCC not auto accepted (depending on config), "~" replaced by home in dcc ↵Sebastien Helleu
download dir, suffix displayed in filename received (if file is renamed), highlight for DCC buffer
2004-08-31Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens ↵Sebastien Helleu
private buffer if already opened
2004-07-05Added "col_status_delimiters" config optionSebastien Helleu
2004-07-03Added auto-switch to active channels (alt-a)Sebastien Helleu
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-24/set command is now okSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-19Added look_infobar_timestamp config optionSebastien 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-11Added default values for --config optionSebastien Helleu
2003-12-31New copyrightSebastien Helleu
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-16Added Perl handlersSebastien Helleu
2003-11-16Perl plugin supportSebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu