summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump to v0.2.0v0.2.0sommerfeld2024-07-053-2/+8
|
* Print QRcode for nostrconnect URIsommerfeld2024-07-053-0/+16
|
* Generate nostrconnect URI by defaultsommerfeld2024-07-052-15/+48
| | | | | | | Instead of asking for the user to generate a nsecbunker in another NIP46 signer app and copy pasting here. The former behavior can still be achieved by passing --use-nsecbunker.
* Bump nostr-signersommerfeld2024-07-052-3/+3
| | | | | It contains a patch that fixes the use of nostrconnect URIs: https://github.com/rust-nostr/nostr/issues/490
* Backup datafile when reseting NIP46 configsommerfeld2024-07-051-2/+6
| | | | Instead of just deleting it.
* Remove unsupported platforms from signing scriptsommerfeld2024-07-041-2/+0
|
* Bump to v0.1.2v0.1.2sommerfeld2024-06-303-3/+9
|
* Fix updating outdated eventssommerfeld2024-06-301-27/+36
| | | | | | | | | | | | Since we updated anything matching the filters, we were some times bringing old versions of replaceable events back to life. The issue is that those were events that should be discarded since they are outdated but we still pick them up from some relays. Thus we need to index them by their naddr coordinate and only keep the latest event per naddr. I also improved logging along the way.
* Guard against unsupported platformssommerfeld2024-06-292-8/+14
|
* [ci] Remove unsupported platformssommerfeld2024-06-291-14/+1
|
* Bump to v0.1.1v0.1.1sommerfeld2024-06-293-2/+6
|
* Fix HLS viewer count computationsommerfeld2024-06-291-1/+1
| | | | | | It was making a list of the local socket addresses instead of the remote ones and then uninquing and counting it, which always resulted in 1 viewer.
* Bump to v0.1.0v0.1.0sommerfeld2024-06-281-0/+3
|
* Remove changelogsommerfeld2024-06-281-3/+0
|
* Fix bump scriptsommerfeld2024-06-281-1/+1
|
* Add ngit's maintainers.yamlsommerfeld2024-06-281-0/+7
|
* Initial commitsommerfeld2024-06-2822-0/+2854