aboutsummaryrefslogtreecommitdiffstats
path: root/chat.h
Commit message (Collapse)AuthorAgeLines
* One total mess that doesn't do much yet, but reorganised some stuff andWilmer van der Gaast2010-03-26-51/+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 installWilmer van der Gaast2009-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 acceptingWilmer van der Gaast2008-09-28-1/+1
| | | | | a password in the IRC JOIN command).
* Added auto_join code.Wilmer van der Gaast2008-08-31-0/+2
|
* Added cleanup code.Wilmer van der Gaast2008-08-31-0/+1
|
* Added chat_get(), similar to account_get() (find an account by number orWilmer van der Gaast2008-08-30-0/+1
| | | | | other criteria).
* Added chat.c to keep track of chatrooms the user cares about.Wilmer van der Gaast2008-08-30-0/+42