From Semisol to ~gheartsfield/nostr-rs-relay-devel
Yeah. It is a bit hacky but it works :)
From Semisol to ~gheartsfield/nostr-rs-relay-devel
NIP16 introduces a replaceable and ephemeral event range: [10000..20000) for replaceable and [20000..30000) for ephemeral. --- src/db.rs | 86 ++++++++++++++++++++++++++--------------------------- src/info.rs | 2 +- 2 files changed, 43 insertions(+), 45 deletions(-) diff --git a/src/db.rs b/src/db.rs index a4fabc6..8fd5f07 100644 --- a/src/db.rs +++ b/src/db.rs @@ -207,30 +207,41 @@ pub async fn db_writer( } [message trimmed]
From Semisol to ~gheartsfield/nostr-rs-relay-devel
NIP15 sends an EOSE notice to clients after all stored events are sent to allow loading indicators and other use cases. --- src/db.rs | 6 ++++++ src/info.rs | 2 +- src/main.rs | 13 +++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/db.rs b/src/db.rs index cbc0172..a4fabc6 100644 --- a/src/db.rs +++ b/src/db.rs @@ -575,6 +575,12 @@ pub async fn db_query( }) [message trimmed]
From Semisol to ~tenacity/tenacity-dev
Looks good to me. -- Semisol
From Semisol to ~tenacity/tenacity-dev
Thanks! To https://github.com/tenacityteam/tenacity b59753cf2..56c953a14 master -> master
From Semisol to ~tenacity/tenacity-dev
Helps verify the profile meta on Mastodon with rel="me", and could be an interesting resource for updates. Signed-off-by: Semisol <hi@semisol.dev> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f8d36a3..62f4ecd 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ <p style="margin-top: -1rem; "><span style="margin-left: 2rem;">an easy-to-use, cross-platform multi-track audio editor/recorder</span></p> [message trimmed]
From Semisol to ~tenacity/tenacity-dev
Except that I screwed up the commit message too badly so that now this patch is marked as superseded, new one coming in in a moment
From Semisol to ~tenacity/tenacity-dev
Signed-off-by: Semisol <hi@semisol.dev> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f8d36a3..62f4ecd 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ <p style="margin-top: -1rem; "><span style="margin-left: 2rem;">an easy-to-use, cross-platform multi-track audio editor/recorder</span></p> </header> <main> <p><a href="https://github.com/tenacityteam/tenacity">Source Repository</a> (<a href="https://git.sr.ht/~tenacity/tenacity">sr.ht</a>) · <a href="https://sr.ht/~tenacity/tenacity/lists">Mailing lists</a> · <a href="irc://irc.libera.chat/tenacity">IRC</a> (<a href="https://web.libera.chat/">web, /join #tenacity</a>) · <a href="https://github.com/tenacityteam/tenacity/releases">Releases</a>[message trimmed]
From Semisol to ~tenacity/tenacity-dev
Thanks! To https://github.com/tenacityteam/tenacity 881197148..c447382f4 master -> master
From Semisol to ~tenacity/tenacity-discuss
Glad to hear you have interest in open source software. I do not know 100% if any members are interested, but I am sure there are probably a few out there. I will send a few details in private.