aboutsummaryrefslogtreecommitdiffstats
path: root/irc_im.c
Commit message (Collapse)AuthorAgeLines
...
* Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-2/+8
|
* Incoming typing notifications.Wilmer van der Gaast2010-04-13-0/+14
|
* Allow sending typing notifications (CTCP TYPING) again.Wilmer van der Gaast2010-04-13-0/+14
|
* Restored CTCP/DCC hooks for outgoing file transfers.Wilmer van der Gaast2010-04-13-0/+19
|
* 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-1/+32
| | | | | | | 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/+42
| | | | | imcb_nick_hint() is probably still broken.
* Can receive messages again.Wilmer van der Gaast2010-04-01-0/+31
|
* Show buddy online/offline status in the first channel.Wilmer van der Gaast2010-04-01-0/+11
|
* Restored "account" root command and restored enough stuff to be able toWilmer van der Gaast2010-03-31-3/+28
| | | | | 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-0/+75
itself.