Commit Graph

6 Commits

Author SHA1 Message Date
Ekkie
251191e66f [irssi-conf] Force starttls off for default net
When connecting to newnet via localhost on tilde.club with tls set to
off, newnet will try to switch to tls using starttls. However, since
irssi is connecting using a hostname set in /etc/hosts (in this case,
"irc"), the presented certificate's CN doesn't match and irssi aborts.
Setting starttls to off forces irssi to connect via plain-text.
2023-03-24 21:09:25 +01:00
Ekkie
2dc87f7763 [irssi-conf] Autojoin in config, not startup
Before, the startup file tries connecting to the default network and
join two channels. However, since irssi just executes the startup file
line by line with little logic behind it, it tries joining the channels
while the user is still connecting.

Instead, this commit sets the channels to autojoin, which only triggers
once the user is connected and, if configured properly, authenticated.
2023-03-24 20:54:22 +01:00
Ekkie
b12406076b [irssi-conf] Make default network name consistent
Before, the name of the default network was set as "localhost",
"tildenet", "tilde.chat" and "irc". This chooses a more appropriate name
in both irssi's config and startup files: newnet
2023-03-24 20:26:06 +01:00
root
7190873d3d closes #1 2019-09-20 09:00:42 -04:00
Mike
57d102ae30 updated config
Changed settings related to chat network for tilde.chat.
2019-09-14 17:47:45 -06:00
Jason Levine
10c01deb3d first commit 2014-10-12 15:00:59 -04:00