- Ubuntu 20.04
- nextcloud, fail2ban and e.g. iptables are installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weechat | |
Relay setup | |
On the server's instance of weechat: | |
/relay add ssl.irc 8001 | |
/secure set relay WHATEVER_PASSWORD | |
/set relay.network.password "${sec.data.relay}" | |
On the server, to generate the ssl certificate: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# IRC User List | |
# Written by Tom Hudson for the Raspberry Pi User Guide | |
# Updated 2017-01-03 for Python 3.* | |
# http://tomhudson.co.uk/ | |
import sys, socket, time | |
RPL_NAMREPLY = '353' | |
RPL_ENDOFNAMES = '366' |
This configuration is not maintained anymore. You should think twice before using it, Breaking change and security issue will likely eventually happens as any abandonned project.