aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee.h
Commit message (Collapse)AuthorAgeLines
* Fixed cleanup issues when turning off an account. Also fixed syntax ofWilmer van der Gaast2010-04-12-1/+1
| | | | | *_user_free().
* Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-0/+5
| | | | | | | Some hooks are missing so sending files doesn't work yet. Receiving also still seems to have some issues. On the plus side, at least the MSN/Jabber modules work again.
* Get full names properly. Handling of nick_source setting andWilmer van der Gaast2010-04-04-0/+1
| | | | | imcb_nick_hint() is probably still broken.
* Can receive messages again.Wilmer van der Gaast2010-04-01-0/+1
|
* Cleaned lots of compiler warnings so I can get some signal again.Wilmer van der Gaast2010-04-01-1/+1
|
* Synced the values of some old OPT_* flags with BEE_USER_*.Wilmer van der Gaast2010-04-01-2/+2
|
* Restored "account" root command and restored enough stuff to be able toWilmer van der Gaast2010-03-31-0/+12
| | | | | send messages. Also started moving stuff out from nogaim.* into bee_* files.
* nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-2/+4
| | | | | itself.
* Start restoring IM-related bits, added bee_user.c with basic functionsWilmer van der Gaast2010-03-29-5/+68
| | | | | and UI callbacks.
* PING and QUIT work now, and adding some files that weren't checked in soWilmer van der Gaast2010-03-26-0/+18
far.