filecxx

Results 351 comments of filecxx

The crypto=built-in was great, but I need HTTPS trackers to work, is there a way to create a custom handle like below ``` session_.xxx_handle([](auto prototol,auto callback) { if(protocol =="https"){ //.......

``` case (int)seh_errors::error_code_enum::access_violation ... case (int)seh_errors::error_code_enum::array_bounds_exceeded ... ``` this was what I did.

I believe the counter is incorrect. Because I will check the number of peers every 30 seconds. ``` void dht::on_stats(lt::dht_stats_alert* alert,bool dht_running) { auto now = ext::time::steady_now(); auto peers =...

I'm currently working on another project, I will add this after it's done.

You can use "exe icon changer" to change the icon.

3.0会是一个大更新,不只是增加ed2k,还有文件搜索引擎,可以自定义规则,订阅搜索引擎列表等,浏览器扩展还需要增加类似F12的DOM选择器用于制作规则。 还会增加资源采集器等等,工程量不会太小,在这之前还有另外一个项目需要完成 "TorrentBase". 所以可能需要等一段时间。

> > > > 非常期待! 请问UI 库能开放使用吗?可以不开放源代码。@filecxx UI库以后会独立出来成为一个完整的项目,但是现在还未全部开发完成,部分的语法可能会改变,目前设计并未达到我理想中的 “最简化” 目的。

下载完毕之后只在自己私有的P2P网络之间共享,这属于吸血行为,容易被其他客户端屏蔽,实际上这个功能几年前已经实现了,目前并没有加入,2.7版本之后我会开始另一个项目,TorrentBase,主要就是解决冷门资源问题,至于私有p2p网络3.0之后再设计(非吸血形式) https://github.com/filecxx/FileCentipede/issues/267