mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
Limnoria: fix SSL part.
This commit is contained in:
parent
c796f3dbaf
commit
f2211f5860
@ -159,9 +159,14 @@ he wants to accept connections from.
|
|||||||
Does this server require connection on a non-standard port? [y/
|
Does this server require connection on a non-standard port? [y/
|
||||||
n] (default: n) </code></pre>
|
n] (default: n) </code></pre>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>n</p>
|
<p>y</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>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].</p>
|
<p>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].</p>
|
||||||
|
<pre><code> What port is that? </code></pre>
|
||||||
|
<blockquote>
|
||||||
|
<p>6697</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>[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 :).</p>
|
||||||
<pre><code> What nick would you like your bot to use? </code></pre>
|
<pre><code> What nick would you like your bot to use? </code></pre>
|
||||||
<p>You must use your imanigation and take a nick which you like.</p>
|
<p>You must use your imanigation and take a nick which you like.</p>
|
||||||
<pre><code>Some servers require a password to connect to them. Most public
|
<pre><code>Some servers require a password to connect to them. Most public
|
||||||
|
@ -274,10 +274,18 @@ he wants to accept connections from.
|
|||||||
n] (default: n)
|
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].
|
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?
|
What nick would you like your bot to use?
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user