2015-08-25 09:24:06 +02:00
|
|
|
---
|
|
|
|
layout: page
|
2015-09-14 12:37:24 +02:00
|
|
|
permalink: /irc/znc.html
|
2015-08-25 09:24:06 +02:00
|
|
|
excerpt: "WIP - details on ZNC on my VPS"
|
|
|
|
sitemap: false
|
|
|
|
---
|
|
|
|
|
|
|
|
```
|
2015-09-14 12:37:24 +02:00
|
|
|
MD5 Fingerprint=8E:B4:28:68:4A:47:B3:09:EE:58:2D:D4:31:7A:EA:DC
|
|
|
|
SHA1 Fingerprint=21:45:DE:39:64:0A:0A:65:8C:CE:FB:CA:EB:E0:80:3F:06:30:8D:E9
|
|
|
|
SHA256 Fingerprint=B6:A7:45:F9:39:BA:64:D0:EB:DD:3C:F5:EF:0A:E8:AB:35:24:98:2A:80:BB:08:2E:74:82:05:82:5F:B8:78:30
|
2015-08-25 09:24:06 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
Connecting with WeeChat:
|
|
|
|
|
2015-09-14 12:43:00 +02:00
|
|
|
1. `/server add WHATEVER vardiera.mikaela.info/1234 -ssl`
|
2015-08-25 09:24:06 +02:00
|
|
|
2. `/set irc.server.WHATEVER.ssl_verify on`
|
2015-09-16 11:23:16 +02:00
|
|
|
3. `/set irc.server.WHATEVER.ssl_fingerprint b6a745f939ba64d0ebdd3cf5ef0ae8ab3524982a80bb082e748205825fb87830`
|
2015-08-25 09:24:06 +02:00
|
|
|
4. `/set irc.server.WHATEVER.username username@OptionalClientID/network`
|
|
|
|
5. `/set irc.server.WHATEVER.password password`
|
|
|
|
6. `/set irc.server.WHATEVER.autoconnect on`
|
|
|
|
7. `/connect WHATEVER`
|
|
|
|
8. `/save`
|
|
|
|
|
|
|
|
*If you forget -ssl, `/set irc.server.WHATEVER.ssl on`*
|
2015-08-25 09:41:53 +02:00
|
|
|
|
2015-09-16 11:23:16 +02:00
|
|
|
WeeChat users also want:
|
|
|
|
* `/set irc.server_default.capabilities account-notify,away-notify,multi-prefix,server-time,znc.in/server-time-iso,cap-notify`
|
|
|
|
* reconnect after setting these. This list is from *1.4-dev (git:
|
|
|
|
v1.3-38-g0c8eac0) [compiled on Sep 10 2015 14:14:16]*.
|
|
|
|
* this version doesn't support `cap-notify`, but it's required for
|
|
|
|
ZNC to offer more complex capabilities (e.g. away-notify).
|
|
|
|
|
2015-08-25 09:41:53 +02:00
|
|
|
Webadmin:
|
2015-09-14 12:43:00 +02:00
|
|
|
* https://vardiera.mikaela.info:1234/ (invalid certificate, valid
|
2015-08-25 09:41:53 +02:00
|
|
|
fingerprints are on top of this page)
|
|
|
|
* https://znc.mikaela.info/ (CloudFlare, https only between you and
|
|
|
|
CloudFlare (aka not recommended or use only if you have to))
|