Search found 3415 matches

by alex
Wed Jan 08, 2025 3:26 am
Forum: Support
Topic: SSL Errors
Replies: 4
Views: 59

Re: SSL Errors

I've updated the release notes too. TLS v1.1 no more.
by alex
Mon Jan 06, 2025 5:30 pm
Forum: Support
Topic: SSL Errors
Replies: 4
Views: 59

Re: SSL Errors

I removed the deprecated SSL methods and reuploaded the files, so you can try to have a deprecated SSL method set in a previous release and just run the currently uploaded version and it will change it to TLS (all). Usually users don't change the SSL default method, so it is not a big deal. So in th...
by alex
Mon Jan 06, 2025 1:51 pm
Forum: Support
Topic: SSL Errors
Replies: 4
Views: 59

Re: SSL Errors

What is the setting Edit menu->Properties->General, SSL in the previous and the latest versions (both)? The default TLS (all) is the same as previous default SSLv3+, just a different name since SSLv3 has been depreciated, so it is not shown as a choice in the latest version. If your setting is non-d...
by alex
Sat Dec 28, 2024 11:15 am
Forum: Support
Topic: newshosting.com
Replies: 2
Views: 891

Re: newshosting.com

To see everything you may uncheck edit menu->properties->kill filters/blacklist, "enable built in spam filter" especially "downloadable". If you see something useful there let me know, but those are prevalently just randomized headers mostly posted by (likely) nzb websites and wi...
by alex
Tue Nov 26, 2024 9:39 am
Forum: Support
Topic: New create subfolder setting cannot be switched off
Replies: 5
Views: 1156

Re: New create subfolder setting cannot be switched off

Hopefully everything now works ok in v7.4.2
by alex
Mon Nov 25, 2024 6:25 am
Forum: Support
Topic: New create subfolder setting cannot be switched off
Replies: 5
Views: 1156

Re: New create subfolder setting cannot be switched off

I see, that in v6.1 when the option was still in Import it was unchecked by default. So probably it is better to have them both unchecked by default and not to interfere with the user settings. The only necessary option appears to be "Import as collection" as it may store nzb unrar etc. pa...
by alex
Mon Nov 25, 2024 4:32 am
Forum: Support
Topic: New create subfolder setting cannot be switched off
Replies: 5
Views: 1156

Re: New create subfolder setting cannot be switched off

I didn't notice your message initially. if ( last_version>=7000&&last_version<7500|| last_version>=6000&&last_version<=6110|| last_version<5991 ) bSaveSubdir=TRUE; //18 Nov 24 I thought the next version will be v7.5, but it went differently after two users came up with the issues ref...
by alex
Mon Oct 28, 2024 8:51 am
Forum: Search service
Topic: Search brings back same results for anything?
Replies: 2
Views: 956

Re: Search brings back same results for anything?

Thanks for noticing that, I was running an updated server version to check it with the next release. I've restarted the previous server version, the newer one was only running for a few hours. Later: I've restarted everything again with the updated code, the only problem was if there were no results...
by alex
Thu Oct 10, 2024 12:08 pm
Forum: Support
Topic: Show auto collections setting not stored on restart
Replies: 2
Views: 806

Re: Show auto collections setting not stored on restart

Whether auto collections are shown is governed by Edit menu->Properties->Newsgroups, the "Collections" combo box for the selected entry. Only the sort order may have the "Persist" setting, the rest are set to be fixed in Properties, otherwise it would be too confusing. Check mayb...
by alex
Fri Oct 04, 2024 3:45 am
Forum: Support
Topic: Icons are occasionally blank
Replies: 2
Views: 856

Re: Icons are occasionally blank

It is related to the relatively recently added code to suppress flicker (so it is only in v7), there are two aspects, one for the newsgroup views, another for the task manager article view, at first I wrote the part for the newsgroup view code, then when adopting the code to do the same in the task ...
by alex
Thu Sep 19, 2024 7:12 pm
Forum: Search service
Topic: Is search down?
Replies: 2
Views: 972

Re: Is search down?

It should work now, header download was suspended as no headers were coming to have an option to change server settings to prevent unnecessary newsgroup resets and excessive header download later, but it is fast to bring them up-to-date.
by alex
Thu Sep 19, 2024 12:15 am
Forum: Search service
Topic: Is search down?
Replies: 2
Views: 972

Re: Is search down?

The router failed, it has been replaced a few hours ago, the server pings the website with the new ip, so if nothing extreme has been posted headers should be up to date.

The search service will be accessible when the incoming ports are configured, hopefully it won't take long.
by alex
Thu Aug 15, 2024 1:20 pm
Forum: Support
Topic: UE Quits before finishing all tasks
Replies: 3
Views: 1134

Re: UE Quits before finishing all tasks

The problem was exactly as described above, I forgot to adjust that option when adding asynchronous unpack. I've added 3 lines of code to prevent the program from exit when asynchronous unpack is running and because Microsoft changed something and Defender doesn't bog me any more with PUA submission...
by alex
Wed Aug 14, 2024 6:21 pm
Forum: Support
Topic: UE Quits before finishing all tasks
Replies: 3
Views: 1134

Re: UE Quits before finishing all tasks

Maybe I didn't check that option against the asynchronous unpack, if so, it was like that since May then. But this is so insignificant, since the option is rarely used. The effect would be the same as if to close the program while unpack tasks are still running and the tasks themselves are not lost....
by alex
Fri Aug 09, 2024 10:29 am
Forum: Development
Topic: Release history v7.x
Replies: 0
Views: 4097

Release history v7.x

- v7.4.3 - - This version integrates the latest OpenSSL library which supports TLS v1.3 to upgrade from a 2017 OpenSSL version which only supported TLS v1.2 (which is not yet deprecated). Like the previously used OpenSSL version the library is compiled statically without reliance on dlls (it is the ...