Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

VMS must die!


devel / comp.lang.go / Re: recomendation of full NNTP go libraries ?

SubjectAuthor
* recomendation of full NNTP go libraries ?rek2 hispagatos
`* recomendation of full NNTP go libraries ?rek2 hispagatos
 `* recomendation of full NNTP go libraries ?Syber Shock
  `- recomendation of full NNTP go libraries ?rek2 hispagatos

1
recomendation of full NNTP go libraries ?

<uhgr3c$bc5b$1@matrix.hispagatos.org>

  copy mid

http://rslight.i2p/devel/article-flat.php?id=1&group=comp.lang.go#1

  copy link   Newsgroups: comp.lang.go
Path: i2pn2.org!i2pn.org!news.hispagatos.org!.POSTED!not-for-mail
From: rek2@hispagatos.org.invalid (rek2 hispagatos)
Newsgroups: comp.lang.go
Subject: recomendation of full NNTP go libraries ?
Date: Fri, 27 Oct 2023 17:13:16 -0000 (UTC)
Organization: Hispagatos
Message-ID: <uhgr3c$bc5b$1@matrix.hispagatos.org>
Reply-To: ReK2 <rek2@hispagatos.org>
Injection-Date: Fri, 27 Oct 2023 17:13:16 -0000 (UTC)
Injection-Info: matrix.hispagatos.org;
logging-data="372907"; mail-complaints-to="abuse@hispagatos.org"
User-Agent: slrn/pre1.0.4-9 (Linux)
 by: rek2 hispagatos - Fri, 27 Oct 2023 17:13 UTC

I have used github.com/Tensai75/nntp to create some bots
and such but looking to creating a android app with
- fyne.io/fyne/v2
Well I already had started the project 4-5 weeks a go
and then I stop because of time so wonder if there are
better choices.

Happy Hacking
ReK2

--
- {gemini,https}://{,rek2.}hispagatos.org - mastodon: @rek2@hispagatos.space
- [https|gemini]://2600.Madrid - https://hispagatos.space/@rek2
- https://keyoxide.org/A31C7CE19D9C58084EA42BA26C0B0D11E9303EC5

Re: recomendation of full NNTP go libraries ?

<uillof$sgmc$1@matrix.hispagatos.org>

  copy mid

http://rslight.i2p/devel/article-flat.php?id=3&group=comp.lang.go#3

  copy link   Newsgroups: comp.lang.go
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!news.hispagatos.org!.POSTED!not-for-mail
From: rek2@hispagatos.org.invalid (rek2 hispagatos)
Newsgroups: comp.lang.go
Subject: Re: recomendation of full NNTP go libraries ?
Date: Fri, 10 Nov 2023 16:29:03 -0000 (UTC)
Organization: Hispagatos
Message-ID: <uillof$sgmc$1@matrix.hispagatos.org>
References: <uhgr3c$bc5b$1@matrix.hispagatos.org>
Reply-To: ReK2 <rek2@hispagatos.org>
Injection-Date: Fri, 10 Nov 2023 16:29:03 -0000 (UTC)
Injection-Info: matrix.hispagatos.org;
logging-data="934604"; mail-complaints-to="abuse@hispagatos.org"
User-Agent: slrn/pre1.0.4-9 (Linux)
 by: rek2 hispagatos - Fri, 10 Nov 2023 16:29 UTC

On 2023-10-27, rek2 hispagatos <rek2@hispagatos.org.invalid> wrote:
> I have used github.com/Tensai75/nntp to create some bots
> and such but looking to creating a android app with
> - fyne.io/fyne/v2
> Well I already had started the project 4-5 weeks a go
> and then I stop because of time so wonder if there are
> better choices.
>

Hello any tips/thoughs on this?

--
- {gemini,https}://{,rek2.}hispagatos.org - mastodon: @rek2@hispagatos.space
- [https|gemini]://2600.Madrid - https://hispagatos.space/@rek2
- https://keyoxide.org/A31C7CE19D9C58084EA42BA26C0B0D11E9303EC5

Re: recomendation of full NNTP go libraries ?

<20231110170743.1c9ac3f5@dev>

  copy mid

http://rslight.i2p/devel/article-flat.php?id=4&group=comp.lang.go#4

  copy link   Newsgroups: comp.lang.go
Path: i2pn2.org!rocksolid2!.POSTED!not-for-mail
From: admin@sybershock.com (Syber Shock)
Newsgroups: comp.lang.go
Subject: Re: recomendation of full NNTP go libraries ?
Date: Fri, 10 Nov 2023 17:18:32 -0600
Organization: sybershock.com
Message-ID: <20231110170743.1c9ac3f5@dev>
References: <uhgr3c$bc5b$1@matrix.hispagatos.org>
<uillof$sgmc$1@matrix.hispagatos.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: novabbs.org;
logging-data="484640"; mail-complaints-to="usenet@novabbs.org";
posting-account="TzG3Hl99Aa0Fgb506WreKRgRTO2mG9+aGjVDifyfNqo";
 by: Syber Shock - Fri, 10 Nov 2023 23:18 UTC

On Fri, 10 Nov 2023 16:29:03 -0000 (UTC)
rek2 hispagatos <rek2@hispagatos.org.invalid> wrote:

> On 2023-10-27, rek2 hispagatos <rek2@hispagatos.org.invalid> wrote:
> > I have used github.com/Tensai75/nntp to create some bots
> > and such but looking to creating a android app with
> > - fyne.io/fyne/v2
> > Well I already had started the project 4-5 weeks a go
> > and then I stop because of time so wonder if there are
> > better choices.
> >
>
> Hello any tips/thoughs on this?

Maybe one of these might help?

'nntp' Golang NNTP Library with multi connection support
https://pkg.go.dev/github.com/GJRTimmer/nntp#section-readme

'textproto'
https://pkg.go.dev/net/textproto

'go-nntp' NNTP client and server
https://pkg.go.dev/github.com/dustin/go-nntp
https://github.com/dustin/go-nntp

'nntpserver' provides everything you need for your own NNTP server.
https://pkg.go.dev/gitea.pup.haus/tyr/go-nntp/server

--
Baggy Jeans Mafia | https://syfershock.com/users/syfershock

Re: recomendation of full NNTP go libraries ?

<uis2fg$10aok$1@matrix.hispagatos.org>

  copy mid

http://rslight.i2p/devel/article-flat.php?id=5&group=comp.lang.go#5

  copy link   Newsgroups: comp.lang.go
Path: i2pn2.org!i2pn.org!news.hispagatos.org!.POSTED!not-for-mail
From: rek2@hispagatos.org.invalid (rek2 hispagatos)
Newsgroups: comp.lang.go
Subject: Re: recomendation of full NNTP go libraries ?
Date: Mon, 13 Nov 2023 02:42:56 -0000 (UTC)
Organization: Hispagatos
Message-ID: <uis2fg$10aok$1@matrix.hispagatos.org>
References: <uhgr3c$bc5b$1@matrix.hispagatos.org>
<uillof$sgmc$1@matrix.hispagatos.org> <20231110170743.1c9ac3f5@dev>
Reply-To: ReK2 <rek2@hispagatos.org>
Injection-Date: Mon, 13 Nov 2023 02:42:56 -0000 (UTC)
Injection-Info: matrix.hispagatos.org;
logging-data="1059604"; mail-complaints-to="abuse@hispagatos.org"
User-Agent: slrn/pre1.0.4-9 (Linux)
 by: rek2 hispagatos - Mon, 13 Nov 2023 02:42 UTC

> Maybe one of these might help?
>
> 'nntp' Golang NNTP Library with multi connection support
> https://pkg.go.dev/github.com/GJRTimmer/nntp#section-readme
>
> 'textproto'
> https://pkg.go.dev/net/textproto
>
> 'go-nntp' NNTP client and server
> https://pkg.go.dev/github.com/dustin/go-nntp
> https://github.com/dustin/go-nntp
>
> 'nntpserver' provides everything you need for your own NNTP server.
> https://pkg.go.dev/gitea.pup.haus/tyr/go-nntp/server

Thanks! I think I found those as well, but none of them supported TLS to login.
I will re-check them in case I missed it.

Happy Hacking
ReK2
--
- {gemini,https}://{,rek2.}hispagatos.org - mastodon: @rek2@hispagatos.space
- [https|gemini]://2600.Madrid - https://hispagatos.space/@rek2
- https://keyoxide.org/A31C7CE19D9C58084EA42BA26C0B0D11E9303EC5

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor