Skip to content

Super friendly behaviour for people connecting to a scuttlebutt server

Notifications You must be signed in to change notification settings

dangerousbeans/ssb-clingy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Super friendly behaviour for people connecting to a scuttlebutt server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published