Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -7/+11 |
| | |||||
* | 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. | ||||
* | Initial commit | sommerfeld | 2024-06-28 | 1 | -0/+384 |