Commit Graph

11 Commits

Author SHA1 Message Date
Bora M. ALPER
a3adf88b45 Statistics page added to magneticow. 2017-05-06 01:25:44 +04:00
Bora M. ALPER
3b39c99206 v0.3.0 released, with very significant improvements!
magneticod:
* Stalled DisposablePeers are shut down after 120 seconds (fixes #47 and #38)
* Improved performance, thanks to @ngosang, @ad-m, and all other contributors (fixes #48)
* Default logging level is now set to INFO (since many users would freak out after seeing "peer failed" messages...)

magneticow:
* Search speed improved A LOT, like "A  L O T"! (fixes #8)
  (for the curious, the problem was that magneticow initialised database *every* *single* *time* a request is made because
  "the global application context" (`flask.g`) didn't work for some reason I don't know. Now it's blazing fast!
* A bit of logging added to assist the user. This is especially important as magneticow now takes a bit of time to initialize itself
  (as reasonably expected) and will not be able to handle any requests until it's complete.
* A faster but possibly less accurate (and not-guaranteed behaviour dependent) calculation of the number of torrents.
* Thousands separator for the torrent count in the homepage.
2017-04-26 01:47:13 +04:00
Bora M. Alper
7ffe670147 Merge pull request #13 from offbyone/master
Dockerize magnetico as a pair of conjoined containers
2017-04-16 22:08:37 +04:00
g_goessel
059330c188 Remove unused variable and resolve styling issues 2017-04-13 22:07:18 +02:00
guimoz
d3ff2419aa Refactoring of the counter code 2017-04-13 19:20:34 +02:00
guimoz
28109eb586 Adds a counter of indexed torrents on the homepage 2017-04-12 21:06:59 +02:00
Chris Rose
dd40222fd6 Dockerize magnetico as a pair of conjoined containers
docker-compose links them, they share a DB on a volume container, and
expose the web interface on the host port 12345
2017-04-10 09:13:14 -07:00
Bora M. Alper
0e48dff4fc Updated PATH instructions for macOS 2017-04-10 17:57:59 +04:00
Bora M. ALPER
1c15afb45a v0.2.0 released
## Changes
### mangeticod
* Cython-based bencoder.pyx is  used instead of our own pure Python solution.
* `--node-addr` commandline argument added.
* TCP QUICKACK is automatically enabled (instead of by default) so that magneticod can work on macOS as well.
* Database index added for `info_hash` column of `torrents` table.

### magneticow
* Some small performance improvements for search.
2017-04-10 17:44:09 +04:00
Bora M. ALPER
8a62e6bc2a fixed installation instructions to install locally 2017-04-03 02:59:09 +04:00
Bora M. ALPER
257912a12f initial commit 2017-04-03 00:11:58 +04:00