mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Blocked users (by ipfilter) are now logged in GUI
This commit is contained in:
@@ -716,6 +716,9 @@ void bittorrent::readAlerts(){
|
||||
emit trackerAuthenticationRequired(p->handle);
|
||||
}
|
||||
}
|
||||
else if (peer_blocked_alert* p = dynamic_cast<peer_blocked_alert*>(a.get())){
|
||||
emit peerBlocked(QString(p->ip.to_string().c_str()));
|
||||
}
|
||||
a = s->pop_alert();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user