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
/
protocols
/
bee_user.c
Commit message (
Collapse
)
Author
Age
Lines
*
Show offline/away status better in /WHO and /WHOIS.
Wilmer van der Gaast
2010-05-04
-0
/
+3
|
*
Removed some disabled code related to away_devoice (now implemented anyway).
Wilmer van der Gaast
2010-05-03
-23
/
+0
|
*
Incoming typing notifications.
Wilmer van der Gaast
2010-04-13
-0
/
+11
|
*
Fixed cleanup issues when turning off an account. Also fixed syntax of
Wilmer van der Gaast
2010-04-12
-4
/
+2
|
|
|
|
|
*_user_free().
*
Get full names properly. Handling of nick_source setting and
Wilmer van der Gaast
2010-04-04
-1
/
+0
|
|
|
|
|
imcb_nick_hint() is probably still broken.
*
Can receive messages again.
Wilmer van der Gaast
2010-04-01
-82
/
+13
|
*
Show buddy online/offline status in the first channel.
Wilmer van der Gaast
2010-04-01
-1
/
+1
|
*
Cleaned lots of compiler warnings so I can get some signal again.
Wilmer van der Gaast
2010-04-01
-1
/
+3
|
*
Synced the values of some old OPT_* flags with BEE_USER_*.
Wilmer van der Gaast
2010-04-01
-2
/
+1
|
*
Restored "account" root command and restored enough stuff to be able to
Wilmer van der Gaast
2010-03-31
-0
/
+184
|
|
|
|
|
send messages. Also started moving stuff out from nogaim.* into bee_* files.
*
nogaim.c is close to doing something useful again without speaking any IRC
Wilmer van der Gaast
2010-03-31
-1
/
+1
|
|
|
|
|
itself.
*
Start restoring IM-related bits, added bee_user.c with basic functions
Wilmer van der Gaast
2010-03-29
-0
/
+82
and UI callbacks.