Commit Graph

30 Commits

Author SHA1 Message Date
Bora M. Alper
0e9dcba5b6 fix Docker setup 2019-09-18 01:21:50 +01:00
Bora M. Alper
2cc4c4930a
[magneticow] fully client-side rendering + better file tree + API fixes 2019-05-21 13:31:51 +01:00
Bora M. Alper
a40322d2d8
[magneticow] now works on mobile! 2019-05-19 17:21:50 +01:00
Bora M. Alper
5507ca371a
fix docker, move to go modules 2019-05-19 01:27:10 +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
093d4c01f3
bumped version to v0.7.2 2019-01-01 18:29:34 +03:00
Bora M. Alper
8aaf9b4adf
fixed search error (#183) 2019-01-01 18:23:57 +03:00
Bora M. Alper
70371bf65a
updated READMEs of d/w 2018-12-31 12:47:56 +03:00
Bora M. Alper
f8a780068c
fixed no-auth problem (now works as intended) 2018-12-30 19:40:11 +03:00
Bora M. Alper
b375658fca
updated version to v0.7.1 2018-12-30 19:39:41 +03:00
Bora M. Alper
06383d1a2e
stylistic changes 2018-12-30 08:25:03 +03:00
Bora M. Alper
67d2110b6d
added compiledOn info to d&w 2018-12-25 18:35:11 +03:00
Bora M. Alper
020b55104f
better error handling in c&w 2018-12-24 21:30:07 +03:00
Bora Alper
d5a03feb43 v0.7.0-beta1 is ready! 2018-09-21 13:00:23 +01:00
Bora Alper
2328087edb magneticow: web: enable caching static resources for 24 hours 2018-08-27 20:25:41 +03:00
Bora Alper
74ca0cac13 magneticow: api: return 404 when the resource is not found 2018-08-27 20:25:17 +03:00
Bora Alper
4c4dc1c173 added documentation, and Dockerfiles 2018-08-27 11:15:01 +03: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
0614e9e0f9 magneticow: basic auth now works! 2018-07-12 10:58:39 +03:00
Bora Alper
a9cf795562 magneticow api is now *completely* done! 2018-07-08 12:08:24 +03:00
Bora Alper
ba1be368cf magneticow & api: statistics are now working! 2018-07-07 14:56:34 +03:00
Bora Alper
1e4b6d55aa magneticow: feeds now work! 2018-07-01 18:16:17 +03:00
Bora Alper
80881c42c3 magneticow: most recent torrents now works correctly 2018-07-01 17:30:06 +03:00
Bora Alper
e20cdca890 magneticow: orderBy now works at API endpoint, no web interface yet 2018-06-29 20:08:00 +03:00
Bora Alper
3a45f17647 now torrent pages work too!
- Changed the URL structure of torrent pages:
  Before:
    /torrents/{{infoHash}}/{{name}}
  After:
    /torrents/{{infoHash}}
2018-06-29 18:58:57 +03:00
Bora Alper
0501fc3e3c magneticow: search now works perfectly!
- support for ordering is yet to be implemented
2018-06-19 18:49:46 +03:00
Bora Alper
0c54cc80dc [magneticow] the search now works, but need to change our approach 2018-04-25 21:33:50 +01: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