Skip to content

Instantly share code, notes, and snippets.

View Daeraxa's full-sized avatar

Daeraxa

View GitHub Profile
@Daeraxa
Daeraxa / znc-halloy.md
Last active July 8, 2023 14:57
ZNC & Halloy setup

Setting up a ZNC server and configuring Halloy to use it

What is ZNC? The official wording is probably best placed to describe it "ZNC, an advanced IRC bouncer that is left connected so an IRC client can disconnect/reconnect without losing the chat session."

Basically IRC only delivers messages whilst you are connected. ZNC is something you have running on an always on server (for example a home server or even a Raspberry Pi), that keeps you connected to the IRC server and allows you to connect in at will so you don't miss out on any of the conversation.

I used a couple of resources to get this working which are listed at the bottom of this guide but I've tried to take the best parts of each one as well as add any Halloy specific parts that are required.

Installing ZNC

@Daeraxa
Daeraxa / pulsar-lang-comparison.md
Last active October 10, 2022 00:51
Comparison of default packages in Pulsar
@Daeraxa
Daeraxa / Redox_VBox.md
Last active May 2, 2022 19:34
Some basic config notes for setting up Redox on VirtualBox
@Daeraxa
Daeraxa / userchrome.css
Created September 16, 2021 12:36
Joplin-userchrome-customOrderCSS
/*CSS that makes the first character of a notebook invisible to allow "custom" ordering*/
.list-item-depth-0 .title::first-letter{
color: transparent !important;
}
.list-item-depth-1 .title::first-letter{
color: transparent !important;
}