diff --git a/pages/irc/znc.markdown b/pages/irc/znc.markdown index fc9289d..6459f93 100644 --- a/pages/irc/znc.markdown +++ b/pages/irc/znc.markdown @@ -5,6 +5,49 @@ excerpt: "WIP - details on ZNC on my VPS" sitemap: false --- +## ZNC + +Vardiera is hosting stable ZNC (latest git tag) where people I trust can +get accounts. + +### Simple rules + +* Follow the network policies. +* Follow the channel rules. +* You use this ZNC by your own responsibility. + * accounts can be removed at any time. + * it can crash any time without me being there to fix it. + * it can be restarted any time to install upgrades. +* No logging unless you load the log module by yourself (log access + requires shell access which I don't give!) +* If you use the [SASL](http://wiki.znc.in/sasl) or + [NickServ](http://wiki.znc.in/nickserv) module, your password is stored + in plain text. + * I won't ever read it there, but I think it should be mentioned. Don't + use server password unless you have to as that password is thrown + to my eyes in ZNC startup messages. +* In case more networks are needed, contact me. + +### Tips & tricks + +1. Read the [ZNC wiki], at least [FAQ]. +2. **Load savebuff** so your buffers aren't lost on restart/crash/etc. + * **Don't specify a password or I am going to be angry and you are + going to lose your account!** +3. If your network has NickServ, [load SASL and read it's wiki page for automatic identification.](http://wiki.znc.in/sasl) + +[ZNC wiki]:http://wiki.znc.in/ +[FAQ]:http://wiki.znc.in/FAQ + +#### Accessing webadmin + + * https://vardiera.mikaela.info:1234/ (invalid certificate, valid + fingerprints are listed below) + * https://znc.mikaela.info/ (CloudFlare, https only between you and + CloudFlare (aka not recommended or use only if you have to)) + +### Certificate fingerprints + ``` MD5 Fingerprint=BB:BE:9C:6D:03:30:DC:CC:C0:87:D2:15:4F:AB:09:41 SHA1 Fingerprint=3F:AB:12:85:72:E9:0A:21:DD:D7:64:94:43:D8:BC:08:64:FD:64:6C @@ -12,7 +55,7 @@ SHA256 Fingerprint=C7:89:7A:02:C3:4A:DF:01:A9:36:1D:2E:EA:D1:A8:9A:41:37:CA:43:E SHA512 Fingerprint=FF:B3:D6:8B:EB:2E:2B:96:10:C0:7C:F0:7A:17:28:8F:77:14:73:FC:69:52:EF:89:F1:F7:15:E2:F9:9F:2F:0A:38:9D:6B:09:A3:55:0D:95:6E:E7:7F:AA:1B:22:51:46:14:55:93:D6:37:DE:41:BC:26:3B:D6:E7:A6:0D:F5:DF ``` -Connecting with WeeChat: +### Connecting with WeeChat 1. `/server add WHATEVER vardiera.mikaela.info/1234 -ssl` 2. `/set irc.server.WHATEVER.ssl_verify on` @@ -25,15 +68,7 @@ Connecting with WeeChat: *If you forget -ssl, `/set irc.server.WHATEVER.ssl on`* -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). +Read also [WeeChat page on ZNC wiki](http://wiki.znc.in/WeeChat). You want +to read at least the *Enabling server-time & other IRCv3 capabilities* to +make your experience smoother. -Webadmin: - * https://vardiera.mikaela.info:1234/ (invalid certificate, valid - 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))