Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don't include chat.h from bitlbee.h. make install-dev doesn't install | Wilmer van der Gaast | 2009-10-22 | -0/+5 |
| | | | | | | chat.h and it shouldn't ... but things broke because bitlbee.h includes it. Fixes #534. | |||
* | Restored support for password-protected chatrooms (for now only by accepting | Wilmer van der Gaast | 2008-09-28 | -1/+1 |
| | | | | | a password in the IRC JOIN command). | |||
* | Added auto_join code. | Wilmer van der Gaast | 2008-08-31 | -0/+2 |
| | ||||
* | Added cleanup code. | Wilmer van der Gaast | 2008-08-31 | -0/+1 |
| | ||||
* | Added chat_get(), similar to account_get() (find an account by number or | Wilmer van der Gaast | 2008-08-30 | -0/+1 |
| | | | | | other criteria). | |||
* | Added chat.c to keep track of chatrooms the user cares about. | Wilmer van der Gaast | 2008-08-30 | -0/+42 |