Jackett/src/CurlSharp
chibidev 9e3076dde6 I have a feeling I'm breaking the world and bringing the apocalypse
It's quite hard to encapsulate something this large. This refactor
contains multiple attacks on the current architecture and is changing
things that were probably created quite a while back then. Luckily this
was done in increments so it mustn't be that impossible to recall what
has been done. I just need to relax my memory a little bit.

So the basic idea was quite simple. Let's distingush metas and normal
indexers a little bit more. Both of them were originating from
BaseIndexer, however very little of the functionality was actually
shared between them. Actually quite a few things made it even harder to
implement a different kind of indexer, especially for a newcomer for
both Jackett and C#.

Then in order to further reduce whatever was encapsulated in
any kind of, a couple things had to be changed. Like CardigannIndexer,
which probably had quite a mindshift change. IndexerManager and the
configuration management were also encapsulated and refactored, and now
I have a feeling that although the code could be improved, at least the
responsibilities of services and what they actually do is now clearer.

Anyhow, it would be safe to assume that I will not be able to go
step-by-step and define everything that has been changed. I'm sorry.
2017-07-11 21:53:46 +02:00
..
Callbacks MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
Enums Fix: Redhat/NSS based libcurl not being able to access certain indexers 2015-07-31 20:27:59 +01:00
Properties MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
Curl.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
CurlEasy.cs Fix: Redhat/NSS based libcurl not being able to access certain indexers 2015-07-31 20:27:59 +01:00
CurlHttpMultiPartForm.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
CurlMulti.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
CurlMultiInfo.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
CurlShare.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
CurlSharp.csproj I have a feeling I'm breaking the world and bringing the apocalypse 2017-07-11 21:53:46 +02:00
CurlSlist.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
CurlSslContext.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
CurlVersionInfoData.cs MoreThanTv now working on mono with libcurl 2015-04-23 00:44:21 -06:00
NativeMethods.cs Fixed bug with app not exiting, piratebay now works on mono 2015-04-23 20:21:19 -06:00
SSLFix.cs Revert "SSL Fix by default, Now use TLS (1.2, 1.1, 1) by default" (#339) 2016-05-14 22:42:16 +10:00