Timeline



2011-12-21:

19:35 Changeset [e306fbf] by Wilmer van der Gaast <wilmer@…>
Fixed a bug that probably (can't test this now since it's down) broke …
19:03 Changeset [31db8165] by Wilmer van der Gaast <wilmer@…>
Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign().
11:41 Changeset [0dd6570] by Wilmer van der Gaast <wilmer@…>
Add a helpful message on what to do with OAuth login issues.
11:21 Changeset [ce199b7] by Wilmer van der Gaast <wilmer@…>
Make it easier to add OAuth-authenticated accounts without having to …
10:48 Changeset [e14b47b8] by Wilmer van der Gaast <wilmer@…>
Fix parsing of acc->pass. Use oauth_params_ functions instead of …

2011-12-20:

19:08 Ticket #875 (Disconnected when trying to initialize a conversation (OTR)) created by tobbe@…
OpenFire: 3.7.1 BitlBee: 3.0.4+devel+852-1 Whenever I try …
16:45 Changeset [68286eb] by Wilmer van der Gaast <wilmer@…>
Detect JID changes at login time and warn the user about them.
16:42 Changeset [f9789d4] by Wilmer van der Gaast <wilmer@…>
NULL-checking in rfc822_get_header() and OAuth response handling.
12:01 Changeset [f1c870a] by Wilmer van der Gaast <wilmer@…>
Second attempt at a 3.0.4-1 upload.
11:18 Changeset [256164c] by Wilmer van der Gaast <wilmer@…>
Merging Debian 3.0.3-1.1 changes.
09:57 Changeset [6c0fe9b] by Wilmer van der Gaast <wilmer@…>
Build skyped as arch=all, and don't build it by default. Debian has …

2011-12-19:

