summaryrefslogtreecommitdiff
path: root/src/irc/irc-send.c
AgeCommit message (Expand)Author
2004-12-22Fixed notice command (to server and display when received), fixed display of ...Sebastien Helleu
2004-10-24Fixed bug with /kick command (now ok with many words as reason)Sebastien Helleu
2004-10-17nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)Sebastien Helleu
2004-09-12Away now announced in channels, and config option "look_display_away" added t...Sebastien Helleu
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-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-05-31Fixed bug in /away commandSebastien Helleu
2004-03-20/query command added, IRC messages 476, 477 now displayedSebastien Helleu
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed displa...Sebastien Helleu
2004-01-21Fixed QUIT command: now sent to all connected servers (not only current)Sebastien Helleu
2004-01-18Fixed crash with /oper commandSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not sw...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-12Added CTCP Ping command (and display correctly when reply is received).Sebastien 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-08Added commands: service, squit, motd, lusers, links, time, trace and adminSebastien Helleu
2003-10-06Added /stats command, splited irc-commands.c in 3 files (commands, send, recv)Sebastien Helleu