Commit Graph

349 Commits

Author SHA1 Message Date
kaso17 e5929c850c Updater: remove tehconnection.yml 2018-05-13 14:58:44 +02:00
kaso17 525f78caca OxTorrent: removed (dead) 2018-03-29 17:37:27 +02:00
flightlevel 3e5e48c3a0
Change namespace to Jackett.Common (#2691)
Really hope I don't break anything with this
Went to have a go at .NET core and it just became too confusing for me with 'Jackett' namespace referring to both Jackett.Common and Jackett
2018-03-10 19:05:56 +11:00
kaso17 21c7bf604a Rockhard Lossless: removed (dead)
according to https://opentrackers.org/rockhard-lossless/
2018-03-06 11:10:51 +01:00
kaso17 a3de7fc47b CZTeam: removed (shutdown)
http://torrentinvites.org/f36/czteam-club-general-2017-review-226056/
2018-03-05 18:56:01 +01:00
kaso17 e3d9c68f5a Gormogon: removed (shutdown) 2018-03-05 18:51:53 +01:00
Garfield69 1f47546846 SkyTorrents: shutdown.
details at
https://torrentfreak.com/skytorrents-dumps-massive-torrent-database-and-shuts-down180221/
2018-02-22 07:11:48 +13:00
Garfield69 05f82c66b0 hd4free: Gone. Deleting indexer resolves #2584 2018-02-14 11:49:42 +13:00
Garfield69 6ffb9dc9ef delete hachede-c #2521 2018-02-01 07:43:53 +13:00
Garfield69 7dad79d5a5 infinityt: removed, its closed.
see https://opentrackers.org/infinity-t-has-shut-down/ for details.
2018-01-11 07:05:04 +13:00
kaso17 31118e222b ULTRAHDCLUB: removed (dead) 2018-01-10 18:20:52 +01:00
kaso17 becfabfc79 u-torrents: removed (same as Szene FZ now) 2018-01-10 14:19:35 +01:00
kaso17 e9bbaf7075 Updater: remove secretcinema.yml 2018-01-03 19:51:00 +01:00
kaso17 6a24c55f06 Apollo: migrate to Gazelle base 2017-12-05 16:15:19 +01:00
kaso17 70a47c80b5 TorrentVault: removed (dead) 2017-12-02 05:09:55 +01:00
Nathan Holland 1c62504b22 Remove Static Configuration Class and .NET Core Prep (#2122)
* Remove static configuration class that required prior knowledge of when it was initialised to dependency injected method that ensures all configuration has already occured.

* Specify a different log name for the updater, require a path when running the Jackett updater

* Update to all .NET Standard packages

* Explicitly specify the restore project style

* Move automapper out of the  DI framework and put crude detection to prevent it from initializing more than once.
2017-11-13 19:38:38 +11:00
kaso17 b040187c3f fix null pointer exception 2017-11-08 17:48:27 +01:00
Nathan Holland 52c0179e8e Feature/autofac tidyup (#2096)
* Move service config service back into shared .NET Framework Library

* Move Content files into shared folder. Make autoface load different assembilies depending on what framework is using it.

* Change my mind on what the shared module should be called. Common Module is too bland.

* DotNet4.SocksProxy is not yet publically .NET Standard. Revert to previous SocksWebProxy package.

* Check in unstaged change to test dependency injection setup.
2017-11-08 15:45:21 +01:00
Garfield69 81b2eed342 torrentproject: removed to stop user confusion re: 403 forbidden
in the event it revives we can always add it back ;-)
2017-11-08 07:44:44 +13:00
kaso17 1a802f3e32 Blu-bits: removed (dead) 2017-11-06 15:15:02 +01:00
kaso17 25d0ec6ddb BitHQ: removed (dead) 2017-11-06 15:12:42 +01:00
Garfield69 7039bbdb51 t411v2: gone. redirects to yggtorrent.com fix #2040 2017-11-01 10:05:54 +13:00
kaso17 ecc438b21e Isohunt: remove (dead) 2017-10-03 14:04:29 +02:00
garfield69 aee64183fc rapidetracker: cleanup after removal. closes #1870 (#1874) 2017-09-22 08:04:52 +02:00
kaso17 b378f74202 zetorrents: remove 2017-09-15 17:08:33 +02:00
kaso17 c2cf5adeb2 PolishTracker: update for new reaper engine 2017-09-11 15:10:54 +02:00
kaso17 490254d16b Revert "Dream Team: remove (dead)"
This reverts commit a5cc7d973f.
2017-09-11 10:26:11 +02:00
kaso17 a5cc7d973f Dream Team: remove (dead) 2017-09-09 14:36:47 +02:00
garfield69 9ada58a6e3 HDClub: remove (#1772)
* drop HDClub

* delete hdclub

* Delete hdclub.yml
2017-09-03 12:16:37 +02:00
kaso17 b6892f1dc6 Dragon World (DTW): remove (dead) 2017-08-28 14:51:33 +02:00
kaso17 7229da2fbb QcTorrent: removed (dead) 2017-08-18 18:28:39 +02:00
kaso17 978ce0827f Le Paradis Du Net: removed (dead) 2017-08-18 17:59:40 +02:00
Francis Noel f2ce167bbf t411 v2 (#1620)
* New nextorrent URL

Change url to : http://www.nextorrent.cx
Fix search url

* new cpasbien url

Change to : http://cpabien.cc

* Add zetorrents tracker

* t411 v2 + remove maniatorrent

* Update Jackett.Updater (remove maniatorrent)

* fix the formatting

Change TAB with SPACE
2017-08-11 21:45:49 +10:00
chibidev 345602926e Feature/cleaning up aggregate indexer fallback (#1507)
* Line endings...

* Refactoring how MetaIndexers handle fallbacks

Originally this modification was part of a much larger refactoring,
however for the sake of reviewability I split it into smaller chunks.
Sadly it is still quite large.
I wanted to split it even more, however after a certain point there was
really no value in creating smaller chunks. The biggest part of this
modification would be still huge.

So all in all, there're 3 aspects of this modification
- It modifies BaseIndexer so that it now implements IIndexer (will be
very useful later on)
- Resolving most of the warnings currently in Jackett (the only ones
remaining are related to Autofac, however if I could I would just burn
Autofac altogether rather than fix the warnings. Will open discussion on
this.)
- Biggest part: refactoring how MetaIndexers handle fallbacks and how
they provide the final result set

MetaIndexers now accept any kind of fallback and filtering mechanism
that implements the necessary interface, so that in the future IMDB
fallback and filtering won't be the only one. I know there are not a lot
of unit tests around Jackett at the moment, however this renders the
class much more unittestable as well.

* Autofac started complaining... I don't understand...
2017-06-28 07:31:38 +02:00
kaso17 0faed4e6b0 purge nachtwerk 2017-06-06 19:06:30 +02:00
kaso17 a86c30fdd4 nyaa cleanup 2017-05-06 15:30:00 +02:00
flightlevel f2def1f615 Normalise Line endings (#1284)
* Add .gitattributes

* Normalise line endings
2017-04-15 18:45:10 +10:00
kaso17 70a46e58d1 hdbc: rename to hdbitscom 2017-03-24 08:39:42 +01:00
kaso17 ece8d524de T411: Replace definition with native implementation 2017-02-15 20:55:16 +01:00
kaso17 d703488ccc RARBG: change to torrentapi.org 2017-01-31 19:37:28 +01:00
kaso17 85bb2dba34 Delete old files during update 2017-01-28 07:08:28 +01:00
kaso17 3b7a6ad038 Fix updater for update locations with spaces in the path 2017-01-24 14:04:03 +01:00
kaso17 073c23c177 Disable mono specific code 2017-01-20 14:03:03 +01:00
kaso17 16ef8061a3 Add --NoRestart command line flag and pass pids to the updater (--KillPids) 2017-01-20 13:50:23 +01:00
kaso17 bfdc5043eb JackettUpdater: create missing directories and remove legacy files 2016-12-10 10:48:24 +01:00
Azerelat a88f248b75 Add logging to updater 2016-01-10 20:06:09 +00:00
WhatFox 44aa33a7e0 Close tray app when updating 2015-11-18 19:39:40 +00:00
WhatFox a134a77b9f Fix tray blocking updates 2015-11-10 22:18:58 +00:00
WhatFox a9e14cc4af Auto update #8 2015-11-09 21:59:16 +00:00