diff --git a/README.md b/README.md index 6bfa3f6..f8698b2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ReflectionIRCd is an IRCd that bridges Matrix, allowing you to use an IRC client Copy `config.example.json` to `config.json`, and edit the values: * `serverName` is the name of the IRC server * `port` is the listening port of the server -* `certFile` and `keyFile` are the SSL cert and key for Reflection to use +* `certFile` and `keyFile` are the SSL cert and key for Reflection to use. If you don't have one, self-signed is okay as long as your IRC client can handle it * `lazyLoadLimit` is the limit for "lazy load" mode. In lazy load mode, only room members with PL > 0 are shown right away, everyone else is joined once they send an event to the room. This prevents clients crashing or lagging on large rooms. * `syncTimeout` is the number of milliseconds to ask the homeserver to hold the sync open. `15000` seems to be the de-facto number. * `lagWarningLimit` is the number of milliseconds that will trigger a "Sync is lagging" message to warn of a lagging homeserver. If you run your own HS, setting it to 2000 more than `syncTimeout` will help you diagnose issues. Larger servers like matrix.org often have a 5-10 second lag time, so increase this to prevent your screen filling with lag warnings. diff --git a/reflection.key b/reflection.key deleted file mode 120000 index 6e97bce..0000000 --- a/reflection.key +++ /dev/null @@ -1 +0,0 @@ -/home/emerson/.acme.sh/emerson.lol/emerson.lol.key \ No newline at end of file diff --git a/reflection.pem b/reflection.pem deleted file mode 120000 index 5c0c503..0000000 --- a/reflection.pem +++ /dev/null @@ -1 +0,0 @@ -/home/emerson/.acme.sh/emerson.lol/fullchain.cer \ No newline at end of file