aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-10-13 11:33:32 +0200
committerDrew DeVault <sir@cmpwn.com>2021-10-13 11:33:48 +0200
commit3bc2fa6ab9c56f6bcaddd21875112f38ad3b7e66 (patch)
tree95fd121a3dd828627aece0f72acec602a8fe8378
parent00357dc7648e9fdfdcd3d32baeb49a46581eaec5 (diff)
downloadsr.ht-docs-3bc2fa6ab9c56f6bcaddd21875112f38ad3b7e66.tar.gz
chat.sr.ht: add ircops documentation
-rw-r--r--chat.sr.ht/bouncer-usage.md22
-rw-r--r--chat.sr.ht/index.md2
-rw-r--r--chat.sr.ht/ircops.md18
-rw-r--r--chat.sr.ht/quickstart.md4
4 files changed, 25 insertions, 21 deletions
diff --git a/chat.sr.ht/bouncer-usage.md b/chat.sr.ht/bouncer-usage.md
index c10768f..de7000d 100644
--- a/chat.sr.ht/bouncer-usage.md
+++ b/chat.sr.ht/bouncer-usage.md
@@ -19,7 +19,7 @@ the other fields unchanged.
<dt>SSL/TLS</dt><dd>Yes</dd>
<dt>SASL</dt><dd>Yes</dd>
<dt>Username</dt><dd><em>your sourcehut username</em></dd>
-<dt>Password</dt><dd><em>your sourcehut password</em></dd>
+<dt>Password</dt><dd><em>your personal access token</em></dd>
</dl>
If you intend to use multiple clients, it is recommended that you append
@@ -32,7 +32,7 @@ username format `username/network-name@client-name`.
See [client-specific configuration][config] for recommended configuration steps
specific to your preferred IRC client.
-[config]: #client-specific-configuration
+[config]: https://git.sr.ht/~emersion/soju/tree/master/item/contrib/clients.md
## Managing your IRC networks
@@ -64,19 +64,5 @@ channel update <name> -detached=<true|false>`.
## Client-specific configuration
-Various configuration recommendations for third-party IRC clients.
-
-### Weechat
-
-The [soju.py][soju.py] user script enables you to configure one connection to
-soju, then automatically connect to any networks you have configured on the
-bouncer.
-
-[soju.py]: https://weechat.org/scripts/source/soju.py.html/
-
-```
-/script install soju.py
-/script load soju.py
-/script autoload soju.py
-/server add .bouncer chat.sr.ht/6697 -ssl -autoconnect -username=<your sourcehut username> -password=<oauth token>
-```
+Various configuration recommendations for third-party IRC clients are documented
+here: [contrib/clients.md](https://git.sr.ht/~emersion/soju/tree/master/item/contrib/clients.md).
diff --git a/chat.sr.ht/index.md b/chat.sr.ht/index.md
index c9ded91..daabac8 100644
--- a/chat.sr.ht/index.md
+++ b/chat.sr.ht/index.md
@@ -29,7 +29,7 @@ We have a few additional guides for different audiences:
- [Using the IRC bouncer](/chat.sr.ht/bouncer-usage.md)
- [Setting up an IRC channel for your project](#TODO)
- [Writing an IRC bot](#TODO)
-- [Information for network operators](#TODO)
+- [Information for network operators](/chat.sr.ht/ircops.md)
## chat.sr.ht software
diff --git a/chat.sr.ht/ircops.md b/chat.sr.ht/ircops.md
new file mode 100644
index 0000000..6a5d320
--- /dev/null
+++ b/chat.sr.ht/ircops.md
@@ -0,0 +1,18 @@
+# chat.sr.ht for IRC network operators
+
+chat.sr.ht is a hosted IRC bouncer which provides service to sourcehut users. It
+also provides a pass-through service which essentially acts like a webchat for
+anonymous users.
+
+We use the `173.195.146.128/25` and `2604:BF00:710::/64` for bouncer
+connections, and we operate an identd.
+
+Please subscribe to our [ircops mailing list][0] to receive important updates
+regarding chat.sr.ht, such as planned changes to our IP address ranges. This
+mailing list is only used for notifications which may require manual
+intervention from third-party network operators, and will not receive marketing
+emails or product updates.
+
+[0]: https://lists.sr.ht/~sircmpwn/sr.ht-ircops
+
+You can reach us for IRC-related questions at `contact@emersion.fr`.
diff --git a/chat.sr.ht/quickstart.md b/chat.sr.ht/quickstart.md
index 25321ea..e3b5676 100644
--- a/chat.sr.ht/quickstart.md
+++ b/chat.sr.ht/quickstart.md
@@ -18,7 +18,7 @@ the other fields unchanged.
<dt>SSL/TLS</dt><dd>Yes</dd>
<dt>SASL</dt><dd>Yes</dd>
<dt>Username</dt><dd><em>your sourcehut username</em></dd>
-<dt>Password</dt><dd><em>your sourcehut password</em></dd>
+<dt>Password</dt><dd><em>your personal access token</em></dd>
</dl>
If you intend to use multiple clients, it is recommended that you append
@@ -31,4 +31,4 @@ username format `username/network-name@client-name`.
See [client-specific configuration][config] for recommended configuration steps
specific to your preferred IRC client.
-[config]: /chat.sr.ht/bouncer-usage.md#client-specific-configuration
+[config]: https://git.sr.ht/~emersion/soju/tree/master/item/contrib/clients.md