06 Nov 23
“We cannot anticipate a timeline for the bridge’s return, but we hope it will be soon.”
The Bridges category on the Matrix blog. For
19 Sep 23
matrix2051 is another matrix IRC bridge; here is the encryption ticket:
I said baby yes hello! Matrirc seems to have started up development again:
07 Jul 23
05 Jun 23
This server was created specifically to use as a base for a text adventure game. As such it lacks features you might expect. It has not been widely tested.
25 Apr 23
A terminal IRC client
07 Jul 22
21 Jun 22
11 Apr 22
Print hilighted messages & private messages to a window named “hilight” for irssi.
Search in your scrollback buffer, scroll to a match.
When macOS goes to sleep, it starts a low-power ‘smart sleep’ mode which opens a network connection to see if there’s any updates. It’ll keep this behaviour up every few minutes until you wake the Mac. This is a sleepwatcher script to make it turn off Wi-Fi power (and thus disconnect you from the internet) and tell you exactly what it’s doing (the ‘verbose’ tag), then running it again to turn Wi-Fi back on. When using IRC, this prevents all the timeout/reconnects your Mac fills a channel with when it goes to sleep.
As an alternative, check to see if LaunchAgent has been added to the newest sleepwatcher brew formula. Instead, you could try brew services start sleepwatcher and then create/edit ~/.sleep and put networksetup -setairportpower Wi-Fi off in there (and chmod +x it) then perhaps create a ~/.wake if needed.