IRC: Difference between revisions

From PS:1 Wiki Dev
Jump to navigationJump to search
Content deleted Content added
No edit summary
Carlfk (talk | contribs)
libera.chat
 
(34 intermediate revisions by 8 users not shown)
Line 1: Line 1:
== Connecting ==
[[Category:IRC]]
=== About ===


Pumping Station: One has an IRC channel on Freenode:
Pumping Station: One has an IRC channel on Libera.chat:


server: irc.freenode.net
server: irc.libera.chat
channel: #pumpingstationone
channel: #pumpingstationone


The channel's useful for talking to members and parts of our outlying non-member community. If you have a problem or questions, voiced (people with a + symbol) users should be able to help you.
If you don't know how to or can't use an IRC client, you can use our [http://pumpingstationone.org/chat/ web chat] instead. You'll be chatting in no time.


=== Matrix ===
The channel's useful for talking to members and parts of our outlying non-member community. If you have a problem or questions, voiced (people with a + symbol) users should be able to help you.
https://matrix.org is another chat technology.
Its IRC integration is pretty nice, but #pumpingstationone is not quite one click away, yet.


Easy way:
=== IRC integration ===
* create an account: https://app.element.io
* join the ps1 room: https://app.element.io/#/room/#pumpingstationone:libera.chat


If you don't want to rely on that companies SaaS, pick another or host your own server. you can host it as PS1 if you want. it is fun.
There have recently been a few projects done to integrate the channel into the physical space better; Spacemon to monitor the space and provide busyness information of the physical space on the IRC channel, and Chatmon to display activity summary information for the IRC channel in the physical space.


Some other options:
To find out more, read up on the various projects on these pages:
https://matrix.to/#/#pumpingstationone:libera.chat


Of those options, Element is popular. Works well on both desktop and phones. We use it to send cat pictures pretty often ;)
* [[Spacemon]]
* [[Chatmon]]
* [[Peoplemon]]
* [[Schedmon]]
* [[Tardisvoice]]


FluffyChat is my new favorite: https://christianpauly.github.io/fluffychat/en/
The overall sabre bots config for [https://github.com/ZenFire/gaggled gaggled] is:


The first time you run a client it will walk you though account creation if you don't have one. For instance:


https://matrix.org/try-now/
gaggled {
eventurl tcp://*:28001
controlurl tcp://*:28000
tick 250
startwait 50
smtpgate {
mx smtp.truct.org
from gaggled@sabre.pumpingstationone.org
to toba@des.truct.org
helo localhost
auto true
}
}


* Start element web
lidless_work1 {
* try element
command python
* open in your browser
argv "./lidless ps1-split.json work1"
* create account
wd git/lidless
env {
PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
}
}
lidless_work2 {
command python
argv "./lidless ps1-split.json work2"
wd git/lidless
env {
PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
}
}
lidless_work3 {
command python
argv "./lidless ps1-split.json work3"
wd git/lidless
env {
PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
}
}
lidless_announcer {
command python
argv "./lidless ps1-split.json announcer"
wd git/lidless
env {
PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
}
}
lidless_frontend {
command python
argv "./lidless ps1-split.json frontend"
wd git/lidless
env {
PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
}
}


Once you sign yourself up for an account, then #pumpingstationone is one click away and you can waste time with us.
chatlight_arduino {
command python
argv "./watch_reports tcp://127.0.0.1:23008"
wd git/chatlight
}
chatlight_irc {
command python
argv "./chatlight irc.freenode.net chatmon #pumpingstationone tcp://127.0.0.1:23008"
wd git/chatlight
env {
PYTHONPATH ../mediorc:../python-irclib/
}
}


=== irssi ===
peoplemon {
command python
argv "./floyd -u tcp://*:34123 -l PS:One -i spacemon,shortmon,notadoctor,peoplemon,schedmon,chatmon,PS1Workstation irc.freenode.net peoplemon #pumpingstationone"
wd git/floyd
env {
PYTHONPATH ../mediorc:../python-irclib/
}
}


irssi
=== Undocumented IRC Bots ===
/server irc.libera.chat
/join #pumpingstationone



The following bots will never have their own pages because they don't matter and don't need them: shortmon, notadoctor.

[[Category:IRC]]

Latest revision as of 15:55, 16 June 2021

Connecting

Pumping Station: One has an IRC channel on Libera.chat:

server: irc.libera.chat
channel: #pumpingstationone

The channel's useful for talking to members and parts of our outlying non-member community. If you have a problem or questions, voiced (people with a + symbol) users should be able to help you.

Matrix

https://matrix.org is another chat technology. Its IRC integration is pretty nice, but #pumpingstationone is not quite one click away, yet.

Easy way:

If you don't want to rely on that companies SaaS, pick another or host your own server. you can host it as PS1 if you want. it is fun.

Some other options: https://matrix.to/#/#pumpingstationone:libera.chat

Of those options, Element is popular. Works well on both desktop and phones. We use it to send cat pictures pretty often ;)

FluffyChat is my new favorite: https://christianpauly.github.io/fluffychat/en/

The first time you run a client it will walk you though account creation if you don't have one. For instance:

https://matrix.org/try-now/

* Start element web
* try element 
* open in your browser 
* create account

Once you sign yourself up for an account, then #pumpingstationone is one click away and you can waste time with us.

irssi

   irssi
   /server irc.libera.chat
   /join #pumpingstationone