Home
last modified time | relevance | path

Searched refs:SYS_IPF (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/ipfilter/
H A Dconvertthread.cpp54 Out(SYS_IPF | LOG_IMPORTANT) << "Cannot find level1.txt file" << endl; in readInput()
59 Out(SYS_IPF | LOG_NOTICE) << "Loading " << txt_file << " ..." << endl; in readInput()
85 Out(SYS_IPF | LOG_NOTICE) << "Loaded " << input.count() << " lines" << endl; in readInput()
140 Out(SYS_IPF | LOG_IMPORTANT) << "Unable to open file for writing" << endl; in writeOutput()
145 Out(SYS_IPF | LOG_NOTICE) << "Loading finished, starting conversion..." << endl; in writeOutput()
H A Ddownloadandconvertjob.cpp63 Out(SYS_IPF | LOG_NOTICE) << "IP filter update failed: " << j->errorString() << endl; in convert()
97 Out(SYS_IPF | LOG_NOTICE) << "IP filter update failed: " << j->errorString() << endl; in downloadFileFinished()
115 Out(SYS_IPF | LOG_NOTICE) << "Mimetype: " << ptr.name() << endl; in downloadFileFinished()
157 Out(SYS_IPF | LOG_NOTICE) << "IP filter update failed: " << j->errorString() << endl; in extract()
172 … Out(SYS_IPF | LOG_NOTICE) << "IP filter update failed: cannot open zip file " << zipfile << endl; in extract()
194 …Out(SYS_IPF | LOG_NOTICE) << "IP filter update failed: no blocklist found in zipfile " << zipfile … in extract()
219 Out(SYS_IPF | LOG_NOTICE) << "IP filter update failed: " << j->errorString() << endl; in makeBackupFinished()
H A Dipblocklist.cpp86 Out(SYS_IPF | LOG_NOTICE) << "Cannot open " << path << ": " << file.errorString() << endl; in load()
101 Out(SYS_IPF | LOG_NOTICE) << "Loaded " << blocks.size() << " blocked IP ranges" << endl; in load()
H A Dipfilterplugin.cpp44 LogSystemManager::instance().registerSystem(i18n("IP Filter"), SYS_IPF); in load()
124 …Out(SYS_IPF | LOG_NOTICE) << "Scheduling ipfilter auto update on " << next_update.toString() << en… in checkAutoUpdate()
H A Dipblockingprefpage.cpp121 Out(SYS_IPF | LOG_NOTICE) << "Doing ipfilter auto update !" << endl; in doAutoUpdate()
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/util/
H A Dlog.h30 #define SYS_IPF 0x1000 // IPFilter macro
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dipfilterwidget.cpp190 … Out(SYS_IPF | LOG_NOTICE) << "Some lines could not be loaded. Check your filter file..." << endl; in loadFilter()