summaryrefslogtreecommitdiff
path: root/src/irc/irc-send.c
AgeCommit message (Collapse)Author
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 ↵Sebastien Helleu
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
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" ↵Sebastien Helleu
moved to "irc_display_away", added default away/part/quit messages in config file
2005-01-03Server & error messages now prefixed, /server command modified, ↵Sebastien Helleu
~/.weechat/logs dir can be read/write by user only
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
nick mode changes
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 ↵Sebastien Helleu
to enable/disable this feature
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-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 ↵Sebastien Helleu
display bug for nicklist
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 ↵Sebastien Helleu
switch to this window
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 ↵Sebastien Helleu
bug (blinking text when scrolling)
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