| Commit message (Expand) | Author | Age | Lines |
... | |
* | | | | | | | | | | | | | | | | | | | Warn the user when his/her AIM/ICQ password seems to be too long. For some | Wilmer van der Gaast | 2010-08-30 | -0/+8 |
| |_|_|_|_|_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | Use nifty gcc -MD feature to automatically track .h dependencies of all C | Wilmer van der Gaast | 2010-08-27 | -3/+37 |
| |_|_|_|_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | The "transfers" command was renamed to "transfer" but this wasn't reflected | Wilmer van der Gaast | 2010-08-25 | -8/+8 |
* | | | | | | | | | | | | | | | | | I guess the nick command was never deprecated clearly, so let's do that now. | Wilmer van der Gaast | 2010-08-25 | -0/+6 |
* | | | | | | | | | | | | | | | | | Fix /WHO on single nicks. | Wilmer van der Gaast | 2010-08-25 | -2/+10 |
| |_|_|_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Fix two compiler warnings. | Wilmer van der Gaast | 2010-08-22 | -2/+2 |
* | | | | | | | | | | | | | | | | Process incoming XMPP groupchat invites in a saner way: Create a temporary | Wilmer van der Gaast | 2010-08-23 | -7/+86 |
* | | | | | | | | | | | | | | | | Better handling of yahoo add responses: libyahoo2 seems to (IMHO) wrongly | Wilmer van der Gaast | 2010-08-22 | -0/+19 |
* | | | | | | | | | | | | | | | | Fixed a misuse of xt_find_node() that could get into an infinite loop. | Wilmer van der Gaast | 2010-08-22 | -0/+4 |
* | | | | | | | | | | | | | | | | Cleaning up utils directory, those scripts generate old-style files no longer | Wilmer van der Gaast | 2010-08-22 | -358/+116 |
| |_|_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Pick up away info from Yahoo! too. | Wilmer van der Gaast | 2010-08-21 | -0/+2 |
* | | | | | | | | | | | | | | | Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobile | Wilmer van der Gaast | 2010-08-21 | -0/+26 |
* | | | | | | | | | | | | | | | Although the backward compatibility stuff for show_offline and away_devoice | Wilmer van der Gaast | 2010-08-21 | -1/+3 |
* | | | | | | | | | | | | | | | Added some neat whatsnew code that keeps track of the newest version of | Wilmer van der Gaast | 2010-08-21 | -4/+96 |
* | | | | | | | | | | | | | | | Clearer error message when trying to read/write setting that don't exist | Wilmer van der Gaast | 2010-08-21 | -1/+9 |
* | | | | | | | | | | | | | | | Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to send them | Wilmer van der Gaast | 2010-08-21 | -1/+1 |
* | | | | | | | | | | | | | | | libpurple: Fix typing notifications (in and out). Closes #671. | Wilmer van der Gaast | 2010-08-20 | -13/+41 |
* | | | | | | | | | | | | | | | Forgot one NULL pointer check in the channel sensitivity code for the blist | Wilmer van der Gaast | 2010-08-19 | -1/+2 |
* | | | | | | | | | | | | | | | Pass the -Npackage flag the right way so bitlbee-libpurple doesn't appear | Wilmer van der Gaast | 2010-08-18 | -7/+7 |
* | | | | | | | | | | | | | | | Alternative way for detecting upgrades: This should make sure that bitlbee | Wilmer van der Gaast | 2010-08-18 | -4/+17 |
* | | | | | | | | | | | | | | | Move scripts, debconf and /etc stuff to bitlbee-common and really have | Wilmer van der Gaast | 2010-08-18 | -37/+25 |
* | | | | | | | | | | | | | | | Debian change: set BITLBEE_LIBPURPLE=0 to only build the native variant. | Wilmer van der Gaast | 2010-08-17 | -5/+15 |
* | | | | | | | | | | | | | | | If a connection fails, try the next address from the getaddrinfo() results. | Wilmer van der Gaast | 2010-08-15 | -50/+68 |
| |_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Fix the libevent-specific compiler warning about closesocket(). | Wilmer van der Gaast | 2010-08-14 | -0/+2 |
* | | | | | | | | | | | | | | blist should only show contacts that are (or would be if they were online) | Wilmer van der Gaast | 2010-08-14 | -19/+39 |
* | | | | | | | | | | | | | | Don't send a /QUIT for every Twitter contact when going offline, and show | Wilmer van der Gaast | 2010-08-14 | -2/+6 |
* | | | | | | | | | | | | | | strptime() on FreeBSD (and possibly other non-glibc platforms) %z is not | Wilmer van der Gaast | 2010-08-11 | -1/+6 |
* | | | | | | | | | | | | | | Small bug in the previous change: NULL-initialize srv. | Wilmer van der Gaast | 2010-08-11 | -1/+1 |
* | | | | | | | | | | | | | | When doing SRV lookups, return an array with all RRs instead of just the | Wilmer van der Gaast | 2010-08-10 | -35/+66 |
* | | | | | | | | | | | | | | Oops. We're using channel mode +h (halfop) for a while already, but so far | Wilmer van der Gaast | 2010-08-09 | -3/+4 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Add a few more commands (including RT) and the ability to send replies. | Wilmer van der Gaast | 2010-08-08 | -15/+105 |
* | | | | | | | | | | | | | Allow protocol modules to keep per-contact protocol-specific data. Use | Wilmer van der Gaast | 2010-08-07 | -3/+42 |
* | | | | | | | | | | | | | Add commands to the Twitter module, starting with undo (which deletes | Wilmer van der Gaast | 2010-08-07 | -24/+113 |
* | | | | | | | | | | | | | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org> | Wilmer van der Gaast | 2010-08-07 | -35/+52 |
* | | | | | | | | | | | | | Applied patch from wahjava (with some modifications) for bug #644. This | Wilmer van der Gaast | 2010-08-07 | -51/+54 |
* | | | | | | | | | | | | | Reconstruct incoming truncated retweets. | Wilmer van der Gaast | 2010-08-07 | -1/+26 |
* | | | | | | | | | | | | | Alright, let's try a dev snapshot.1.3dev | Wilmer van der Gaast | 2010-08-06 | -5/+15 |
* | | | | | | | | | | | | | Some fixes for compiler warnings that only show up when compiling with -O2, | Wilmer van der Gaast | 2010-08-05 | -12/+12 |
* | | | | | | | | | | | | | To address bugs #77 and #661, add some code that should avoid triggering | Wilmer van der Gaast | 2010-08-04 | -0/+29 |
* | | | | | | | | | | | | | For bug #660, add a /LIST command. | Wilmer van der Gaast | 2010-08-04 | -0/+15 |
* | | | | | | | | | | | | | Set channel mode +C for control channels. | Wilmer van der Gaast | 2010-08-04 | -1/+54 |
* | | | | | | | | | | | | | Try another way to silence int-pointer cast warnings in the Yahoo! module. | Wilmer van der Gaast | 2010-08-04 | -5/+5 |
* | | | | | | | | | | | | | Bump up the version number, and also copy bee.h to the public include | Wilmer van der Gaast | 2010-08-02 | -3/+3 |
* | | | | | | | | | | | | | Make the "chop off +b stuff from version number" more specific to match just | Wilmer van der Gaast | 2010-07-30 | -1/+1 |
* | | | | | | | | | | | | | Don't notify the UI about group changes if there wasn't, in fact, a change. | Wilmer van der Gaast | 2010-07-30 | -1/+3 |
* | | | | | | | | | | | | | Show a friendly warning message when running in inetd mode on the command | Wilmer van der Gaast | 2010-07-29 | -23/+31 |
* | | | | | | | | | | | | | Make the unittests work *slightly* better with libevent. (Still won't work | Wilmer van der Gaast | 2010-07-29 | -0/+1 |
* | | | | | | | | | | | | | Restore default_target setting, kill last_root_cmd variable and just use | Wilmer van der Gaast | 2010-07-29 | -55/+42 |
* | | | | | | | | | | | | | Clean up references from irc_user structs to channels that are being free()d. | Wilmer van der Gaast | 2010-07-29 | -3/+21 |
* | | | | | | | | | | | | | Fixing http_encode(): BitlBee now calls setlocale() (for nickname | Wilmer van der Gaast | 2010-07-29 | -4/+19 |