aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/account.c
Commit message (Collapse)AuthorAgeLines
* Allow including account tags in nicknames, and be a bit more clever aboutWilmer van der Gaast2010-07-28-6/+21
| | | | | the default tags (recognize AIM/ICQ/GTalk/Facebook).
* Use the account tag in a few places and store it in the XML file as anWilmer van der Gaast2010-07-24-0/+1
| | | | | attribute, not as a setting (since all accounts have it anyway).
* Adding account tags as a way to 100% uniquely identify an account.Wilmer van der Gaast2010-07-24-1/+49
| | | | | | protocol(screenname) doesn't do this and is a little bit long. These will be used for nick_format and XML storage.
* Automatically convert nick_source settings to their nick_convert equivalent.Wilmer van der Gaast2010-07-13-1/+19
|
* Reformat nicks whenever fullname/nick/group changes (but at least for nowWilmer van der Gaast2010-07-13-0/+1
| | | | | still only for offline users).
* First version of the nick_format setting.Wilmer van der Gaast2010-07-12-0/+2
|
* Import chatrooms configured in older BitlBee versions. Settings are currentlyWilmer van der Gaast2010-06-27-1/+0
| | | | | | ignored though. Also removing the old chat.[ch] files since they're really not important anymore.
* Cleaned lots of compiler warnings so I can get some signal again.Wilmer van der Gaast2010-04-01-1/+0
|
* nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-17/+19
| | | | | itself.
* One total mess that doesn't do much yet, but reorganised some stuff andWilmer van der Gaast2010-03-26-0/+359
untying the IRC and the core parts a little bit. Lots of work left to do.