I got this debug message in log when using tor with firefox, it run sucess but get this message: [warn] your application (using socks4 to port 80) is giving Tor only on an IP address. Application that do not DNS resolves themselves may leak information. COnsider using Socks4a (e.g via privoxy or socat) instead...... anyone ?
epage: Is TOR supposed to provide contacts (Roster)? Code: Tp::Features features; features << Tp::Connection::FeatureRoster; qDebug() << "create connection: wait to get ready (Roster)"; connect( m_account.data()->connection().data()->becomeReady(features), SIGNAL(finished(Tp::PendingOperation*)), this, SLOT(onConnectionReady(Tp::PendingOperation*)) ); I don't ever get the finished signal for TOR. I do get for "ring" even w/o getting any contacts and I do get for "spirit" (skype) with all the skype contacts. Decide to ask before going too crazy trying to find the problem. Thanks
Tp::Features features; features << Tp::Connection::FeatureRoster; qDebug() << "create connection: wait to get ready (Roster)"; connect( m_account.data()->connection().data()->becomeReady(features), SIGNAL(finished(Tp::PendingOperation*)), this, SLOT(onConnectionReady(Tp::PendingOperation*)) );
well I'm having network error issues almost every time my internet connections switches from wifi to gprs or vice versa. The only way to fix it is to disable and re-enable the Gvoice account. Also, when connected I now miss a lot of received texts, they just never show up **EDIT** Btw, this pretty much started after PR1.2 I have the most current version of TOR available from the repositories