Sebastian Hagens

Results 72 comments of Sebastian Hagens

@SilberWitch merged in the main branch: https://github.com/nostrver-se/nostr-php/pull/67. The client to relay authentication is taken care within the library. I will create a new release later this week.

See https://github.com/nostrver-se/nostr-php/releases/tag/1.5.0

> As the docker-compose is using latest tag of postgres and the postgres 16 is now the latest, postgres container will fail to run with the following error: > >...

I use [Nostur](https://nostur.com) a lot for reading long-form content, added to the overview in the initial post

For the context, this is the logic I've implemented in the Nostr-PHP library when the relays responds with a `CLOSED` or `OK` message prefixed with `auth-required:` 1. nostr-php: receives a...

Did some debugging with https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/request-events-with-auth.php `wss://jingle.nostrver.se` (https://github.com/Sebastix/jingle.git) responds with a `CLOSE` with the prefix 'auth-required: ` in the message: ``` ["AUTH",""] ``` ✅ `wss://mleku.realy.lol` response: ``` ["CLOSED","YKG0pAU1msVe7fLX2ZHPEJdt48ohzqcajvgr3TD5Q6kSBWFxi9OblNyInMCuwR","auth-required: auth required for...

@jeremyd That source is indeed outdated. I alway use nips.nostr.com/ or the Github NIPs repo. @mleku The relay `wss://mleku.realy.lol` is now working well. When testing wss://gitcitadel.nostr1.com again, I now get...

When a relay sends a `AUTH`, the challenge string is temporary saved so it could be used later when the relay responds with a `auth-required: ` message. When this occurs,...

The broadcasting / transmitted by is a core essential of the protocol, so let's keep that in the name 🤙🏻

Just FYIs, on https://nostrver.se/blog I'm using CKEditor5 with the [Markdown output plugin](https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html) (provided with this contrib module I made/maintain: https://www.drupal.org/project/ckeditor5_markdown_editor) to format HTML to Markdown. _These blog articles are cross-posted...