From 3126b5d1a12655c80ba19d2b27f02d3357b81249 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 17 Jun 2020 16:31:54 -0500 Subject: [PATCH] Version 401 --- README.md | 3 +- help/changelog.html | 29 +++ help/contact.html | 11 +- hydrus/client/ClientConstants.py | 1 + hydrus/client/ClientController.py | 3 + hydrus/client/ClientDB.py | 38 ++++ hydrus/client/ClientManagers.py | 4 +- hydrus/client/ClientParsing.py | 2 +- hydrus/client/gui/ClientGUI.py | 8 + .../client/gui/ClientGUIScrolledPanelsEdit.py | 28 +-- .../gui/ClientGUIScrolledPanelsReview.py | 4 + hydrus/client/gui/ClientGUIStringControls.py | 2 +- hydrus/client/gui/ClientGUISubscriptions.py | 171 ++++++++++++++---- hydrus/client/gui/QtPorting.py | 2 +- .../client/importing/ClientImportFileSeeds.py | 9 +- .../importing/ClientImportGallerySeeds.py | 9 +- .../client/importing/ClientImportOptions.py | 4 +- .../importing/ClientImportSimpleURLs.py | 2 +- .../ClientImportSubscriptionLegacy.py | 154 ++++++++-------- .../ClientImportSubscriptionQuery.py | 11 +- .../importing/ClientImportSubscriptions.py | 75 +++++--- hydrus/client/networking/ClientNetworking.py | 2 +- .../networking/ClientNetworkingDomain.py | 117 +++++++++--- .../client/networking/ClientNetworkingJobs.py | 133 ++++++++------ hydrus/core/HydrusAudioHandling.py | 2 + hydrus/core/HydrusConstants.py | 2 +- hydrus/core/HydrusData.py | 9 +- hydrus/core/HydrusFlashHandling.py | 5 +- hydrus/core/HydrusNATPunch.py | 17 +- hydrus/core/HydrusPaths.py | 12 +- hydrus/core/HydrusSerialisable.py | 1 + hydrus/core/HydrusThreading.py | 39 ++++ hydrus/core/HydrusVideoHandling.py | 11 +- hydrus/test/TestClientNetworking.py | 34 ++-- hydrus/test/TestHydrusServer.py | 8 +- .../derpibooru gallery page api parser.png | Bin 2077 -> 2103 bytes .../parsers/e621 gallery page parser.png | Bin 2029 -> 2025 bytes ... tweet parser (video from koto.reisen).png | Bin 2732 -> 2810 bytes .../default/parsers/nitter tweet parser.png | Bin 1918 -> 1993 bytes .../e621 gallery page (alternate format).png | Bin 0 -> 2204 bytes static/github.png | Bin 0 -> 1601 bytes 41 files changed, 678 insertions(+), 284 deletions(-) create mode 100644 static/default/url_classes/e621 gallery page (alternate format).png create mode 100644 static/github.png diff --git a/README.md b/README.md index 58effedc..a573609c 100755 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ The hydrus network client is an application written for Anon and other internet- I am continually working on the software and try to put out a new release every Wednesday by 8pm EST. -This github repository is currently a weekly sync with my home dev environment, where I work on hydrus by myself. Feel free to fork, but please do not make pull requests. I am also not active on Github, so if you have feedback of any sort, please email me, post on my 8kun or Endchan boards, or message me on tumblr or twitter or the discord. +This github repository is currently a weekly sync with my home dev environment, where I work on hydrus by myself. **Feel free to fork and do whatever you like with my code, but please do not make pull requests.** The [issue tracker here on Github](https://github.com/hydrusnetwork/hydrus/issues) is active and run by blessed volunteer users. I am not active here on Github, and I have difficulty keeping up with social media in general, but I welcome feedback of any sort and will eventually catch up with and reply to email, the 8kun or Endchan boards, tumblr, twitter, or the discord. The client can do quite a lot! Please check out the help inside the release or [here](http://hydrusnetwork.github.io/hydrus/help), which includes a comprehensive getting started guide. * [homepage](http://hydrusnetwork.github.io/hydrus/) +* [issue tracker](https://github.com/hydrusnetwork/hydrus/issues) * [email](mailto:hydrus.admin@gmail.com) * [8kun board](https://8kun.net/hydrus/index.html) * [endchan bunker](https://endchan.net/hydrus/) diff --git a/help/changelog.html b/help/changelog.html index f971144e..28cce3d5 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,35 @@

changelog