flightlevel
e188454fec
Use NETStandard for Jackett.Common
2019-01-10 20:22:15 +11:00
kaso17
590fd5139f
SceneHD: use API
2018-12-28 17:52:32 +01:00
kaso17
37ccdbb19d
Torrents.Md: removed (closed)
2018-12-28 16:16:18 +01:00
Garfield69
98439ea414
btdb: gone
2018-12-19 07:06:21 +13:00
Garfield69
9f56be5500
extratorrentclone: gone.
2018-11-18 16:23:48 +13:00
Garfield69
5e4cb3581d
bt-scene: gone.
...
if it shows up again we can always add it back.
2018-09-26 20:08:47 +12:00
Garfield69
67f50e88a3
IdopeClone: replacement clone of Idope which is gone. Resolves #3832
2018-09-19 12:34:03 +12:00
Garfield69
ee20b141da
hd4free: prevent updater blowing away new site indexer
2018-09-18 14:33:45 +12:00
flightlevel
9a15f1d1a3
Remove horriblesubs yaml file
2018-09-15 15:22:38 +10:00
Garfield69
c9f874dc93
torrentkim: gone. resolves #3306
2018-09-15 11:33:22 +12:00
kaso17
837e74a743
Updater: cleanup
2018-09-03 17:23:18 +02:00
kaso17
630f613721
Updater: workaround for WaitForExit()
2018-09-03 17:10:43 +02:00
kaso17
aba9e6db47
Updater: try SIGTERM first
2018-09-03 16:35:56 +02:00
flightlevel
fffd53cc1f
Don't remove appsettings.json
2018-08-29 19:26:24 +10:00
flightlevel
8ce3b35595
Updater: Remove unused legacy files
2018-08-18 18:22:28 +10:00
flightlevel
d054bfce87
Remove references to NET452, no longer supported
2018-08-18 17:37:46 +10:00
flightlevel
a752a39230
Add ability to use appsettings.json
...
https://github.com/Jackett/Jackett/issues/3583
2018-08-14 19:58:11 +10:00
kaso17
42e6600c6a
NextTorrent: removed (dead)
2018-07-31 11:00:34 +02:00
kaso17
e61f6e78b3
EoT-Forum: removed (dead)
2018-07-30 18:06:57 +02:00
flightlevel
42728e2694
Update installer so that it kills Jackett when uninstalling
2018-06-30 22:49:11 +10:00
flightlevel
47a84775c5
Launch tray icon when Windows service updates
2018-06-27 22:02:51 +10:00
flightlevel
060972475f
Windows Tray/Serice update improvements
2018-06-26 19:44:12 +10:00
flightlevel
aa3e9c6fde
Updater: Add version element
2018-06-24 18:04:59 +10:00
flightlevel
7f9fff4683
Jackett.Updater: Make compatible with both legacy & .NET Core
2018-06-24 11:31:08 +10:00
flightlevel
b56552e0f4
Updater: Remove unused reference
2018-06-23 11:36:29 +10:00
kaso17
687e6e237f
TorrentWTF: removed (dead)
2018-06-14 19:28:36 +02:00
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
kaso17
35191c913d
update icon
...
Thank you @Giligilitelj
fix #1598
2017-12-01 10:46:01 +01:00
kaso17
7b80d3c07e
fix updater options
2017-11-14 20:21:40 +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
flightlevel
7ce1c4acfb
Appveyor: Patch Version ( #2073 )
...
-Patch csproj version in Appveyor build
-Rename Jacket.Common to Jackett.Common
-Remove build.bat (no longer used or maintained)
2017-11-05 21:53:43 +11:00