From 305d90bccfb60d5fc9531bc5bcbf7cf15cec6d3a Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 23 May 2023 21:18:27 +0000 Subject: [PATCH] add hostserv page (#64) add hostserv page fix small format error with channel names in title (since # is a comment char for the yaml section) Reviewed-on: https://tildegit.org/tildeverse/tilde.chat/pulls/64 Co-authored-by: Alexander Co-committed-by: Alexander --- wiki/pages/bungame.md | 2 +- wiki/pages/chaos.md | 2 +- wiki/pages/hostserv.md | 44 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 wiki/pages/hostserv.md diff --git a/wiki/pages/bungame.md b/wiki/pages/bungame.md index 68c568e..7f15870 100644 --- a/wiki/pages/bungame.md +++ b/wiki/pages/bungame.md @@ -1,7 +1,7 @@ --- title: "#bungame" author: ~khuxkm -description: the bun game in the #bungame channel +description: "the bun game in the #bungame channel" published: true category: - main diff --git a/wiki/pages/chaos.md b/wiki/pages/chaos.md index f93292a..954c7fc 100644 --- a/wiki/pages/chaos.md +++ b/wiki/pages/chaos.md @@ -2,7 +2,7 @@ author: ~aewens published: true title: "A brief history of #chaos" -description: The background and lore behind the #chaos channel +description: "The background and lore behind the #chaos channel" category: - main --- diff --git a/wiki/pages/hostserv.md b/wiki/pages/hostserv.md new file mode 100644 index 0000000..d860a07 --- /dev/null +++ b/wiki/pages/hostserv.md @@ -0,0 +1,44 @@ +--- +author: ~alexlehm +published: true +title: HostServ +description: intro to vHosts +category: + - main +--- + +tilde.chat supports a HostServ service which allows choosing a hostname to display with your IRC user instead of the actual hostname or IP address from which you are connecting. + +This may be used to improve privacy or may provide a nice name or a "team" identifier if multiple users use the same vHost. + +A hostname is formatted similar to a FQDN, however there are some limitations and actual FQDNs are usually not used. + +A hostname should not be an existing domain/hostname or use an existing TLD, also it should not match any of the Tilde domains. + +When you actually own a domain you can use it as hostname. + +To request a hostname, send a message to the user HostServ with the command + + /msg hostserv request the.hostname.you.want + +To get a list of all possible commands you send + + /msg hostserv help + +A request for a hostname is sent to an actual human moderator so that it will take some time to be checked and you will receive feedback when the hostname is approved but not when it is rejected. + +When the hostname is approved it will be activated and you can turn it on and off with + + /msg hostserv on + /msg hostserv off + +To check if your hostname is working, you can query your own user with + + /whois username + +or + + /ns info username + +If you want your tilde name as hostname, HostServ should not be, instead you can run weechat on the machine and connect to localhost or use a bouncer if your Tilde provides one. +