site/wiki/pages/irc.md

66 lines
2.0 KiB
Markdown
Raw Normal View History

2018-06-04 02:18:02 +00:00
---
author: ~ben
published: true
title: irc
2018-06-09 14:47:55 +00:00
description: irc information
2018-06-04 02:18:02 +00:00
category:
- main
---
# [tildeverse irc](https://tilde.chat)
2018-06-04 02:18:02 +00:00
2018-10-25 16:32:54 +00:00
hi teammates!
2018-06-04 02:18:02 +00:00
2019-02-26 17:45:06 +00:00
the tilde.chat irc network is available at irc.tilde.chat:6697 (with ssl) as a round robin of
[available nodes](https://tilde.chat/wiki/?page=servers).
2018-06-19 13:47:50 +00:00
this is the beginning of the [tilde.chat](https://tilde.chat) irc federation! more info on that site.
2019-02-16 02:35:16 +00:00
### here are some options to connect:
2018-06-13 18:36:51 +00:00
2018-08-30 05:47:13 +00:00
* `weechat` when logged in with ssh
* `irssi`
2019-02-16 02:35:16 +00:00
* [`znc`](https://znc.tilde.team/) - log in with your shell password and configure as needed
* run `webirc` to register your thelounge account for [our webchat](https://irc.tilde.team)
2019-02-26 17:45:06 +00:00
note that thelounge does not authenticate with your shell password.
* any other client that you like: connect to our node at team.tilde.chat:6697 with ssl
2018-06-13 18:36:51 +00:00
2018-08-30 05:47:13 +00:00
local connections (weechat, irssi, znc) can use 6667 without ssl
2018-06-04 02:18:02 +00:00
2019-06-27 13:37:15 +00:00
## weechat relays
weechat introduced [unix socket relays](
https://weechat.org/files/doc/stable/weechat_user.en.html#relay_unix_socket)
in version 2.5 which is a much easier way to offer per-user relay access.
<user>.ttm.sh/weechat is configured to proxy to the default unix relay socket
location (`~/.weechat/relay_socket`). to get started using it, follow these steps.
in weechat:
* `/relay add unix.weechat %h/relay_socket`
* `/set relay.network.password mysupersecretpassword` - don't use this password
of course. note that you might already have this set.
at your shell:
* `chmod o+rw ~/.weechat/relay_socket` - note that other members of the team group
are not included in the granted permissions. this allows nginx to connect
to your socket on your behalf
in your relay client:
* glowing-bear:
- <user>.ttm.sh
- port 443
- your relay password
* weechat-android:
- connection type: websocket (ssl)
- websocket path: weechat
- relay host: <user>.ttm.sh
- relay port: 443
- your relay password
---
2018-08-30 05:47:13 +00:00
for more info, see the [tilde.chat wiki](https://tilde.chat/wiki/) for info on bots and other specifics.
2019-06-27 13:37:15 +00:00