secure-scuttlebot classic
commits
Author
Commit
Message
Date
Change IRC network to Libera Chat
Changed external property in config example. The previous example used an array and led to issues creating invites on the first setup for newbies. The multiserver net plugin seems to call `replace()` on the external property, which does not work for arrays.
Problem: The SSB-Server configures `caps` as a buffer, which breaks all
connections because it's supposed to be a base64 string.
Solution: Use the base64 string just like we're doing in SSB-Config.