To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Template:Providers/table and Irssi: Difference between pages

From ZNC
(Difference between pages)
Jump to navigation Jump to search
m removed FR and PL locations from EliteBNC to reflect the server changes
 
m Reverted edits by MetaNova (talk) to last revision by Johncs
Tag: Rollback
 
Line 1: Line 1:
<noinclude>
== Connecting to ZNC ==
<!--
=== SSL ===
======================================================================
 
For location codes, please refer to https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
/network add freenode
Use exceptions, most notably UK instead of GB, listed here https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Exceptional_reservations
/server add -net freenode -auto -ssl my.bouncer.net 6697 username/freenode:password
======================================================================  
/save
Providers are sorted by "Date Started", which is either the date in which the provider officially started delivering services, the date
/connect freenode
their domain was registered (if reliable information), or the date added to the ZNC table list.
 
-->
=== Non SSL ===
</noinclude>[<span class="plain links">[{{fullurl:Template:Providers/table|action=edit}} Edit data]</span>]
 
{| class="wikitable sortable" border="1"
/network add freenode
! rowspan="2" | Provider
/server add -net freenode -auto my.bouncer.net 6667 username/freenode:password
! colspan="2" | Max Networks per User
/save
! rowspan="2" | ZNC Version
/connect freenode
! rowspan="2" | Language
 
! rowspan="2" class="unsortable" | IRC Support
=== Timestamps ===
! rowspan="2" | Date Started
 
! rowspan="2" class="unsortable" | ZNC locations<br><small style="font-weight:normal">([[wikipedia:ISO 3166-1 alpha-2#Officially_assigned_code_elements|country codes]], using [[wikipedia:ISO 3166-1 alpha-2#Exceptional_reservations|exceptions]])</small>
irssi does not support the server-time capability yet, so buffer playback may look ugly. There's a script you can run to get basic server-time support in irssi however, see [[Timestamps#irssi]].
|-
 
! Default
== Notes ==
! Premium
 
|-
Irssi does not send unknown commands to irc server or znc so you will get an unknown command error when you try to use the <code>/znc</code> alias. If you want <code>/znc</code> to work you need to enter <code>/alias znc msg *status</code>.
|[https://www.xshellz.com xShellz]
 
| 2
Or, you can download [http://scripts.irssi.org/scripts/dispatch.pl dispatch.pl] placing the script in <code>~/.irssi/scripts/autorun</code> and typing <code>/script load autorun/dispatch</code>. You will only need to enter the command once as irssi will automatically load the script next time irssi is started.
| data-sort-value="30" | 12, 20, or 30
 
| 1.6.1
Irssi by default will create new channel windows each time znc reconnects to the irc network. After you join all your channels you can enter <code>/layout save</code> to have irssi reuse channel windows instead of creating new windows.
| English
 
| {{irc|chat.freenode.net|xShellz}}
[[Category:Clients]]
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2009-03-01
| <abbr title="United States of America">US</abbr>, <abbr title="United Kingdom">UK</abbr>
|-
|[http://www.elitebnc.org/ EliteBNC]
| 5
|
| 1.6.5*
| English
| {{irc|irc.atomicedge.org|elitebnc}}
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2012-02-06
| <abbr title="Canada">CA</abbr>, <abbr title="Germany">DE</abbr>, <abbr title="Netherlands">NL</abbr>, <abbr title="United States of America">US</abbr>
|-
|[https://znc.bg ZNC.BG]
| 1
|
| 1.6.3*  
| English
| {{irc|irc.v.bg|znc}}
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2016-01-25
| <abbr title="Bulgaria">BG</abbr>, <abbr title="Czech Republic">CZ</abbr>, <abbr title="Germany">DE</abbr>, <abbr title="Italy">IT</abbr>
|-
|[https://lunarbnc.net LunarBNC]
| unlimited
|
| 1.7.1*
| English
| {{irc|irc.lunarirc.net|lunarbnc}}
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2016-11-04
| <abbr title="Germany">DE</abbr>
|-
|[https://suchznc.net SuchZNC]
| unlimited
|
| 1.7-git*
| English
| {{irc|chat.freenode.net|suchznc}}
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2017-05-09
| <abbr title="Netherlands">NL</abbr>
|-
|[https://znc.quoque.ru QUOQUE ZNC]
| 1
| 10
| 1.6.6
| English
| {{irc|chat.freenode.net|qz}}
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2017-11-02
| <abbr title="United States of America">US</abbr>
|-
|[http://viaplus.weebly.com/viabnc.html viaBNC]
| 5 (specified)
|
| 1.6.6
| Spanish / English
| {{irc|chat.freenode.net|viaBNC}}
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2018-02-21
| <abbr title="Canada">CA</abbr>, <abbr title="United States of America">US</abbr>
|-
|[http://bnc4you.ml bnc4you]
| 2
|
| 1.7.1
| English
| {{irc|chat.freenode.net|bnc4you}}
| <span style="display:none">&{{#expr:3e11+{{#time:U|..}}}}</span>2018-03-03
| <abbr title="Turkey">TR</abbr>
|-
|}

Revision as of 23:35, 30 July 2019

Connecting to ZNC

SSL

/network add freenode 
/server add -net freenode -auto -ssl my.bouncer.net 6697 username/freenode:password
/save
/connect freenode

Non SSL

/network add freenode 
/server add -net freenode -auto my.bouncer.net 6667 username/freenode:password
/save
/connect freenode

Timestamps

irssi does not support the server-time capability yet, so buffer playback may look ugly. There's a script you can run to get basic server-time support in irssi however, see Timestamps#irssi.

Notes

Irssi does not send unknown commands to irc server or znc so you will get an unknown command error when you try to use the /znc alias. If you want /znc to work you need to enter /alias znc msg *status.

Or, you can download dispatch.pl placing the script in ~/.irssi/scripts/autorun and typing /script load autorun/dispatch. You will only need to enter the command once as irssi will automatically load the script next time irssi is started.

Irssi by default will create new channel windows each time znc reconnects to the irc network. After you join all your channels you can enter /layout save to have irssi reuse channel windows instead of creating new windows.