Custom Query (1098 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 1098)

Ticket Owner Reporter Resolution Summary
#237 willie@… worksforme MSN fails to login
Description

Since the first time I started to use BitlBee (like 5 days ago). MSN has never worked.

I started out with v1.01 (default in ubuntu dapper). Both MSN and Jabber had problems. Now I tried "Wilmers rewritten Jabber" version, and Jabber indeed seem to work ok, except for the "jabber - WARNING: Received presence information from unknown" error message.

Anyway, MSN fails to login. (in both 1.01 and Wilmers Dev version)

This is the output:

15:44 msn - Logging in: Connecting 15:48 msn - Logged out: Short write() to main server 15:48 msn - Signing off.. 15:48 msn - Reconnecting in 300 seconds..

So what is the problem here? Did MS update their MSN service?

#245 wilmer fixed 100% CPU bug in irc_free()
Description

This little piece of code in irc_free() is baaaad:

257 while (irc->accounts) 258 account_del(irc, irc->accounts);

A BitlBee process on testing is stuck now because irc->accounts->gc != NULL... Account cleanup is a bit messy in BitlBee at a couple of places.

#276 datlicht@… fixed errors in IRC-client with numeric nicks
Description

Hi,

some clients like mIRC can't really handle numeric-only and cause failures (no query possible, messages go to status window instead of personal window, even software crash) like they're happening in ICQ buddies. Also, I know no IRC server that allows numeric nicknames.

Numeric nick names should have at least one alpha-numeric character.

Regards, DatLicht

Note: See TracQuery for help on using queries.