aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* | | | | | | | | | | | | | | | | | | | | Force the default/first channel to be a control channel, fixing one crashWilmer van der Gaast2010-10-01-1/+1
* | | | | | | | | | | | | | | | | | | | | Some simple error msgs on failed Twitter commands (undo and rt).Wilmer van der Gaast2010-09-29-0/+15
* | | | | | | | | | | | | | | | | | | | | Some doc fixes, removing a % that was never supposed to be at the end ofWilmer van der Gaast2010-09-10-28/+30
* | | | | | | | | | | | | | | | | | | | | libpurple insists on storing its own version of reality somewhere. I wasWilmer van der Gaast2010-09-06-9/+35
* | | | | | | | | | | | | | | | | | | | | Move whatsnew stuff into help.txt. Stop putting too much string contentWilmer van der Gaast2010-09-06-27/+68
* | | | | | | | | | | | | | | | | | | | | Fix NULL pointer dereference when removing nicks from groupchats.Wilmer van der Gaast2010-09-06-2/+2
| |_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Oops. One more compiler warning. I wish GCC would give the same warningsWilmer van der Gaast2010-09-05-1/+1
* | | | | | | | | | | | | | | | | | | | Fix compiler warnings. Also fixing irc_send_motd(), which so far got awayWilmer van der Gaast2010-09-05-12/+22
* | | | | | | | | | | | | | | | | | | | Fixing handling of (Jabber) chatroom topic changes done by the user.Wilmer van der Gaast2010-09-05-10/+10
* | | | | | | | | | | | | | | | | | | | Slightly better documentation of control channels and groups.Wilmer van der Gaast2010-09-05-1/+39
* | | | | | | | | | | | | | | | | | | | Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.Wilmer van der Gaast2010-09-02-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Suppress subjects in Jabber conversations after showing them once.Wilmer van der Gaast2010-08-31-1/+14
* | | | | | | | | | | | | | | | | | | Revert to the old control channel messages for fullname changes, the /noticesWilmer van der Gaast2010-08-30-1/+3
* | | | | | | | | | | | | | | | | | | Due to popular demand, now using mode=chat by default.Wilmer van der Gaast2010-08-30-6/+10
* | | | | | | | | | | | | | | | | | | Warn the user when his/her AIM/ICQ password seems to be too long. For someWilmer van der Gaast2010-08-30-0/+8
| |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-3/+37
| |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | The "transfers" command was renamed to "transfer" but this wasn't reflectedWilmer van der Gaast2010-08-25-8/+8
* | | | | | | | | | | | | | | | | I guess the nick command was never deprecated clearly, so let's do that now.Wilmer van der Gaast2010-08-25-0/+6
* | | | | | | | | | | | | | | | | Fix /WHO on single nicks.Wilmer van der Gaast2010-08-25-2/+10
| |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix two compiler warnings.Wilmer van der Gaast2010-08-22-2/+2
* | | | | | | | | | | | | | | | Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-7/+86
* | | | | | | | | | | | | | | | Better handling of yahoo add responses: libyahoo2 seems to (IMHO) wronglyWilmer van der Gaast2010-08-22-0/+19
* | | | | | | | | | | | | | | | Fixed a misuse of xt_find_node() that could get into an infinite loop.Wilmer van der Gaast2010-08-22-0/+4
* | | | | | | | | | | | | | | | Cleaning up utils directory, those scripts generate old-style files no longerWilmer van der Gaast2010-08-22-358/+116
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Pick up away info from Yahoo! too.Wilmer van der Gaast2010-08-21-0/+2
* | | | | | | | | | | | | | | Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobileWilmer van der Gaast2010-08-21-0/+26
* | | | | | | | | | | | | | | Although the backward compatibility stuff for show_offline and away_devoiceWilmer van der Gaast2010-08-21-1/+3
* | | | | | | | | | | | | | | Added some neat whatsnew code that keeps track of the newest version ofWilmer van der Gaast2010-08-21-4/+96
* | | | | | | | | | | | | | | Clearer error message when trying to read/write setting that don't existWilmer van der Gaast2010-08-21-1/+9
* | | | | | | | | | | | | | | Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to send themWilmer van der Gaast2010-08-21-1/+1
* | | | | | | | | | | | | | | libpurple: Fix typing notifications (in and out). Closes #671.Wilmer van der Gaast2010-08-20-13/+41
* | | | | | | | | | | | | | | Forgot one NULL pointer check in the channel sensitivity code for the blistWilmer van der Gaast2010-08-19-1/+2
* | | | | | | | | | | | | | | Pass the -Npackage flag the right way so bitlbee-libpurple doesn't appearWilmer van der Gaast2010-08-18-7/+7
* | | | | | | | | | | | | | | Alternative way for detecting upgrades: This should make sure that bitlbeeWilmer van der Gaast2010-08-18-4/+17
* | | | | | | | | | | | | | | Move scripts, debconf and /etc stuff to bitlbee-common and really haveWilmer van der Gaast2010-08-18-37/+25
* | | | | | | | | | | | | | | Debian change: set BITLBEE_LIBPURPLE=0 to only build the native variant.Wilmer van der Gaast2010-08-17-5/+15
* | | | | | | | | | | | | | | If a connection fails, try the next address from the getaddrinfo() results.Wilmer van der Gaast2010-08-15-50/+68
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix the libevent-specific compiler warning about closesocket().Wilmer van der Gaast2010-08-14-0/+2
* | | | | | | | | | | | | | blist should only show contacts that are (or would be if they were online)Wilmer van der Gaast2010-08-14-19/+39
* | | | | | | | | | | | | | Don't send a /QUIT for every Twitter contact when going offline, and showWilmer van der Gaast2010-08-14-2/+6
* | | | | | | | | | | | | | strptime() on FreeBSD (and possibly other non-glibc platforms) %z is notWilmer van der Gaast2010-08-11-1/+6
* | | | | | | | | | | | | | Small bug in the previous change: NULL-initialize srv.Wilmer van der Gaast2010-08-11-1/+1
* | | | | | | | | | | | | | When doing SRV lookups, return an array with all RRs instead of just theWilmer van der Gaast2010-08-10-35/+66
* | | | | | | | | | | | | | Oops. We're using channel mode +h (halfop) for a while already, but so farWilmer van der Gaast2010-08-09-3/+4
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Add a few more commands (including RT) and the ability to send replies.Wilmer van der Gaast2010-08-08-15/+105
* | | | | | | | | | | | | Allow protocol modules to keep per-contact protocol-specific data. UseWilmer van der Gaast2010-08-07-3/+42
* | | | | | | | | | | | | Add commands to the Twitter module, starting with undo (which deletesWilmer van der Gaast2010-08-07-24/+113
* | | | | | | | | | | | | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>Wilmer van der Gaast2010-08-07-35/+52
* | | | | | | | | | | | | Applied patch from wahjava (with some modifications) for bug #644. ThisWilmer van der Gaast2010-08-07-51/+54
* | | | | | | | | | | | | Reconstruct incoming truncated retweets.Wilmer van der Gaast2010-08-07-1/+26