Custom Query (1098 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 1098)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#1297 duplicate GTalk: Certificate verification problem 0x14 adrianna.pinska@…
Description

This just started happening (server: im.bitlbee.org:6697; username/password edited out):

08:30:46 <root> Welcome to the BitlBee gateway! 08:30:46 <root> 08:30:46 <root> Running BitlBee 3.5.1+20171005+master+27-g861de54-git 08:30:46 <root> 08:30:46 <root> If you've never used BitlBee before, please do read the help information using the help command. Lots of FAQs are answered there. 08:30:46 <root> If you already have an account on this server, just use the identify command to identify yourself. 08:47:28 <> identify 08:47:28 <root> Password accepted, settings and accounts loaded 08:47:28 <root> Trying to get all accounts connected... 08:47:28 <root> jabber - Login error: OAuth failure (Certificate verification problem 0x14: certificate hasn't got a known issuer) 08:47:28 <root> jabber - Logging in: Signing off.. 08:47:28 <root> jabber - Logging in: Reconnecting in 5 seconds.. 08:47:33 <root> jabber - Login error: OAuth failure (Certificate verification problem 0x14: certificate hasn't got a known issuer) 08:47:33 <root> jabber - Logging in: Signing off.. 08:47:33 <root> jabber - Logging in: Reconnecting in 15 seconds.. 08:47:48 <root> jabber - Login error: OAuth failure (Certificate verification problem 0x14: certificate hasn't got a known issuer) 08:47:48 <root> jabber - Logging in: Signing off.. 08:47:48 <root> jabber - Logging in: Reconnecting in 45 seconds.. 08:48:33 <root> jabber - Login error: OAuth failure (Certificate verification problem 0x14: certificate hasn't got a known issuer) 08:48:33 <root> jabber - Logging in: Signing off.. 08:48:33 <root> jabber - Logging in: Reconnecting in 135 seconds..

#1295 worksforme add Matrix support to libpurple backend jon@…
Description

There's an official libpurple plugin by the Matrix folks that works with Pidgin. This would allow bitlbee to connect to Matrix directly, as well as various other networks, like Slack and Gitter. The github repository is matrix-org/purple-matrix.

#1294 other fix crash when gcry_cipher_open fails jiazhouyang09@…
Description

I analyzed the source code and found a potential bug that may cause crash.

In bitlbee-3.5.1/lib/ssl_gnutls.c:480:7, if "gcry_cipher_open" failed to open, "gcry_cipher_setkey" would cause a crash since "gcr" is null.

I think it's unsafe to assume that the library function would be correct. It would be better if we could handle the error properly.

Attached please find the patch against version bitlbee-3.5.1. Hopefully, it can solve this potential bug.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.