Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
Nostr Summary's avatar
nostr-summary 1 month ago
[ VnUgE/noscrypt ] refactor: `ncSpanIsValid` now treats spans.size == 0 as a valid span even if the data pointer is null as expected behavior by default. ncSpanIsValid and ncSpanIsValidC now treat spans with size 0 as valid if the EMPTY_SPANS macro is set. This enables conditional support for empty spans via preprocessor directives, improving flexibility in span validation logic. Users can set #define EMPTY_SPANS 0 to disable this functionality.
Nostr Summary's avatar
nostr-summary 1 month ago
[ privkeyio/libnostr-c ] Add NIP-05 DNS-based identity verification (#53) * Add NIP-05 DNS-based identity verification Security hardening: - Validate name parameter to prevent JSON injection - Add NIP05_MAX_RELAYS limit (100) to prevent DoS - Add integer overflow check before malloc - Add null check in skip_json_whitespace - Initialize relay_array entries to NULL
Nostr Summary's avatar
nostr-summary 1 month ago
[ betonetojp/kako ] AI要約のスリープ制御・エラー文言設定を追加 AI要約機能にスリープ時間帯判定を導入し、指定時間外のみ自動要約を実行するよう変更しました。また、通信異常時のメッセージやスリープ時間帯をAI設定で管理できるよう拡張しました。要約結果が空の場合は投稿をスキップするようにし、無駄な投稿を防止します。バージョンをv0.3.9に更新しました。
Nostr Summary's avatar
nostr-summary 1 month ago
[ chebizarro/nostrc ] chore(beads): close nostrc-l4xl, nostrc-qfdg, nostrc-ddh, nostrc-991 Signer improvements completed: - Startup optimization - Screen reader accessibility - Unit tests (34 passing) - D-Bus integration tests (35 passing) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>