Commit Graph

1154 Commits

Author SHA1 Message Date
ilike2burnthing ee279dffac
psytorrents: removed, dead. resolves #1152 (#10835) 2021-01-17 03:50:45 +00:00
ilike2burnthing b28def09d6
3evils: removed, down for 30 days. resolves #4264 (#10815) 2021-01-14 00:45:16 +00:00
ilike2burnthing 0b4a1f8f71
onlyscene: removed, down for 30 days. resolves #8763 (#10814) 2021-01-14 00:37:11 +00:00
Garfield69 20cb8d1d5e newrealworld: sysop requests removal. resolves #10803 2021-01-13 14:58:13 +13:00
ilike2burnthing fb9d2fc77c
danishbytes: add private indexer. resolves #10758 (#10778) 2021-01-12 15:04:27 +00:00
ilike2burnthing 2d4ef63437
documentarytorrents: removed, down for 30 days. resolves #10474 (#10780) 2021-01-10 21:05:34 +00:00
ilike2burnthing 4adf982a8d
hachede: removed, down for 30 days. resolves #10475 (#10779) 2021-01-10 21:01:22 +00:00
ilike2burnthing 2f476008eb
coastalcrew: add new private indexer. resolves #10715 (#10775) 2021-01-10 00:14:27 +00:00
ilike2burnthing 87ad61bded
hddisk: removed, closed. resolves #7018 (#10773) 2021-01-09 21:56:22 +00:00
ilike2burnthing 29e72819e9
btgigs: removed, closed. resolves #10420 (#10717) 2021-01-03 01:55:41 +00:00
ilike2burnthing 70204971a2
asgaard: removed, dead. resolves #5562 (#10695) 2021-01-01 09:35:23 +00:00
ilike2burnthing 8bc21263d3
cooltorrent: removed, down for 30 days. resolves #9105 (#10694) 2021-01-01 09:27:19 +00:00
ilike2burnthing 02b8be9652
shareuniversity: removed, dead (#10633) 2020-12-26 23:17:27 +00:00
Diego Heras edce56f363
core: remove unused cli argument -j (ProxyConnection). resolves #9467 (#10608) 2020-12-22 18:37:16 +01:00
Garfield69 bc7362de4a tenyardtracker: removed. #795 2020-12-22 08:53:17 +13:00
Garfield69 b4456f3c9d ast4u: renamed animeworld + new domain resolves #10578 2020-12-21 10:09:36 +13:00
ilike2burnthing dd794f725d
leaguehd: rename to lemonhd. resolves #10533 (#10535) 2020-12-16 16:21:29 +00:00
ilike2burnthing c497d42a4e
takeabyte: remove, down for 30 days. resolves #4153 (#10530) 2020-12-16 01:08:04 +00:00
Diego Heras 1d80aea02a
Add documentation for Cache and FlareSolverr (#10498) 2020-12-13 22:29:20 +01:00
ilike2burnthing b39fd35cf9
Revert "omgwtftrackr: remove, down for 30 days. resolves #8970 (#10462)" (#10483)
This reverts commit 70416ae224.
2020-12-12 17:23:25 +00:00
Diego Heras 69125add3e
core: redo search cache from scratch. resolves #10382 (#10447)
In simple words, when you make a request in Jackett, the results are saved in memory (cache). The next request will return results form the cache improving response time and making fewer requests to the sites.
* We assume all indexers/sites are stateless, the same request return the same response. If you change the search term, categories or something in the query Jackett has to make a live request to the indexer.
* There are some situations when we don't want to use the cache:
** When we are testing the indexers => if query.IsTest results are not cached
** When the user updates the configuration of one indexer => We call CleanIndexerCache to remove cached results before testing the configuration
** When there is some error/exception in the indexer => The results are not cached so we can retry in the next request
* We want to limit the memory usage, so we try to remove elements from cache ASAP:
** Each indexer can have a maximum number of results in memory. If the limit is exceeded we remove old results
** Cached results expire after some time
* Users can configure the cache or even disable it
2020-12-11 23:14:21 +01:00
ilike2burnthing 70416ae224
omgwtftrackr: remove, down for 30 days. resolves #8970 (#10462) 2020-12-10 04:57:59 +00:00
airhawk777 65ca4d7478
Update to .NET 5 (#10346)
* Update to .NET 5

.NET 5 brings many performance (especially regex) improvements
https://devblogs.microsoft.com/dotnet/announcing-net-5-0/

Can look at bringing the packages upto date and using a single file executable in a future PR if the maintainers are interested

* Dotnet restore before building

* Restore on Windows only

* Out of ideas

* Update framework for windows specific apps

* Don't upgrade Microsoft.Extensions.Configuration

* drop mono from the dotnet linux build instructions

* Fix logic to get app runtime

* readme: add windows .net prereq link

* Update README.md

* azure-pipeline: bump minorversion to 17

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Diego Heras <ngosang@hotmail.es>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 21:10:34 +13:00
Tom.Tan 81c205bd33
Add pttime.org support (#10422)
Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 01:38:58 +00:00
ilike2burnthing 46a6b22441
Revert "btgigs: removed, dead (#10395)" (#10419)
This reverts commit 1dc2ff5693.
2020-12-07 03:17:16 +00:00
ilike2burnthing 1dc2ff5693
btgigs: removed, dead (#10395) 2020-12-06 01:31:10 +00:00
ilike2burnthing 84731bcc9a
cinemamovies: correct name (#10394) 2020-12-05 23:18:14 +00:00
ilike2burnthing f8e697ce8a
magnetdl & torrentquest: remove by quest of site maintainers (#10347) 2020-12-02 12:27:36 +00:00
Garfield69 cdfd25d4d0 spacetorrent: gone. removed. #2901 2020-12-01 06:39:38 +13:00
Garfield69 3169ac6cb4 ethor" gone. removed. #726 #9389 2020-11-27 09:10:09 +13:00
Diego Heras 81d53d339b
speedapp: merge Xtreme Zone, SceneFZ and Ice Torrent. resolves #10226 (#10279) 2020-11-23 11:29:05 +13:00
Garfield69 91ab3a22ab korsar: broken. removed. resolves #7052 2020-11-21 09:24:46 +13:00
ilike2burnthing 77a65fb08d
extratorrent-it: add public tracker (#10252) 2020-11-21 08:05:04 +13:00
Garfield69 76cacb1c4a kickasstorrent: broken. removed. resolves #3593 2020-11-20 07:37:03 +13:00
Garfield69 a1d3687a1a corsarored: broken. removed. resolves #3593 2020-11-20 07:32:11 +13:00
Garfield69 d736ce1649 xfsub: broken. removed. resolves #8351 2020-11-20 07:11:14 +13:00
ilike2burnthing 06cae85ebe
torrentproject: add indexer (#10231) 2020-11-19 15:23:43 +13:00
Garfield69 4685f8fdc1 add mesevilag a Hungarian private site. resolves #10201 2020-11-15 15:06:50 +13:00
ilike2burnthing 09d8e43bf1
32pages: removed, site has closed. resolves #1448 (#10182) 2020-11-12 15:27:41 +00:00
Garfield69 7617265bfc readme: add GolangSDK resolves #10164 2020-11-12 10:10:26 +13:00
Garfield69 fb7765d908 add animeclipse a Greek anime public site resolves #10171 2020-11-11 22:45:57 +13:00
Diego Heras f0d8c88505
magnetico: add new local dht tracker. #2684 (#10136)
https://github.com/boramalper/magnetico
2020-11-08 02:45:03 +01:00
ngosang 94dfb9b8a7 zonaq: readme 2020-11-07 22:21:03 +01:00
Garfield69 d0e7b63ab6 myamity: Now just a forum. Removed. resolves #9780 2020-11-02 16:11:52 +13:00
Garfield69 1026ddf902 add emtrek a Russian Public General site. resolves #9999 2020-10-29 18:00:18 +13:00
Garfield69 828223474c add genesismovement a semi-rpivate site resolves #9989 2020-10-29 13:51:41 +13:00
Garfield69 63a2acc274 Update README.md 2020-10-29 09:10:06 +13:00
Garfield69 ecf1d71717 Update README.md 2020-10-29 07:40:25 +13:00
Garfield69 91bb8fae50 add mixtapetorrent a public site resolves #9988 2020-10-28 20:29:21 +13:00
Garfield69 4df5215628 add skytorrentsclone2 resolves #10000 2020-10-28 07:02:10 +13:00