Commit Graph

24 Commits

Author SHA1 Message Date
394e181bb3
update version number 2024-07-25 16:44:24 +02:00
014a5390ed
remove "compiled on" string
It makes compiling more complicated and unreproducible binaries.
2024-07-25 16:42:11 +02:00
Bora M. Alper
915700a6da
Bump magnetico version to 0.12.0 2020-11-27 18:10:38 +00:00
Bora M. Alper
1f654b5404
v.0.11.0 upgrade dependencies 2020-02-22 16:11:42 +00:00
Bora M. Alper
25b3e8a9aa
magneticod: fix database open error logging 2020-02-22 15:57:07 +00:00
Bora M. Alper
a07e880ac5
bump version to v0.10.0 2020-02-22 15:44:02 +00:00
Bora M. Alper
9069506acc
magneticod: more conservative default values to prevent misuse 2020-02-22 14:27:21 +00:00
Bora M. Alper
f749941ca0
version 0.9.0 and fix stdout hex encoding 2019-09-18 02:13:55 +01:00
Bora M. Alper
0e9dcba5b6 fix Docker setup 2019-09-18 01:21:50 +01:00
Bora M. Alper
75abc0ee02
[magneticod] add parameters to adjust resource usage 2019-05-21 13:31:01 +01:00
Bora M. Alper
d55e65419d
[magneticod] switch to pkg/profile from std lib 2019-05-19 17:24:27 +01:00
Bora M. Alper
1fdfa131aa
v0.8.0 featuring BEP 51 "DHT Infohash Indexing" 2019-05-19 00:07:37 +01:00
Bora M. Alper
aae67090af
WIP for BEP 51 (complete but too buggy) 2019-05-15 13:18:42 +01:00
Bora M. Alper
b0c9198f8d
started working on BEP 51: DHT Infohash Indexing 2019-01-05 21:35:13 +03:00
Bora M. Alper
093d4c01f3
bumped version to v0.7.2 2019-01-01 18:29:34 +03:00
Bora M. Alper
b375658fca
updated version to v0.7.1 2018-12-30 19:39:41 +03:00
Bora M. Alper
32fbe90604
max # of leeches limited, fixed parameters are now configurable 2018-12-30 08:24:14 +03:00
Bora M. Alper
67d2110b6d
added compiledOn info to d&w 2018-12-25 18:35:11 +03:00
Bora Alper
d5a03feb43 v0.7.0-beta1 is ready! 2018-09-21 13:00:23 +01:00
Bora Alper
4b9b354171 fixed some go vet warnings, fixed formatting 2018-08-03 15:40:04 +03:00
Bora Alper
dc420da802 cumulative commit! (see the description for changes)
magneticod:
!!! disabled the gradual increase in congestion control, for some reason we still can't detect congestion...
- `*net.UDPAddr` in dht/mainline instead of `net.Addr`
- fixed a bug when a very small extension message received
- simplified how peer adress is handled in bittorrent/metadata/sink
- simplified TrawlingResult in dht/mainline

magneticow:
- use WAL for sqlite3

persistence:
- use URL.String() instead of url.Path in sql.Open() so that URL parameters are not lost...
2018-08-03 11:28:50 +03:00
Bora Alper
c07daa3eca magneticod: metadata leech refactored heavily, now much more readable <3
+ persistence: we now make sure that rows are always closed using `defer`
2018-07-24 15:41:13 +03:00
Bora Alper
f8b489f4a0 fixed some imports 2018-04-16 16:40:54 +01:00
Bora Alper
7a49acb50a created /cmd and /pkg directories 2018-03-02 18:56:17 +00:00