aboutsummaryrefslogtreecommitdiffstats
path: root/irc_send.c
Commit message (Expand)AuthorAgeLines
* Don't show an empty status message line in /whois if status_msg is "".Wilmer van der Gaast2010-04-15-2/+3
* Support for simple VERSION/PING CTCPs to root.Wilmer van der Gaast2010-04-13-0/+13
* Always show root's greeting inside the control channel.Wilmer van der Gaast2010-04-12-7/+0
* Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply.Wilmer van der Gaast2010-04-12-9/+6
* Don't send the topic at join time if there is none. This seems to be theWilmer van der Gaast2010-04-12-1/+2
* Send nickname change notifications when necessary.Wilmer van der Gaast2010-04-04-0/+6
* Get full names properly. Handling of nick_source setting andWilmer van der Gaast2010-04-04-14/+24
* Restored multi-line message support.Wilmer van der Gaast2010-03-27-4/+46
* Fixed bug in /WHO $channel output.Wilmer van der Gaast2010-03-27-1/+1
* irc_usermsg() works a little bit again. Have to figure out how and whereWilmer van der Gaast2010-03-27-3/+18
* Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-3/+7
* /WHOWilmer van der Gaast2010-03-27-0/+15
* Topic handling changes.Wilmer van der Gaast2010-03-27-3/+13
* Added WHOIS command.Wilmer van der Gaast2010-03-26-0/+26
* Simple IRC channel interface, use it to represent the control channel.Wilmer van der Gaast2010-03-26-30/+67
* PING and QUIT work now, and adding some files that weren't checked in soWilmer van der Gaast2010-03-26-0/+153