89 Commits

Author SHA1 Message Date
8bbd6aa1fd update the go modules v0.33.9 2024-11-13 14:58:29 -05:00
02c954c228 Fix up import paths 2024-11-09 11:53:41 -05:00
89ff8eee03 update module path 2024-11-08 14:33:07 -05:00
e294334abb fixup modules 2024-01-13 17:10:22 -05:00
idk
272ef550b7 fork it 2023-05-14 19:19:52 +00:00
idk
16a5d27f0c clean up modules 2023-01-23 05:01:57 +00:00
idk
5b8308625c separate download and upload handler 2023-01-15 23:07:07 +00:00
idk
4e6a12c27e add block upload handler 2023-01-15 22:16:34 +00:00
idk
f33c354e82 move block_handler, start uploader 2023-01-15 22:00:08 +00:00
idk
50d4aa85a4 remove substitutions from go modules 2023-01-06 04:57:47 +00:00
idk
1487cbf781 fix remaining I2P issues 2023-01-06 04:22:05 +00:00
idk
ed906bf55c update i2pkeys version 2022-09-23 00:22:53 -04:00
idk
b21d3cd500 resolve merge conflict 2022-09-02 19:27:47 -04:00
ea8b503f2a delete the unnecessary types and empty lines 2022-07-31 10:16:58 +08:00
81a090cb4e update dht server test 2022-07-30 23:01:14 +08:00
idk
925a365e5c Make the dialer types settable so I can finally switch this over to being an I2P application 2022-07-29 23:18:41 -04:00
idk
079c851e09 tracker fixes 2022-07-29 23:00:13 -04:00
idk
cda34d75ad fix merge conflicts 2022-07-29 22:59:01 -04:00
319b24e5e7 dht bootstrap ignores the unsupported addresses 2022-07-24 14:34:54 +08:00
602260229f add the verbose error information for dht server 2022-07-24 14:19:37 +08:00
08e96d75e1 fix the calculation the bucket id of route table 2022-07-24 14:06:28 +08:00
749fff8a3c fix: terminate the transaction in response from get_peers and find_nodes 2022-07-24 13:36:54 +08:00
9d60a418af add the test for go1.18 2022-05-10 20:44:44 +08:00
cdf38f2076 http tracker client supports to configure http.Client 2022-05-10 20:43:56 +08:00
6985e6dfc0 fix the bug about marshaling the krpc error message 2022-05-10 20:35:02 +08:00
8de6256598 update the doc comments 2022-05-10 20:33:06 +08:00
idk
3236a67c66 more purges of non-interface address types 2022-03-10 14:06:38 -05:00
idk
a8a6984ced upgrade metainfo to net.Addrs 2022-03-09 12:39:15 -05:00
idk
5c1d55731f even less dependence on concrete ntwork types 2022-03-03 19:17:51 -05:00
idk
5dac4ba515 purge more direct uses of net.IP 2022-03-03 18:36:22 -05:00
idk
6b9883fae7 Implement compact I2P addresses 2022-03-03 17:40:15 -05:00
idk
03d2419ec3 desthash is wrong right now. 2022-03-03 15:53:15 -05:00
idk
424c19af04 desthash is wrong right now. 2022-03-03 15:51:37 -05:00
idk
3c40f43f64 Add hypothetical patches 2022-01-13 16:07:53 -05:00
idk
3c2817b87d Add hypothetical patches 2022-01-13 16:04:17 -05:00
idk
ff4c19cc0a switch it over to interfaces 2021-12-30 15:43:15 -05:00
4314dbe520 only test go1.11+ 2021-09-05 21:19:43 +08:00
c717b4efcf update github action workflows 2021-09-05 21:18:23 +08:00
4ff417fc95 update github action workflows 2021-09-05 21:15:49 +08:00
91c1b00781 update github action workflows 2021-09-05 21:10:10 +08:00
9dd65eb86c update github action workflows 2021-09-05 21:04:46 +08:00
1fae5655b3 use github actions instead of travis 2021-09-05 21:00:50 +08:00
55029fba24 update README 2021-06-11 21:07:32 +08:00
55d5ad3494 the directory to create Info must contain a file at least 2021-02-08 16:34:25 +08:00
fd3825a27b fix the error when newing a Info from a directory 2021-02-08 15:32:53 +08:00
b983dc1754 fix: Info.GetFileByOffset only allows fileOffset==file.Length for the last file 2021-01-03 11:07:09 +08:00
a44f3f34b6 fix: add the file Paths for the single file for Info.GetFileByOffset 2021-01-03 11:03:01 +08:00
9b1326d9a4 fix: correct fileOffset to file.Length when Info.GetFileByOffset reaches the last file 2021-01-03 10:59:08 +08:00
9fdf2b2a6b update and fix the metainfo 2020-12-26 23:19:42 +08:00
1d811ccdc2 GetPeers returns []GetPeersResult instead of <-chan GetPeersResult 2020-10-24 12:32:04 +08:00