Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Reticulum in Scotland: free, encrypted, run by the community

ScotMesh chat hub: Difference between revisions

From ScotMesh Wiki
New project page: the ScotMesh chat hub
 
Released 1.0.1; code is public at ScotMesh/scotmesh-chat
 
Line 15: Line 15:
== Status ==
== Status ==


'''Live''', version 1.0.0-rc.4 as of 13 September 2026, running on ScotMesh's own server.
'''Live''' on ScotMesh's own server. The latest release is [https://github.com/ScotMesh/scotmesh-chat/releases/tag/v1.0.1 v1.0.1] (15 September 2026).


== Where to find it ==
== Where to find it ==
Line 29: Line 29:
|}
|}


Commands are on [[Chat commands]]. The code is in a private repository, [https://github.com/A13xB0/scotmesh-chat A13xB0/scotmesh-chat], under the MIT licence.
Commands are on [[Chat commands]]. The code is public at [https://github.com/ScotMesh/scotmesh-chat github.com/ScotMesh/scotmesh-chat], under the MIT licence.


== Who is working on it ==
== Who is working on it ==


Alex.
Alex.
== Next ==
* Release 1.0.0 once the release candidate has settled on the network.


[[Category:Projects]]
[[Category:Projects]]

Latest revision as of 13:36, 17 September 2026

The ScotMesh chat hub runs ScotMesh's chat room: one conversation that people reach from an RRC chat client, as an LXMF group, or on a Nomad Network page, with everyone seeing the same messages under the same names. How to join is on The chat room.

What it is

One program that connects to the backbone over TCP, with no Reticulum daemon of its own, and serves three ways into the same room:

  • The RRC room #scotmesh, for MeshChatX, NomadNet, rrc-tui and WeeChat.
  • The LXMF group, for Sideband, Columba, MeshChatX and NomadNet. Messages arrive as Name: message.
  • The chat page, read in NomadNet or MeshChatX, where you can post once you identify.

Each Reticulum identity holds one name everywhere, and lookalikes of a name that is taken are refused. When you come back you catch up on what you missed. LXMF delivery can be turned off or left automatic. Operators can moderate, and what they do is logged. Messages are kept for 7 days. The propagation node holds group messages for members who are away.

It replaced the earlier RRC hub and LXMF bridge.

Status

Live on ScotMesh's own server. The latest release is v1.0.1 (15 September 2026).

Where to find it

Way in Address
RRC room hub 004e5a15da221d9a236b0e8d74195f13, room scotmesh
LXMF group 625ad393ca4df62a1382f9d936322a0a
Chat page c229a2c7d410e00b71f877375ae846bf:/page/index.mu

Commands are on Chat commands. The code is public at github.com/ScotMesh/scotmesh-chat, under the MIT licence.

Who is working on it

Alex.