20:48 Ticket #790 (Crash in ssl_gnutls.c) closed by wilmer
fixed
20:46 Changeset [9ff0c25] by Wilmer van der Gaast <wilmer@…>
Catch condition=G_IO_NVAL from glib's event handler, which should …
18:45 Changeset [41658da] by Wilmer van der Gaast <wilmer@…>
Just check if verification code != 0 instead of checking for one …
18:44 Ticket #874 (Fix MSN offline messages) created by wilmer
I just noticed ows.messenger.msn.com no longer resolves. This host is …
18:09 Changeset [9f958f7] by Wilmer van der Gaast <wilmer@…>
Pass the SSL errors through another layer of indirection (Passport …
17:57 Changeset [a72dc2b] by Wilmer van der Gaast <wilmer@…>
Add verify argument to ssl_connect() so HTTPS-based stuff is also …
17:34 Changeset [25b05b7] by Wilmer van der Gaast <wilmer@…>
Doc update.
17:23 Changeset [af5764e] by Wilmer van der Gaast <wilmer@…>
Refuse to start if cafile points at an unreadable file, to avoid …
17:22 Changeset [78b8401] by Wilmer van der Gaast <wilmer@…>
Move conversion of status codes to status messages into SSL libs.
14:50 Changeset [486ddb5] by Wilmer van der Gaast <wilmer@…>
Initial merge of tls_verify patch from AopicieR.
13:51 Changeset [5a48afd] by Wilmer van der Gaast <wilmer@…>
Slight documentation fix: "both" is no longer a valid scope for a …
13:39 Changeset [4b53c65] by Wilmer van der Gaast <wilmer@…>
Update help text for "set oauth" with what's supported now. Also …
12:54 Changeset [36533bf] by Wilmer van der Gaast <wilmer@…>
When updating the XMPP password field with OAuth data, try harder to …
10:59 Ticket #873 (C++ Plugin Support) closed by wilmer
fixed
10:57 Changeset [a0a3de6] by Wilmer van der Gaast <wilmer@…>
C++ compatibility fix. Fixes #873.
00:41 Changeset [4be0e34] by Wilmer van der Gaast <wilmer@…>
Give a list of SASL mechanisms supported by a server when reporting we …
00:17 Changeset [bf57cd1] by Wilmer van der Gaast <wilmer@…>
Facebook OAuth2 should now be fully usable.
00:00 Changeset [9b0ad7e] by Wilmer van der Gaast <wilmer@…>
Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can …

2011-12-18:

22:32 Ticket #873 (C++ Plugin Support) created by millerdevel@…
Due to the use of new as a variable name in the bee.h and irc.h …
21:56 Changeset [64b6635] by Wilmer van der Gaast <wilmer@…>
Restructured and updated code a little bit to support new-style (much …
20:45 Changeset [c1a58cc] by Alex Miller <millerdevel@…>
Wrap the external API in extern "C" if included in a C++ file.
20:44 Changeset [4efa5ce] by Alex Miller <millerdevel@…>
Don't use the C++ keyword 'new' as a variable name.
19:43 Ticket #831 (cant reply myself in twitter) closed by wilmer
duplicate: #872
19:25 Changeset [18c6d36] by Wilmer van der Gaast <wilmer@…>
More generic OAuth support now. Should work well for all GTalk …

2011-12-17:

13:50 Changeset [6e9ae72] by Wilmer van der Gaast <wilmer@…>
Mainline merge.
09:32 Ticket #872 (Unable to reply to twitter (therefor identi.ca/status.net) posts) created by sudaraka.wijesinghe@…
I recently upgraded to bitlbee 3.0.4, after the upgrade when I try to …

2011-12-15:

12:44 Ticket #871 (Switch MSN implementation to XMPP) created by anonymous
Microsoft has announced their …

2011-12-13:

00:34 Changeset [17f057d] by Wilmer van der Gaast <wilmer@…>
As I intended for a while already, use account tags everywhere instead …

2011-12-11:

23:26 Changeset [b926d88] by Wilmer van der Gaast <wilmer@…>
Skype merge.
23:25 Changeset [6ba00ac] by Miklos Vajna <vmiklos@…>
skyped: give reasonable error message when cert is missing
17:50 Changeset [57a6eb5f]3.0.4-1 by Wilmer van der Gaast <wilmer@…>
Added direct dependency to bitlbee-common since Lintian really really …
17:07 Changeset [d717020] by Wilmer van der Gaast <wilmer@…>
Debian changelog entry update for 3.0.4-1.
16:38 Changeset [3f808ca] by Wilmer van der Gaast <wilmer@…>
Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. …
12:54 Changeset [877686b] by Wilmer van der Gaast <wilmer@…>
Read both alias and server_alias properties for libpurple contacts. …
12:25 Ticket #421 (bitlbee is not doing SRV lookups on FreeBSD) closed by wilmer
fixed: Sigh, that sucks. Maybe some day when I add support for an async DNS …
12:12 Changeset [e46db53] by Wilmer van der Gaast <wilmer@…>
Another packaging fix: Don't put skyped manpage in bitlbee-common.

2011-12-10:

22:54 Changeset [8b39b1a] by Wilmer van der Gaast <wilmer@…>
asciidoc dependency to build Skype docs.
22:43 Changeset [57da960] by Wilmer van der Gaast <wilmer@…>
Skype module packaging.

2011-12-09:

10:17 BadContent edited by wilmer
(diff)

2011-12-07:

21:52 Ticket #863 ([Patch] allow jabber users to avoid sasl authentication) closed by wilmer
fixed: Submitted as changeset:devel,840. Thanks!
21:47 Changeset [06b5893] by Wilmer van der Gaast <wilmer@…>
Merging non-SASL authentication patch from #863. This also implements …
21:37 Changeset [aee8c19] by Wilmer van der Gaast <wilmer@…>
Fix libresolv detection on FreeBSD. Based on a patch by ashish@….
09:28 Ticket #870 (Jabber/Google Talk disconnects (..stream error: str:text)) closed by wilmer
invalid: What makes you think BitlBee is the one deciding to disconnect here …
02:13 Ticket #870 (Jabber/Google Talk disconnects (..stream error: str:text)) created by brynet@…
Hi, I previously sent a bug report about this, but my initial theory …

2011-12-06:

21:50 Changeset [b041b52] by Wilmer van der Gaast <wilmer@…>
Merging compiler warning fixes from vmiklos. This change also …
00:53 Changeset [d7edadf] by Miklos Vajna <vmiklos@…>
yahoo: unused-but-set-variables
00:53 Changeset [d18db32f] by Miklos Vajna <vmiklos@…>
oscar: unused-but-set-variables
00:53 Changeset [5dc7f90] by Miklos Vajna <vmiklos@…>
msn: unused-but-set-variables

2011-12-05:

06:09 Ticket #869 (aim/oscar away glitch) created by vee
$ bitlbee -V BitlBee bzr-837 API version 030004 using "/away -one …

2011-12-04:

19:21 Changeset [df98ee8]3.0.4 by Wilmer van der Gaast <wilmer@…>
Version 3.0.4, probably.
19:14 Changeset [ca974d7] by Wilmer van der Gaast <wilmer@…>
Debug output tweaks: Try to send everything to stderr, and add ifdef …

2011-12-03:

14:41 BadContent edited by wilmer
(diff)

2011-12-02:

23:33 BadContent edited by wilmer
(diff)
10:32 Changeset [bd31661] by Wilmer van der Gaast <wilmer@…>
Somewhat improve debug logging of HTTP/SOAP stuff.
09:56 Ticket #868 (bee dies using otr trust someone and otr messages shown as notices) created by tittof
using the latest bee from bzw (since 833) otr seems not to work well …

2011-11-29:

11:46 Ticket #867 (Option to not store account passwords) created by devoas@…
It would be nice if there were an option to not store passwords with …

2011-11-28:

22:14 Ticket #866 (Workaround broken SASL implementation(s)) created by brmiller@…
I am using Bitlbee against a broken OpenFire server which fails in the …
08:42 Changeset [191ac9d] by Wilmer van der Gaast <wilmer@…>
Merging typo fix for Skype config installation.
08:35 Ticket #853 (Possible path traversal in otr_save) closed by wilmer
fixed: Done.
08:34 Changeset [ddcff199] by Wilmer van der Gaast <wilmer@…>
Merge from pesco.

2011-11-26:

18:41 Changeset [c77406a] by Wilmer van der Gaast <wilmer@…>
MSN: No clue if the OUT command can specify other reasons, but if so, …
00:41 Changeset [c7b94ef] by unknown <pesco@…>
make sure we avoid file traversal in otr load/save functions (#853)

2011-11-25:

12:16 Changeset [3bd2f17] by Wilmer van der Gaast <wilmer@…>
msn_soap_debug_print may get called with NULL pointers. Pay attention.
07:48 Ticket #799 (libintl.so.8 missing while inslalling 3.0.3 port on Freebsd 7.2-RELEASE-p4) closed by wilmer
invalid: Hrmm, that sounds like a problem with gmake, not with BitlBee..
07:47 Ticket #804 (configure : line 'twitter=1' unnecessarily duplicated.) closed by wilmer
fixed: Heh, well spotted. :-) changeset:devel,830
07:46 Changeset [693ff09] by Wilmer van der Gaast <wilmer@…>
Removing duplicate twitter=1 line. Bug #804.
07:45 Ticket #805 (Twitter: auto-delete old tweets) closed by wilmer
wontfix: Sounds like obscure enough that you should write a script for it. The …
07:41 Ticket #837 (When joining oscar (AOL IM) group chats, /names shows full contact ...) closed by wilmer
moreinfo: Sounds like you're joining the wrong channel.. This is 7 weeks old …
07:40 Ticket #838 (Twitter stops fetching tweets after 5am CET) closed by wilmer
fixed
07:40 Ticket #846 (Bitlbee Start/Stop script in Debian doesn't stop bitlbee) closed by wilmer
worksforme
07:28 Ticket #849 (My user account) closed by wilmer
invalid
07:25 Ticket #862 (HTML tags not correctly stripped with OTR) closed by wilmer
duplicate: This is really in 3.0.3 I guess? This is likely a duplicate of #690 then.
06:50 Ticket #865 (Make bitlbee send "is away" and such status messages via &bitlbee ...) created by dion@…
[…]

2011-11-24:

13:11 Changeset [e4fc493] by Miklos Vajna <vmiklos@…>
Fix Skype typo: the in-tree config has a .dist suffix
08:18 Changeset [90fc864] by Wilmer van der Gaast <wilmer@…>
Hopefully this fixed #838. Patch from Artem Savkov, thanks! The …
07:38 Changeset [c945ee3] by Wilmer van der Gaast <wilmer@…>
Merge from vmiklos.
06:51 BadContent edited by wilmer
(diff)

2011-11-23:

16:27 Changeset [d45b181] by Miklos Vajna <vmiklos@…>
Add missing 'skype/skyped.conf.dist'

2011-11-22:

18:48 Ticket #857 (Segfault on msn_soap_passport_sso_build_request, bzr 825) closed by wilmer
worksforme: Hrmm, weird.. If you get this again with clear steps to reproduce, …
18:45 Ticket #858 (msn - Login error: Someone else logged in with your account) closed by wilmer
worksforme: Ok!
11:34 BadContent edited by wilmer
(diff)

2011-11-21:

11:49 Ticket #864 (Report error messages in appropriate channel) created by hyperhacker@…
When an error is generated (e.g. message too long for Twitter), the …
Note: See TracTimeline for information about the timeline view.