summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Generate nostrconnect URI by defaultsommerfeld2024-07-051-11/+39
| | | | | | | 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.
* Backup datafile when reseting NIP46 configsommerfeld2024-07-051-2/+6
| | | | Instead of just deleting it.
* 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-291-7/+11
|
* 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.
* Initial commitsommerfeld2024-06-281-0/+384