aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee.c
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-46/+48
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* Don't save the global "away" settings, leave that to the IRC /AWAY infoWilmer van der Gaast2010-11-21-2/+2
| | | | | | coming from the IRC client. Also, hide it from the settings list, it doesn't belong there.
* Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobileWilmer van der Gaast2010-08-21-0/+1
| | | | | people as away=Mobile. Bug #462 (and others for other protocols).
* Fixed "set password" and "set auto_reconnect_delay".Wilmer van der Gaast2010-06-07-3/+1
|
* Keep track of contact groups in a slightly more efficient way.Wilmer van der Gaast2010-05-09-0/+2
|
* Starting to restore chatroom stuff. Only enough to create and be joinedWilmer van der Gaast2010-05-06-0/+3
| | | | | into a room. More will follow soon.
* Call bee_free() from irc_free() or daemon mode gets pretty sad.Wilmer van der Gaast2010-04-14-10/+8
|
* /away and set away/status stuff back.Wilmer van der Gaast2010-04-13-2/+49
|
* nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-7/+7
| | | | | itself.
* PING and QUIT work now, and adding some files that weren't checked in soWilmer van der Gaast2010-03-26-0/+47
far.