aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Actually, let's also drop the -0.Wilmer van der Gaast2011-04-22-1/+1
|
* Don't put an epoch in the Debian "spoofed" version number. Debian's nowWilmer van der Gaast2011-04-22-1/+1
| | | | | | | | | | | | | | | | | | | barfing on the "1:bzr-devel-xx" version numbers generated by the nightlies builder (due to "bzr" not being a number) so I have to think of something else. The main reason for using epochs was so "bzr-devel-xx" will be considered newer than "3.0.2". ASCII-wise this should be the case even without epochs but okay, it made sense to do this anyway to avoid apple-orange comparisons. Now I'll try switching to package version numbers like 3.0.2+devel+xx-0. No need for epochs then, plus 3.0.3 will actually win over 3.0.2+devel+xx-0 when it should. This does probably mean that people who still have 1:bzr-something installed won't be upgraded automatically, I guess I'll try to let everyone know via Twitter, etc..
* Send Connection: close headers so webservers won't try keepalive connectionsWilmer van der Gaast2011-04-18-0/+2
| | | | | which http_client really can't deal with.
* Try to show better Twitter error messages. Sadly this doesn't always workWilmer van der Gaast2011-04-18-6/+7
| | | | | | since Twitter can't seem to make up their mind on the formatting of their error responses, sometimes using XML and sometimes plain text.
* show_ids documentation.Wilmer van der Gaast2011-04-18-0/+11
|
* Fix GnuTLS >2.12 or so compatibility.Wilmer van der Gaast2011-04-18-0/+1
| | | | | Bug #779 and https://savannah.gnu.org/support/index.php?107660
* Check td->log everywhere before using it..Wilmer van der Gaast2011-03-31-2/+2
|
* Also use the short IDs for a new reply command. Couldn't think of a sane wayWilmer van der Gaast2011-03-29-4/+35
| | | | | | to support "xx:" or "@xx" since it would also become too ambiguous. Only thing left to do now is documenting it.
* Allow using the new 2-digit id's for retweets.Wilmer van der Gaast2011-03-29-1/+5
|
* For #721, add the numbers in front of tweets if show_ids is enabled. LeftWilmer van der Gaast2011-03-29-11/+78
| | | | | to do: Document the feature and allow using the numbers in rt/replies.
* Include FLOOD=0/9999 (min time between msgs/max burst size) in 005. ThisWilmer van der Gaast2011-03-27-1/+1
| | | | | is by no means a standard ATM but let's try to make it one. :-)
* Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem to workWilmer van der Gaast2011-03-27-4/+30
| | | | | | | completely for whatever the reason may be (invalid signature). I give up for now. Stuff does actually work if you generate access tokens using different software so BitlBee's definitely able to generate good signatures.
* Set the libpurple proxy server in a way that should work with olderWilmer van der Gaast2011-03-26-2/+1
| | | | | libpurple versions.
* fakeroot is now known as fuckroot; it changes $UID but $USER is stillWilmer van der Gaast2011-03-19-1/+1
| | | | | | non-root. And make only passes through $USER, not $UID. So we end up shelling out to id to figure out if we're root. :-/
* Added init/ subdir and make clean.Wilmer van der Gaast2011-03-18-1/+27
|
* systemd stuff (bug #738)Wilmer van der Gaast2011-03-18-3/+40
|
* 3.0.2. Because it's about time.3.0.2Wilmer van der Gaast2011-03-07-1/+12
|
* Removed duplicate ssl_pending from ssl_bogus.Wilmer van der Gaast2011-03-07-5/+0
|
* Fixed proxy support with libpurple.Wilmer van der Gaast2011-03-07-0/+22
|
* Twitter: Warn the user if the OAuth username and the configured usernameWilmer van der Gaast2011-03-07-6/+19
| | | | | | don't match. This is not a real problem but can be confusing if you don't expect it.
* Fix crash on quick MSN logoff (NULL pointer dereference because GLib doesn'tWilmer van der Gaast2011-03-07-1/+2
| | | | | understand how free()-like functions should behave).
* Fix memory corruption on Jabber disconnect with xmlconsole andWilmer van der Gaast2011-02-24-2/+2
| | | | | handle_unknown=add enabled.
* Doc fixes for Twitter: non-Twitter services are supported for a while already.Wilmer van der Gaast2011-02-24-1/+15
|
* Don't use AI_ADDRCONFIG at all for setting up a listening socket, since itWilmer van der Gaast2011-02-24-1/+5
| | | | | | only seems to cause problems when other programs don't use it. I hope this won't introduce new other problems..
* s/Your Tweet:/You:/ to avoid using Twitter-specific terminology.Wilmer van der Gaast2011-02-24-1/+1
|
* More discouraging words on libpurple. Too many people seem to be using itWilmer van der Gaast2011-02-24-1/+7
| | | | | with no good reason.
* Oops. Forgot to set OPER_HACK_ACCOUNT_ADD when adding an account.Wilmer van der Gaast2011-02-01-0/+4
|
* More password paranoia: Allow omitting the identify/register password asWilmer van der Gaast2011-02-01-25/+82
| | | | | | | | | | well (and enter it using /OPER instead). This is a gross hack and indeed still not solid: In irssi one can still use /RAWLOG SAVE to find the OPER line sent to BitlBee (and of course not everyone uses SSL to talk to remote BitlBee servers). This only works within 10-30 minutes after entering the password though.
* Cleaning up irc_umode_set() a little bit, but it's still a disaster.Wilmer van der Gaast2011-01-29-7/+10
|
* Sneaky if statement is sneaky. The fix from the previous changeset didn'tWilmer van der Gaast2011-01-23-2/+2
| | | | | work; it broke auth redirects. Fixing that now.
* MSN changed the @msn.com login server URL and/or broke the old one. :-(Wilmer van der Gaast2011-01-22-2/+6
|
* Bump API version number because of the new CTCP stuff.Wilmer van der Gaast2011-01-08-1/+1
|
* Implement ssl_pending() for NSS. This fixes bug #368 which so far onlyWilmer van der Gaast2010-12-19-1/+7
| | | | | affected OpenSSL. Submitted by Ricky Zhou.
* 3.0.1-1 changelog entry. Note that this revision is *not* the exactWilmer van der Gaast2010-12-19-0/+7
| | | | | 3.0.1-1 Debian source.
* Fixing syntax error in configure script.Wilmer van der Gaast2010-12-16-0/+1
|
* Hide password information during SASL auth in xmlconsole.Wilmer van der Gaast2010-12-16-1/+8
|
* Don't use NSS unless the user insists. It's known to not work so well (andWilmer van der Gaast2010-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 Gaast2010-12-13-4/+42
|
* MSN: Don't send any of the special messages offline since they creep peopleWilmer van der Gaast2010-12-13-0/+4
| | | | | out. :-)
* Allow changing MSN display names in server-side profiles. (I.e. the changesWilmer van der Gaast2010-12-12-13/+90
| | | | | are finally always persistent again.)
* At least don't disable Twitter anymore for libpurple builds. libpurpleWilmer van der Gaast2010-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 aboutWilmer van der Gaast2010-12-07-2/+1
| | | | | scalability, make it a general recommendation.
* Add CTCP HELP code. Also cleaning up some noop handlers in the TwitterWilmer van der Gaast2010-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 Gaast2010-12-06-3/+31
|
* First bits of CTCP support to contacts. (Try /CTCP VERSION on a JabberWilmer van der Gaast2010-12-06-0/+125
| | | | | contact.)
* rename -delWilmer van der Gaast2010-12-05-1/+32
|
* When recreating the Twitter channel after the user left, also pre-populateWilmer van der Gaast2010-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 Gaast2010-12-04-1/+1
|
* Clean up pastebuf_timer when cleaning up channels, and properly clean upWilmer van der Gaast2010-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.1Wilmer van der Gaast2010-11-24-1/+3
|