💾 Archived View for thebackupbox.net › ~epoch › blog › irc captured on 2024-12-17 at 10:13:56. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2024-07-09)
-=-=-=-=-=-=-
IRC
to connect to an IRC server with ssl
weechat:
- /server add localhost irc.localhost.net/6697
- /set irc.server.localhost.ssl on
- /set irc.server.localhost.autoconnect on
irssi:
- /connect -ssl irc.localhost.net 6697
hexchat:
- /server -ssl irc.localhost.net 6697
to turn off fakelag:
hexchat:
irssi:
- /set cmd_queue_speed 0 (AND THEN RESTART IRSSI OR ELSE IT WONT WORK)
weechat:
- /set irc.server_default.anti_flood_prio_high 0
ngircd:
- mode +F or just return early in that function in conn.c