Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Restored support for outgoing messages. This code is all so much saner now.. | Wilmer van der Gaast | 2010-05-08 | -9/+28 | |
| | |||||
* | Reshuffled irc_im.c into a saner order. | Wilmer van der Gaast | 2010-05-08 | -51/+50 | |
| | |||||
* | Users leaving really show up again. | Wilmer van der Gaast | 2010-05-08 | -1/+10 | |
| | |||||
* | Support for receiving messages in chatrooms. | Wilmer van der Gaast | 2010-05-08 | -4/+19 | |
| | |||||
* | Starting to restore chatroom stuff. Only enough to create and be joined | Wilmer van der Gaast | 2010-05-06 | -0/+69 | |
| | | | | | into a room. More will follow soon. | ||||
* | Show offline/away status better in /WHO and /WHOIS. | Wilmer van der Gaast | 2010-05-04 | -0/+6 | |
| | |||||
* | Restore away_devoice. | Wilmer van der Gaast | 2010-05-03 | -0/+4 | |
| | |||||
* | Restored classical control channel behaviour (the ability to talk to | Wilmer van der Gaast | 2010-05-02 | -1/+1 | |
| | | | | | contacts in there). | ||||
* | Restored all remaining IRC commands that make some sense to have at this | Wilmer van der Gaast | 2010-04-14 | -2/+15 | |
| | | | | | point. | ||||
* | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -2/+8 | |
| | |||||
* | Incoming typing notifications. | Wilmer van der Gaast | 2010-04-13 | -0/+14 | |
| | |||||
* | Allow sending typing notifications (CTCP TYPING) again. | Wilmer van der Gaast | 2010-04-13 | -0/+14 | |
| | |||||
* | Restored CTCP/DCC hooks for outgoing file transfers. | Wilmer van der Gaast | 2010-04-13 | -0/+19 | |
| | |||||
* | Fixed cleanup issues when turning off an account. Also fixed syntax of | Wilmer van der Gaast | 2010-04-12 | -1/+1 | |
| | | | | | *_user_free(). | ||||
* | Including DCC stuff again, with a wonderful extra layer of abstraction. | Wilmer van der Gaast | 2010-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 and | Wilmer van der Gaast | 2010-04-04 | -0/+42 | |
| | | | | | imcb_nick_hint() is probably still broken. | ||||
* | Can receive messages again. | Wilmer van der Gaast | 2010-04-01 | -0/+31 | |
| | |||||
* | Show buddy online/offline status in the first channel. | Wilmer van der Gaast | 2010-04-01 | -0/+11 | |
| | |||||
* | Restored "account" root command and restored enough stuff to be able to | Wilmer van der Gaast | 2010-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 IRC | Wilmer van der Gaast | 2010-03-31 | -0/+75 | |
itself. |