summaryrefslogtreecommitdiff
path: root/src/irc/irc-send.c
AgeCommit message (Expand)Author
2005-06-18part message now accepts %v (replaced by WeeChat version), like quit messageSebastien Helleu
2005-05-29Added cast for away time display (to prevent problems with *BSD, where time_t...Sebastien Helleu
2005-04-19Added "-all" option for /nick command, added "341" IRC command (for invitation)Sebastien Helleu
2005-04-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-03-16Added /halfop & /dehalfop commands, fixed halfop display bug in nicklistSebastien Helleu
2005-03-15More explicit message when channel or nick not foundSebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-12Fixed /invite command (and now invite requests are displayed)Sebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-20Fixed minor display bugSebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-25Added away indicatorSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray remo...Sebastien Helleu
2005-01-09Fixed /quit command with arg and %vSebastien Helleu
2005-01-08Fixed /me command (now ok without parameter)Sebastien Helleu
2005-01-04Fixed /away command, new [irc] config section, option "look_display_away" mov...Sebastien Helleu
2005-01-03Server & error messages now prefixed, /server command modified, ~/.weechat/lo...Sebastien Helleu
2005-01-02Fixed /away command (now ok when not away)Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
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