summaryrefslogtreecommitdiff
path: root/src/irc/irc-recv.c
AgeCommit message (Expand)Author
2004-08-31Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens private...Sebastien Helleu
2004-07-10Free all buffers when exiting from WeeChatSebastien Helleu
2004-07-04Added /buffer command, jump to buffer by number (alt-digit), actions now ok i...Sebastien Helleu
2004-07-02Buffers ordered by number, unique color for each nick, action messages now li...Sebastien Helleu
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-04-19Fixed bug when a user changes nick (do not change private window name if nick...Sebastien Helleu
2004-03-27Fixed bug when opened private win and remote user changes his nickSebastien Helleu
2004-02-29Display channel modes when joining channel that already exists (i.e. with mod...Sebastien Helleu
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed displa...Sebastien Helleu
2004-02-21CTCP Version reply is now in english only and doesn't show host (security rea...Sebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-01Highlight action messagesSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not sw...Sebastien Helleu
2003-12-26Added highlight (when our nick is written in a channel/private window), added...uid67137
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
2003-11-22Added Perl command handlersSebastien Helleu
2003-11-17Added Perl message handlersSebastien Helleu
2003-11-02Fixed bug on some IRC servers (when nick too long and nicklist problem)Sebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu
2003-10-13New gtk featuresSebastien Helleu
2003-10-12Added CTCP Ping command (and display correctly when reply is received).Sebastien Helleu
2003-10-11Added french translation for WeeChatSebastien Helleu
2003-10-11Added commands: die, summon, users, wallops, userhost, ison ; fixed display b...Sebastien Helleu
2003-10-09Added commands: info, servlist, squery, who and whowasSebastien Helleu
2003-10-06Added /stats command, splited irc-commands.c in 3 files (commands, send, recv)Sebastien Helleu