Go to the documentation of this file.
99 const QDateTime &expires);
116 const QString &version,
117 const QStringList &recommended);
144 void bug(
const QString &reason);
198 const QString &reason);
218 static QPair<QHostAddress,quint16>
splitAddress(
const QString &address);
239 const QString &action,
240 const QHash<QString,QString> &args);
243 const QString &action,
244 const QHash<QString,QString> &args);
247 const QString &action,
248 const QHash<QString,QString> &args);
251 Q_DECLARE_OPERATORS_FOR_FLAGS(TorEvents::Events)
void circuitStatusChanged(const Circuit &circuit)
void checkingOrPortReachability(const QHostAddress &ip, quint16 port)
void addressMapped(const QString &from, const QString &to, const QDateTime &expires)
static Event toTorEvent(const QString &event)
void serverDescriptorAccepted()
void clockSkewed(int skew, const QString &source)
void handleCircuitStatus(const ReplyLine &line)
void socksError(tc::SocksError error, const QString &destination)
void handleOrConnStatus(const ReplyLine &line)
void streamStatusChanged(const Stream &stream)
void dangerousTorVersion(tc::TorVersionStatus reason, const QString &version, const QStringList &recommended)
void bootstrapStatusChanged(const BootstrapStatus &status)
static QPair< QHostAddress, quint16 > splitAddress(const QString &address)
void bug(const QString &reason)
TorEvents(QObject *parent=0)
void handleAddressMap(const ReplyLine &line)
static const Event EVENT_MAX
void handleServerStatusEvent(tc::Severity severity, const QString &action, const QHash< QString, QString > &args)
void handleStreamStatus(const ReplyLine &line)
void dangerousPort(quint16 port, bool rejected)
void handleEvent(const ControlReply &reply)
void dirPortReachabilityFinished(const QHostAddress &ip, quint16 port, bool reachable)
void logMessage(tc::Severity level, const QString &msg)
static Event parseEventType(const ReplyLine &line)
void externalAddressChanged(const QHostAddress &ip, const QString &hostname)
static const Event EVENT_MIN
void handleGeneralStatusEvent(tc::Severity severity, const QString &action, const QHash< QString, QString > &args)
void handleBandwidthUpdate(const ReplyLine &line)
void newDescriptors(const QStringList &ids)
void handleStatusEvent(Event type, const ReplyLine &line)
void orPortReachabilityFinished(const QHostAddress &ip, quint16 port, bool reachable)
DebugMessage error(const QString &fmt)
void circuitEstablished()
static QString toString(TorEvents::Event e)
void bandwidthUpdate(quint64 bytesReceived, quint64 bytesSent)
void handleNewDescriptor(const ReplyLine &line)
Q_DECLARE_FLAGS(Events, Event)
void checkingDirPortReachability(const QHostAddress &ip, quint16 port)
void handleClientStatusEvent(tc::Severity severity, const QString &action, const QHash< QString, QString > &args)
void handleLogMessage(const ReplyLine &line)
void serverDescriptorRejected(const QHostAddress &ip, quint16 port, const QString &reason)