1.1.1 • Published 5 years ago

ssb-clingy v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

ssb-clingy

logo

Behaviour change plugin to ssb-server which makes it way more friendly to strangers, kind of like a search and rescue dog.

If it sees any connection, it checks if they already follow them. If not it just follows them so they’re not alone anymore.

Install

ssb-server plugins.install ssb-clingy
// add plugins
Server
  .use(require('ssb-clingy'))
  .use(require('ssb-gossip'))
  .use(require('ssb-replicate'))
  .use(require('ssb-friends'))
 ...

var server = Server(config)

TODO

  • follow back strangers
  • filter for blocks
  • only follow people with no friends?

License

MIT

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago