Skip to content

2.0.8

Choose a tag to compare

@Yonle Yonle released this 01 Mar 05:16
· 159 commits to stable since this release

RELEASE: 2.0.8

small and useful improvements and a little bit touch on moderations.

what's new?

  • improvements on receiving new events in save mode (a.k.a. pause_on_limit)

firewall / moderation things:

  • a way to block an event owner's pubkey to have the event published into your bouncer. Useful to stop annoying actors to abuse your bouncer or in moderated nostr relay.

  • ability to block an IP address to connect into the bouncer's websocket. Useful to stop scrappers to constantly dig in your bouncer

upgrading

for npm installation, upgrading could be done with the following:

npm i -g bostr

or

npm i -g https://github.com/Yonle/bostr.git

for source code installation, upgrading could be done with the following:

git pull
npm i

and then restart your bouncer.

after upgrading, please check your config for new optional configuration by running bostr check config.js for npm, ./bostr_cli.js check config.js for source installation.

comment

i am not going to focus much on moderation however. So please bear in mind that if you ask too much to add moderation stuffs into bostr, It will be an different project. Because that's not what the goal of this project for.

as of now i am still focusing to improve the save mode (pause_on_limit).

full changelog: 2.0.7...2.0.8