summaryrefslogtreecommitdiff
path: root/src/irc/irc-channel.c
AgeCommit message (Collapse)Author
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like ↵Sebastien Helleu
turkish), now using ASCII comparison
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ↵Sebastien Helleu
chat buffer
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-03-15Added nicks count for channel buffersSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-05Away check is now customizable (with new irc_away_check option)Sebastien Helleu
2005-01-27Fixed bug when sending automatically who command during server splitSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-10-03Added IRC::command function for Perl scriptsSebastien Helleu
2004-08-26Added DCC buffer typeSebastien Helleu
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed ↵Sebastien Helleu
display bug for nicklist
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-11-09DEBUG macro moved to config.hSebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu
2003-09-27First CVS upload.Sebastien Helleu