booger icon indicating copy to clipboard operation
booger copied to clipboard

A nostr relay

Results 3 booger issues
Sort by recently updated
recently updated
newest added

There might folks using strfry write policy plugins that they'd like to continue using with booger. We can support this with a booger plug that allows strfry policies to be...

enhancement
good first issue

![](https://i.ibb.co/sFVbQmF/too-many-filters.png) I get the above error whenever I request an event from booger.pro. Here was the text of the first request in that image: ``` ["REQ","004d18b901c500bb",{"authors":["d211d062fc8a2accedc03f5af50c11a84b3eb02c86676333a0ec78edf7516f7c"],"kinds":[12196,42199]},{"authors":["d211d062fc8a2accedc03f5af50c11a84b3eb02c86676333a0ec78edf7516f7c"],"kinds":[42198],"since":1691265024},{"#p":["d211d062fc8a2accedc03f5af50c11a84b3eb02c86676333a0ec78edf7516f7c"],"kinds":[4]},{"authors":["d211d062fc8a2accedc03f5af50c11a84b3eb02c86676333a0ec78edf7516f7c"],"kinds":[42197]}] ``` That request has...

Motivations: 1. plebs running relays for personal use would probably prefer an embedded db (sqlite or similar) 2. pleb devs who are more comfortable with nosql would probably prefer to...

enhancement