index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
irc-send.c
Age
Commit message (
Collapse
)
Author
2004-12-22
Fixed notice command (to server and display when received), fixed display of ↵
Sebastien Helleu
nick mode changes
2004-10-24
Fixed bug with /kick command (now ok with many words as reason)
Sebastien Helleu
2004-10-17
nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off)
Sebastien Helleu
2004-09-12
Away now announced in channels, and config option "look_display_away" added ↵
Sebastien Helleu
to enable/disable this feature
2004-08-31
Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens ↵
Sebastien Helleu
private buffer if already opened
2004-07-10
Free all buffers when exiting from WeeChat
Sebastien Helleu
2004-07-01
Window management
Sebastien Helleu
2004-06-22
Version 0.0.7-pre2 - window management
Sebastien Helleu
2004-05-31
Fixed bug in /away command
Sebastien Helleu
2004-03-20
/query command added, IRC messages 476, 477 now displayed
Sebastien Helleu
2004-02-29
Added modes channel (and /mode command is now ok), dcc skeleton, fixed ↵
Sebastien Helleu
display bug for nicklist
2004-01-21
Fixed QUIT command: now sent to all connected servers (not only current)
Sebastien Helleu
2004-01-18
Fixed crash with /oper command
Sebastien Helleu
2003-12-31
New copyright
Sebastien Helleu
2003-12-31
When private window is created (another user is talking), WeeChat does not ↵
Sebastien Helleu
switch to this window
2003-10-26
Added #include "config.h" with #ifdef HAVE_CONFIG_H
Sebastien Helleu
2003-10-25
Added ./configure script to build WeeChat
Sebastien Helleu
2003-10-12
Added CTCP Ping command (and display correctly when reply is received).
Sebastien Helleu
2003-10-11
Added commands: die, summon, users, wallops, userhost, ison ; fixed display ↵
Sebastien Helleu
bug (blinking text when scrolling)
2003-10-09
Added commands: info, servlist, squery, who and whowas
Sebastien Helleu
2003-10-08
Added commands: service, squit, motd, lusers, links, time, trace and admin
Sebastien Helleu
2003-10-06
Added /stats command, splited irc-commands.c in 3 files (commands, send, recv)
Sebastien Helleu