From f2211f5860219982837126618d4a112c73f76f72 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 4 Nov 2012 16:22:44 +0200 Subject: [PATCH] Limnoria: fix SSL part. --- articles/guides/Limnoria.html | 7 ++++++- articles/guides/Limnoria.html.md | 10 +++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/articles/guides/Limnoria.html b/articles/guides/Limnoria.html index 654399c..3dab8b6 100644 --- a/articles/guides/Limnoria.html +++ b/articles/guides/Limnoria.html @@ -159,9 +159,14 @@ he wants to accept connections from. Does this server require connection on a non-standard port? [y/ n] (default: n)
-

n

+

y

We probably want to use [SSL] to make people on same (W)LAN unable to spy everything what the bot sees. SSL wasn't supported in [Supybot] directly without [Twisted], but it is in [Limnoria] and [Gribble].

+
 What port is that?     
+
+

6697

+
+

[SSL ports of freenode] are listed on their [homepage]. 6697 is popular SSL port as the wizard told previously in case you listened to the longer explanation :).

 What nick would you like your bot to use? 

You must use your imanigation and take a nick which you like.

Some servers require a password to connect to them. Most public
diff --git a/articles/guides/Limnoria.html.md b/articles/guides/Limnoria.html.md
index e8101e8..377a7e2 100644
--- a/articles/guides/Limnoria.html.md
+++ b/articles/guides/Limnoria.html.md
@@ -274,10 +274,18 @@ he wants to accept connections from.
 n] (default: n) 
 ```
 
-> n
+> y
 
 We probably want to use [SSL] to make people on same (W)LAN unable to spy everything what the bot sees. SSL wasn't supported in [Supybot] directly without [Twisted], but it is in [Limnoria] and [Gribble].
 
+```
+ What port is that?     
+```
+
+> 6697
+
+[SSL ports of freenode] are listed on their [homepage]. 6697 is popular SSL port as the wizard told previously in case you listened to the longer explanation :).
+
 ```
  What nick would you like your bot to use? 
 ```