Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | One total mess that doesn't do much yet, but reorganised some stuff and | Wilmer van der Gaast | 2010-03-26 | -192/+0 |
| | | | | | untying the IRC and the core parts a little bit. Lots of work left to do. | |||
* | Don't include chat.h from bitlbee.h. make install-dev doesn't install | Wilmer van der Gaast | 2009-10-22 | -0/+1 |
| | | | | | | chat.h and it shouldn't ... but things broke because bitlbee.h includes it. Fixes #534. | |||
* | Added more chat.c sanity checks that were (embarassingly) missing so far. | Wilmer van der Gaast | 2008-12-14 | -9/+8 |
| | ||||
* | Checking if acc->prpl->chat_join actually exists before using it. :-/ | Wilmer van der Gaast | 2008-12-13 | -1/+5 |
| | ||||
* | Restored support for password-protected chatrooms (for now only by accepting | Wilmer van der Gaast | 2008-09-28 | -2/+2 |
| | | | | | a password in the IRC JOIN command). | |||
* | Added auto_join code. | Wilmer van der Gaast | 2008-08-31 | -1/+19 |
| | ||||
* | Added cleanup code. | Wilmer van der Gaast | 2008-08-31 | -0/+25 |
| | ||||
* | /join can now be used to join chatrooms, join_chat should not be used | Wilmer van der Gaast | 2008-08-31 | -1/+1 |
| | | | | | | anymore. /join should not be used for unnamed groupchats anymore, use "chat with" instead. | |||
* | Added one TODO, and also dupe-check channel names against the control | Wilmer van der Gaast | 2008-08-31 | -0/+3 |
| | | | | | channel. | |||
* | Integrated cmd_set() and the "account set" into one fully unreadable | Wilmer van der Gaast | 2008-08-31 | -3/+5 |
| | | | | | cmd_set_real() function and using this to get a proper "chat set" command. | |||
* | Added chat_get(), similar to account_get() (find an account by number or | Wilmer van der Gaast | 2008-08-30 | -0/+35 |
| | | | | | other criteria). | |||
* | Added chat.c to keep track of chatrooms the user cares about. | Wilmer van der Gaast | 2008-08-30 | -0/+105 |