Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Implement ssl_pending() for NSS. This fixes bug #368 which so far only | Wilmer van der Gaast | 2010-12-19 | -1/+7 |
| | | | | | affected OpenSSL. Submitted by Ricky Zhou. | |||
* | 3.0.1-1 changelog entry. Note that this revision is *not* the exact | Wilmer van der Gaast | 2010-12-19 | -0/+7 |
| | | | | | 3.0.1-1 Debian source. | |||
* | Fixing syntax error in configure script. | Wilmer van der Gaast | 2010-12-16 | -0/+1 |
| | ||||
* | Hide password information during SASL auth in xmlconsole. | Wilmer van der Gaast | 2010-12-16 | -1/+8 |
| | ||||
* | Don't use NSS unless the user insists. It's known to not work so well (and | Wilmer van der Gaast | 2010-12-16 | -1/+2 |
| | | | | | | has been fully broken for a long time already anyway). Just use GnuTLS, it's on every machine these days. | |||
* | Silently adding /CTCP NUDGE support for MSN contacts. | Wilmer van der Gaast | 2010-12-13 | -4/+42 |
| | ||||
* | MSN: Don't send any of the special messages offline since they creep people | Wilmer van der Gaast | 2010-12-13 | -0/+4 |
| | | | | | out. :-) | |||
* | Allow changing MSN display names in server-side profiles. (I.e. the changes | Wilmer van der Gaast | 2010-12-12 | -13/+90 |
| | | | | | are finally always persistent again.) | |||
* | At least don't disable Twitter anymore for libpurple builds. libpurple | Wilmer van der Gaast | 2010-12-07 | -2/+6 |
| | | | | | | | | | | | doesn't have Twitter support by default and it's unlikely that someone will prefer libpurple-twitter over BitlBee's Twitter code anyway. Also automatically disable libpurple protocol modules if a native variant is already set up. The linking conflict works the other way around (libpurple modules may break if native modules for the same protocol are compiled in) so this should mostly resolve the linking conflict problem. | |||
* | Tweak Debian package description for bitlbee-libpurple: No whining about | Wilmer van der Gaast | 2010-12-07 | -2/+1 |
| | | | | | scalability, make it a general recommendation. | |||
* | Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter | Wilmer van der Gaast | 2010-12-07 | -14/+22 |
| | | | | | | module (chat_with and send_typing) that suggested support for features that obviously don't exist. | |||
* | Add support for XEP 202 (replacement for jabber:iq:time). | Wilmer van der Gaast | 2010-12-06 | -3/+31 |
| | ||||
* | First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber | Wilmer van der Gaast | 2010-12-06 | -0/+125 |
| | | | | | contact.) | |||
* | rename -del | Wilmer van der Gaast | 2010-12-05 | -1/+32 |
| | ||||
* | When recreating the Twitter channel after the user left, also pre-populate | Wilmer van der Gaast | 2010-12-05 | -4/+12 |
| | | | | | | it with all contacts. Also, don't force-rejoin the user into the channel on every poll, but only if there are new messages. | |||
* | Don't use xargs -r in distclean (fixes OS X compatibility, #688). | Wilmer van der Gaast | 2010-12-04 | -1/+1 |
| | ||||
* | Clean up pastebuf_timer when cleaning up channels, and properly clean up | Wilmer van der Gaast | 2010-12-02 | -1/+6 |
| | | | | | | | channel-chatroom reference when leaving a chatroom. This fixes two very similar crash bugs when leaving a chatroom within the paste_buffer_delay period. | |||
* | Time to release 3.0.1, fixing some problematic 3.0 bugs.3.0.1 | Wilmer van der Gaast | 2010-11-24 | -1/+3 |
| | ||||
* | Some polishing/documentation for the "account add" without password hack. | Wilmer van der Gaast | 2010-11-24 | -11/+19 |
| | ||||
* | Allow omitting the password argument to "account add", to then separately | Wilmer van der Gaast | 2010-11-22 | -3/+39 |
| | | | | | | | | | enter the password using the /OPER command (which will not echo to the screen and/or logs). It's a fairly ugly hack but the improved password security is worth it IMHO. | |||
* | Be clearer about password settings being intentionally hidden (and not | Wilmer van der Gaast | 2010-11-21 | -3/+7 |
| | | | | | really empty). Bug #657 and confusing BitlBee users since probably 2002. | |||
* | Preparing for 3.0.1, which will probably come soon. | Wilmer van der Gaast | 2010-11-21 | -3/+19 |
| | ||||
* | Advertise support for OTR 1 + 2 when doing "otr connect", as was suggested | Wilmer van der Gaast | 2010-11-21 | -1/+1 |
| | | | | | to me via e-mail. | |||
* | Extra NULL-check because it *is* possible that prpl->login returns without | Wilmer van der Gaast | 2010-11-21 | -1/+1 |
| | | | | | even trying to log in. | |||
* | Fetch Gadu-Gadu contact lists (libpurple-specific hardcoding hack). Bug | Wilmer van der Gaast | 2010-11-21 | -1/+62 |
| | | | | | #679. Patch from "rover.orna". | |||
* | Don't save the global "away" settings, leave that to the IRC /AWAY info | Wilmer van der Gaast | 2010-11-21 | -3/+4 |
| | | | | | | coming from the IRC client. Also, hide it from the settings list, it doesn't belong there. | |||
* | Chop spaces from IM handles in all cases. Fixes #723. | Wilmer van der Gaast | 2010-11-21 | -11/+7 |
| | ||||
* | Time out if logging in takes too long (2m for now). Except for Twitter | Wilmer van der Gaast | 2010-11-21 | -0/+21 |
| | | | | | | OAuth login, which requires user action. This mostly solves problems with OSCAR login silently failing, but may also be useful in other places. | |||
* | Added irc_channel_with_user() function to find a suitable channel to show | Wilmer van der Gaast | 2010-11-20 | -9/+47 |
| | | | | | a user's message in, instead of just &bitlbee by default. | |||
* | D'oh. Obviously, only look at MSN buddies when checking the MSN contact list. | Wilmer van der Gaast | 2010-11-20 | -7/+9 |
| | ||||
* | Fixed out-of-directory build support to not get confused by Eclipse. #713 | Wilmer van der Gaast | 2010-11-20 | -2/+3 |
| | ||||
* | Fix up NSS SSL module. | Wilmer van der Gaast | 2010-11-20 | -3/+35 |
| | ||||
* | Restore support for joining password-protected Jabber rooms. Now using a | Wilmer van der Gaast | 2010-11-20 | -2/+16 |
| | | | | | | | simple Jabber-specific room setting since AFAIK room passwords are pretty uncommon otherwise. Should deprecate the "password" argument to chat_join but that's a PITA because of API compatibility. :-/ | |||
* | Sometimes for whatever reasons MSN adds all contacts to both the allow- | Wilmer van der Gaast | 2010-11-20 | -0/+15 |
| | | | | | and the block list. Working around this. | |||
* | Fixed two doc/string typos. | Wilmer van der Gaast | 2010-11-19 | -2/+2 |
| | ||||
* | Un-deprecate login.icq.com, ICQ is back on its own server thanks to the | Wilmer van der Gaast | 2010-11-15 | -4/+8 |
| | | | | | | acquisition from a while ago. I was warned about two weeks ago that this was going to happen ... apparently sooner than expected. | |||
* | Fixed issue with logging in to unverified MSN accounts. | Wilmer van der Gaast | 2010-11-13 | -3/+19 |
| | ||||
* | Don't use the fd passing code in ipc.c on SunOS since it doesn't seem to be | Wilmer van der Gaast | 2010-11-12 | -0/+16 |
| | | | | | supported there. | |||
* | Merging a bunch of Debian packaging fixes from AnAnt, the package should be | Wilmer van der Gaast | 2010-11-12 | -29/+66 |
|\ | | | | | | | | | Lintian clean now (or at least *much* cleaner than before). Thanks! | |||
| * | * debian/*.config: use set -e in the body of maintainer scripts. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -5/+7 |
| | | ||||
| * | * debian/bitlbee-common.init: Also stop at runlevels 0 and 6. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -4/+6 |
| | | ||||
| * | debian/bitlbee-common.init: Add Short-Description header. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+3 |
| | | ||||
| * | * debian/control: Bumped debhelper version to 6.0.7~ for dh_lintian | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+4 |
| | | ||||
| * | Escape hyphens in manpage | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -11/+11 |
| | | ||||
| * | Explicitly set source format to 1.0 | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -1/+3 |
| | | ||||
| * | Fix typo: recieve -> receive | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+2 |
| | | ||||
| * | Added lintian overrides for bitlbee & bitlbee-libpurple | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -1/+7 |
| | | ||||
| * | * debian/control: Moved dependency on adduser to bitlbee-common | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -6/+7 |
| | | | | | | | | | | * debian/copyright: Refer to /usr/share/common-licenses/GPL-2 | |||
| * | * debian/{*.postinst, *.postrm}: use set -e in the body of the | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -4/+10 |
| | | | | | | | | | | script. | |||
| * | * debian/*.prerm: use set -e in the body of the script. | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -4/+9 |
| | |