Sujet : Re: Alpha stage Usenet NNTP TUI client
De : rek2 (at) *nospam* hispagatos.meow.org.invalid (rek2 hispagatos)
Groupes : news.software.nntpDate : 21. Apr 2025, 23:08:06
Autres entêtes
Organisation : Hispagatos
Message-ID : <slrn100dgns.uq7.rek2@kubeflow.localhost>
References : 1 2
User-Agent : slrn/pre1.0.4-9 (Linux)
On 2025-04-21, John D Groenveld <
groenveld@acm.org> wrote:
In article <slrn100clbl.tpt.rek2@kubeflow.localhost>,
rek2 hispagatos <rek2@hispagatos.org> wrote:
"Usenet Reborn" is an Usenet and NNTP TUI client in Rust language, in
alpha stage!
- https://sr.ht/~rek2/Usenet\_Reborn/
sorry I copy and pasted from a matrix client since I posted it there
first and got the \ on it, remove '\' my apologies
<URL:https://git.sr.ht/~rek2/Usenet_Reborn>
| Create a subscriptions file listing one newsgroup per line:
| you can use the example file inside ./configs folder
|
| alt.comp.lang.rust
| comp.sys.ibm.pc.hardware
>
I like news.announce.newusers as the entry in the sample
subscriptions though hopefully you'll include a facility to have
a system default.
Sure is alpha so I did not yet give a though to compose a "good" example
file to be honest, every 60m or so I fix/add something new so keep
checking ;)
Regarding rek2_nntp,
<URL:https://crates.io/crates/rek2_nntp>
The example appears to reach a tokio default timeout when connecting
to Eternal-September from my little corner of the network:
>
Running tests/integration_auth_list_quit.rs (target/debug/deps/integration_auth_list_quit-651b45e3270f1902)
>
running 1 test
>
thread 'integration_test_auth_list_and_quit' panicked at tests/integration_auth_list_quit.rs:13:5:
Authentication failed: Some(Elapsed(()))
>
John
hmm, wonder what could be different than on my news.hispagtos.org server
we run INN, for the integration test should be for sure related to Auth
I will pick into this tomorrow is almost 1m here here in Europe.
I def will want to make it compatible with more auth types, started with
TLS since we enforce it on news.hispagatos.org so creds are not flying
around in clear form.
I know it may be a lot to ask but this is not 100% related to this post
per se but whoever finds an issue I will appreciate if you post a ticket
or if have a suggestions as well here:
https://sr.ht/~rek2/Usenet_Reborn/trackers TODO is obvios for suggestions/features
Issues for bugs and other issues.
Thanks for trying it! really <3 today I fixed some issues and the
footer/status bar.
git log for more details.
Happy Hacking
ReK2