aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | Alright, let's try a dev snapshot.1.3devWilmer van der Gaast2010-08-06-5/+15
* | | | | | | | | | | | | Some fixes for compiler warnings that only show up when compiling with -O2,Wilmer van der Gaast2010-08-05-12/+12
* | | | | | | | | | | | | To address bugs #77 and #661, add some code that should avoid triggeringWilmer van der Gaast2010-08-04-0/+29
* | | | | | | | | | | | | For bug #660, add a /LIST command.Wilmer van der Gaast2010-08-04-0/+15
* | | | | | | | | | | | | Set channel mode +C for control channels.Wilmer van der Gaast2010-08-04-1/+54
* | | | | | | | | | | | | Try another way to silence int-pointer cast warnings in the Yahoo! module.Wilmer van der Gaast2010-08-04-5/+5
* | | | | | | | | | | | | Bump up the version number, and also copy bee.h to the public includeWilmer van der Gaast2010-08-02-3/+3
* | | | | | | | | | | | | Make the "chop off +b stuff from version number" more specific to match justWilmer van der Gaast2010-07-30-1/+1
* | | | | | | | | | | | | Don't notify the UI about group changes if there wasn't, in fact, a change.Wilmer van der Gaast2010-07-30-1/+3
* | | | | | | | | | | | | Show a friendly warning message when running in inetd mode on the commandWilmer van der Gaast2010-07-29-23/+31
* | | | | | | | | | | | | Make the unittests work *slightly* better with libevent. (Still won't workWilmer van der Gaast2010-07-29-0/+1
* | | | | | | | | | | | | Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-55/+42
* | | | | | | | | | | | | Clean up references from irc_user structs to channels that are being free()d.Wilmer van der Gaast2010-07-29-3/+21
* | | | | | | | | | | | | Fixing http_encode(): BitlBee now calls setlocale() (for nicknameWilmer van der Gaast2010-07-29-4/+19
* | | | | | | | | | | | | "Fix up" unittests enough to at least compile. Never touched these duringWilmer van der Gaast2010-07-29-55/+6
* | | | | | | | | | | | | Allow including account tags in nicknames, and be a bit more clever aboutWilmer van der Gaast2010-07-28-6/+28
* | | | | | | | | | | | | Don't crash when trying to join a channel with an invalid name.Wilmer van der Gaast2010-07-28-5/+6
* | | | | | | | | | | | | MSN: Don't show any "special" messages when breaking down switchboards withWilmer van der Gaast2010-07-28-4/+14
* | | | | | | | | | | | | Source documentation update, including a short HACKING file.Wilmer van der Gaast2010-07-28-63/+178
* | | | | | | | | | | | | Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).Wilmer van der Gaast2010-07-27-33/+19
* | | | | | | | | | | | | Block CTCPs to channels instead of sending them as plain messages. MaybeWilmer van der Gaast2010-07-27-1/+5
* | | | | | | | | | | | | Install all new/moved header files in install-dev so bitlbee-skype andWilmer van der Gaast2010-07-27-1/+1
* | | | | | | | | | | | | Some NULL pointer checks for libyahoo2 - this code's currently crashingWilmer van der Gaast2010-07-25-3/+6
* | | | | | | | | | | | | Allow change nicknames when moving contacts between groups. Also fixing aWilmer van der Gaast2010-07-25-1/+13
* | | | | | | | | | | | | Suppress GLib warning when trying to get a user's IP address while not anyWilmer van der Gaast2010-07-25-1/+1