Home
last modified time | relevance | path

Searched refs:peer_blocked_alert (Results 1 – 19 of 19) sorted by relevance

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dalert.cpp218 POLY(peer_blocked_alert)
723 class_<peer_blocked_alert, bases<peer_alert>, noncopyable>( in bind_alert()
726 .add_property("ip", make_getter(&peer_blocked_alert::ip, by_value())) in bind_alert()
728 .add_property("reason", &peer_blocked_alert::reason) in bind_alert()
731 enum_<peer_blocked_alert::reason_t>("reason_t") in bind_alert()
732 .value("ip_filter", peer_blocked_alert::reason_t::ip_filter) in bind_alert()
733 .value("port_filter", peer_blocked_alert::reason_t::port_filter) in bind_alert()
734 .value("i2p_mixed", peer_blocked_alert::reason_t::i2p_mixed) in bind_alert()
735 .value("privileged_ports", peer_blocked_alert::reason_t::privileged_ports) in bind_alert()
736 .value("utp_disabled", peer_blocked_alert::reason_t::utp_disabled) in bind_alert()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dalert.cpp220 POLY(peer_blocked_alert)
725 class_<peer_blocked_alert, bases<peer_alert>, noncopyable>( in bind_alert()
728 .add_property("ip", make_getter(&peer_blocked_alert::ip, by_value())) in bind_alert()
730 .add_property("reason", &peer_blocked_alert::reason) in bind_alert()
733 enum_<peer_blocked_alert::reason_t>("reason_t") in bind_alert()
734 .value("ip_filter", peer_blocked_alert::reason_t::ip_filter) in bind_alert()
735 .value("port_filter", peer_blocked_alert::reason_t::port_filter) in bind_alert()
736 .value("i2p_mixed", peer_blocked_alert::reason_t::i2p_mixed) in bind_alert()
737 .value("privileged_ports", peer_blocked_alert::reason_t::privileged_ports) in bind_alert()
738 .value("utp_disabled", peer_blocked_alert::reason_t::utp_disabled) in bind_alert()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dfwd.hpp104 struct peer_blocked_alert;
H A Dalert_types.hpp1734 struct TORRENT_EXPORT peer_blocked_alert final : peer_alert struct
1737 peer_blocked_alert(aux::stack_allocator& alloc, torrent_handle const& h
1740 TORRENT_DEFINE_ALERT(peer_blocked_alert, 54)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dfwd.hpp104 struct peer_blocked_alert;
H A Dalert_types.hpp1734 struct TORRENT_EXPORT peer_blocked_alert final : peer_alert struct
1737 peer_blocked_alert(aux::stack_allocator& alloc, torrent_handle const& h
1740 TORRENT_DEFINE_ALERT(peer_blocked_alert, 54)
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dtorrent.cpp3702 , host, peer_blocked_alert::ip_filter); in on_peer_name_lookup()
6080 , a, peer_blocked_alert::ip_filter); in on_proxy_name_lookup()
6167 , a, peer_blocked_alert::ip_filter); in connect_web_seed()
6262 , a, peer_blocked_alert::ssrf_mitigation); in connect_web_seed()
10351 , adr, peer_blocked_alert::ip_filter);
10363 , adr, peer_blocked_alert::port_filter);
10377 , adr, peer_blocked_alert::i2p_mixed);
10504 if (alerts().should_post<peer_blocked_alert>())
10509 , peer_blocked_alert::ip_filter);
10524 if (alerts().should_post<peer_blocked_alert>())
[all …]
H A Dsession_impl.cpp2786 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2787 m_alerts.emplace_alert<peer_blocked_alert>(torrent_handle() in incoming_connection()
2788 , endp, peer_blocked_alert::utp_disabled); in incoming_connection()
2798 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2800 , endp, peer_blocked_alert::tcp_disabled); in incoming_connection()
2831 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2833 , endp, peer_blocked_alert::invalid_local_interface); in incoming_connection()
2858 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2860 , endp, peer_blocked_alert::invalid_local_interface); in incoming_connection()
2882 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
[all …]
H A Dalert.cpp1384 peer_blocked_alert::peer_blocked_alert(aux::stack_allocator& alloc in peer_blocked_alert() function in libtorrent::peer_blocked_alert
1390 std::string peer_blocked_alert::message() const in message()
3072 constexpr alert_category_t peer_blocked_alert::static_category;
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dtorrent.cpp3702 , host, peer_blocked_alert::ip_filter); in on_peer_name_lookup()
6080 , a, peer_blocked_alert::ip_filter); in on_proxy_name_lookup()
6167 , a, peer_blocked_alert::ip_filter); in connect_web_seed()
6262 , a, peer_blocked_alert::ssrf_mitigation); in connect_web_seed()
10346 , adr, peer_blocked_alert::ip_filter);
10358 , adr, peer_blocked_alert::port_filter);
10372 , adr, peer_blocked_alert::i2p_mixed);
10499 if (alerts().should_post<peer_blocked_alert>())
10504 , peer_blocked_alert::ip_filter);
10519 if (alerts().should_post<peer_blocked_alert>())
[all …]
H A Dsession_impl.cpp2786 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2787 m_alerts.emplace_alert<peer_blocked_alert>(torrent_handle() in incoming_connection()
2788 , endp, peer_blocked_alert::utp_disabled); in incoming_connection()
2798 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2800 , endp, peer_blocked_alert::tcp_disabled); in incoming_connection()
2831 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2833 , endp, peer_blocked_alert::invalid_local_interface); in incoming_connection()
2858 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
2860 , endp, peer_blocked_alert::invalid_local_interface); in incoming_connection()
2882 if (m_alerts.should_post<peer_blocked_alert>()) in incoming_connection()
[all …]
H A Dalert.cpp1384 peer_blocked_alert::peer_blocked_alert(aux::stack_allocator& alloc in peer_blocked_alert() function in libtorrent::peer_blocked_alert
1390 std::string peer_blocked_alert::message() const in message()
3072 constexpr alert_category_t peer_blocked_alert::static_category;
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dsession.cpp4531 case lt::peer_blocked_alert::alert_type: in handleAlert()
4532 handlePeerBlockedAlert(static_cast<const lt::peer_blocked_alert*>(a)); in handleAlert()
4788 void Session::handlePeerBlockedAlert(const lt::peer_blocked_alert *p) in handlePeerBlockedAlert()
4793 case lt::peer_blocked_alert::ip_filter: in handlePeerBlockedAlert()
4796 case lt::peer_blocked_alert::port_filter: in handlePeerBlockedAlert()
4799 case lt::peer_blocked_alert::i2p_mixed: in handlePeerBlockedAlert()
4802 case lt::peer_blocked_alert::privileged_ports: in handlePeerBlockedAlert()
4805 case lt::peer_blocked_alert::utp_disabled: in handlePeerBlockedAlert()
4808 case lt::peer_blocked_alert::tcp_disabled: in handlePeerBlockedAlert()
H A Dsession.h617 void handlePeerBlockedAlert(const lt::peer_blocked_alert *p);
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_alert_types.cpp127 TEST_ALERT_TYPE(peer_blocked_alert, 54, 0, alert_category::ip_block); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_alert_types.cpp127 TEST_ALERT_TYPE(peer_blocked_alert, 54, 0, alert_category::ip_block); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/
H A DChangeLog260 * peer_blocked_alert now derives from peer_alert
739 * include reason in peer_blocked_alert
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/
H A DChangeLog272 * peer_blocked_alert now derives from peer_alert
751 * include reason in peer_blocked_alert
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/docs/
H A Dsettings.rst92 will be rejected with a peer_blocked_alert with