Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nostrconnect on subsequent runs | sommerfeld | 2024-07-05 | 1 | -16/+15 |
| | |||||
* | Bump to v0.2.0v0.2.0 | sommerfeld | 2024-07-05 | 3 | -2/+8 |
| | |||||
* | Print QRcode for nostrconnect URI | sommerfeld | 2024-07-05 | 3 | -0/+16 |
| | |||||
* | Generate nostrconnect URI by default | sommerfeld | 2024-07-05 | 2 | -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-signer | sommerfeld | 2024-07-05 | 2 | -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 config | sommerfeld | 2024-07-05 | 1 | -2/+6 |
| | | | | Instead of just deleting it. | ||||
* | Remove unsupported platforms from signing script | sommerfeld | 2024-07-04 | 1 | -2/+0 |
| | |||||
* | Bump to v0.1.2v0.1.2 | sommerfeld | 2024-06-30 | 3 | -3/+9 |
| | |||||
* | Fix updating outdated events | sommerfeld | 2024-06-30 | 1 | -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 platforms | sommerfeld | 2024-06-29 | 2 | -8/+14 |
| | |||||
* | [ci] Remove unsupported platforms | sommerfeld | 2024-06-29 | 1 | -14/+1 |
| | |||||
* | Bump to v0.1.1v0.1.1 | sommerfeld | 2024-06-29 | 3 | -2/+6 |
| | |||||
* | Fix HLS viewer count computation | sommerfeld | 2024-06-29 | 1 | -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.0 | sommerfeld | 2024-06-28 | 1 | -0/+3 |
| | |||||
* | Remove changelog | sommerfeld | 2024-06-28 | 1 | -3/+0 |
| | |||||
* | Fix bump script | sommerfeld | 2024-06-28 | 1 | -1/+1 |
| | |||||
* | Add ngit's maintainers.yaml | sommerfeld | 2024-06-28 | 1 | -0/+7 |
| | |||||
* | Initial commit | sommerfeld | 2024-06-28 | 22 | -0/+2854 |