mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-02 14:08:38 +01:00
Update PTO; add matrix-ircd
This commit is contained in:
parent
d5b3af0228
commit
32cc1ded86
|
|
@ -4,10 +4,12 @@ title: Perpetually Talking Online (PTO)
|
|||
categories: projects client
|
||||
description: PTO is an IRC frontend to the federated Matrix network.
|
||||
author: tdfischer
|
||||
maturity: Alpha
|
||||
maturity: Abandoned
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Perpetually Talking Online (PTO) is an IRC frontend to the federated Matrix network. It aims to enable as many people as possible to use an existing Matrix homeserver with their existing IRC clients, and provides a radically expanded feature set for existing IRC communities looking to migrate to Matrix.
|
||||
|
||||
See [pto.im](http://pto.im) for more info - or grab the code from [github](https://github.com/tdfischer/pto).
|
||||
See [pto.im](http://pto.im) for more info - or grab the code from [GitHub](https://github.com/tdfischer/pto).
|
||||
|
||||
Unfortunately, it appears that this project is no longer being worked on. Check out [matrix-ircd](./matrix-ircd.html) instead!
|
||||
|
|
|
|||
17
supporting-docs/projects/2016-10-04-matrix-ircd.md
Normal file
17
supporting-docs/projects/2016-10-04-matrix-ircd.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: project
|
||||
title: matrix-ircd
|
||||
categories: projects client
|
||||
description: An IRCd implementation backed by Matrix.
|
||||
author: Erik
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
An IRCd implementation backed by Matrix. Inspired by [PTO](./pto.html)!
|
||||
|
||||
This is a work in progress. Matrix IRCd should be stable enough to hack on and test, but has not been tested in production or for any length of time.
|
||||
|
||||
See the [GitHub issues page](https://github.com/matrix-org/matrix-ircd/issues) for a more detailed breakdown of what is left to do, and/or join the discussion on the Matrix channel: [#matrix-ircd:matrix.org](https://matrix.to/#/#matrix-ircd:matrix.org)
|
||||
|
||||
You can check out the code from [GitHub](https://github.com/matrix-org/matrix-ircd).
|
||||
Loading…
Reference in a new issue