bostr

A nostr relay bouncer

BSD-3-CLAUSE License

Stars
78

Bot releases are visible (Hide)

bostr - 2.0.0-r1

Published by Yonle 11 months ago

This only bring a small fix in release 2.0.0. Check the v2.0.0 changelog here

bostr - 2.0.0

Published by Yonle 11 months ago

Finally a release that entirely no longer depends on sqlite3 for storing temporary informations as per 0f76628

What's New?

  • Mandatory: Mode 1 has been removed
  • Mandatory: Major EOSE handling bugfix (also impacts v1.0.0) at b518022
  • Performance: No longer depending on sqlite3, Making the bouncer 2x faster than previous version (1.0.0) and not very CPU intensive as before
  • NIP-42 could be used for bouncer admin in public bostr relay
  • Handle since and until from client internally
  • New config for bouncing settings for fixing common bouncing issues: wait_eose, pause_on_limit, eose_timeout, max_eose_score

New Contributors

People could be in the Contributor list by fixing small mistakes these days huh? What a hack....

Updating

Updating was simple and short. Simply do the following command inside the bostr directory:

git config pull.rebase true
git pull

And finally, restart the bostr server to apply the update.

Conclusion

Performance improvements, important bugfixes, and new internal features. That's the summary of this update.

Anyway, That's only all i could tell for today. Wish you have a good day, and happy posting.


Yonle
November 26th 2023

Full Changelog: https://github.com/Yonle/bostr/compare/1.0.0...2.0.0

bostr - 1.0.0

Published by Yonle 11 months ago

First stable release of bostr, The nostr relay bouncer. It has numerous of basic stuffs to get started.

  • This version has two bouncing modes
  • This version was using better-sqlite3 for no reason

I guess that's only what i could write here.
If you are curious about what has been done since the first commit, You could always check on commit history.

Anyways, Have a good day everyone.


Yonle


Full Changelog: https://github.com/Yonle/bostr/commits/1.0.0

Contributor: mroxso