index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
irc_send.c
Commit message (
Collapse
)
Author
Age
Lines
*
Support for simple VERSION/PING CTCPs to root.
Wilmer van der Gaast
2010-04-13
-0
/
+13
|
*
Always show root's greeting inside the control channel.
Wilmer van der Gaast
2010-04-12
-7
/
+0
|
*
Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply.
Wilmer van der Gaast
2010-04-12
-9
/
+6
|
*
Don't send the topic at join time if there is none. This seems to be the
Wilmer van der Gaast
2010-04-12
-1
/
+2
|
|
|
|
|
standard.
*
Send nickname change notifications when necessary.
Wilmer van der Gaast
2010-04-04
-0
/
+6
|
*
Get full names properly. Handling of nick_source setting and
Wilmer van der Gaast
2010-04-04
-14
/
+24
|
|
|
|
|
imcb_nick_hint() is probably still broken.
*
Restored multi-line message support.
Wilmer van der Gaast
2010-03-27
-4
/
+46
|
*
Fixed bug in /WHO $channel output.
Wilmer van der Gaast
2010-03-27
-1
/
+1
|
*
irc_usermsg() works a little bit again. Have to figure out how and where
Wilmer van der Gaast
2010-03-27
-3
/
+18
|
|
|
|
|
to restore multiline support though.
*
Added privmsg handlers to users/channels. root commands are coming back.
Wilmer van der Gaast
2010-03-27
-3
/
+7
|
*
/WHO
Wilmer van der Gaast
2010-03-27
-0
/
+15
|
*
Topic handling changes.
Wilmer van der Gaast
2010-03-27
-3
/
+13
|
*
Added WHOIS command.
Wilmer van der Gaast
2010-03-26
-0
/
+26
|
*
Simple IRC channel interface, use it to represent the control channel.
Wilmer van der Gaast
2010-03-26
-30
/
+67
|
*
PING and QUIT work now, and adding some files that weren't checked in so
Wilmer van der Gaast
2010-03-26
-0
/
+153
far.