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.

Providers and Irssi: Difference between pages

From ZNC
(Difference between pages)
Jump to navigation Jump to search
>Cajs
Undo revision 1557 by Cajs (talk)
 
m Reverted edits by MetaNova (talk) to last revision by Johncs
Tag: Rollback
 
Line 1: Line 1:
If for some reason you can't or don't want to [[Installation|install ZNC yourself]], you may choose to get an account at some existing provider.
== Connecting to ZNC ==
=== SSL ===


'''''Warning''': This list is provided as is. The ZNC team can't guarantee that providers listed here will not sneak your passwords, burn your house and kill your pet (though it's pretty unlikely :P) Use it at your own risk.''
/network add freenode
/server add -net freenode -auto -ssl my.bouncer.net 6697 username/freenode:password
/save
/connect freenode


== Free ZNC providers ==
=== Non SSL ===


<!-- PLEASE keep the white spacing format so that its simple modify -->
/network add freenode
/server add -net freenode -auto my.bouncer.net 6667 username/freenode:password
  /save
/connect freenode


{| class="wikitable" border="1"
=== Timestamps ===
! Provider                              !! Max Networks per User !! ZNC Version !! IRC Support !! ZNC locations
|-


|[https://electrocode.net/ElectroBNC ElectroBNC]                 || 2 (can be increased)  || 1.3*    || irc.electrocode.net #ElectroBNC || US
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]].
|-


|[http://blackznc.net/freeZNC/ BlackZNC]            || 1  || 1.2      || irc.blackznc.net #blackznc || ?
== Notes ==
|-


|[http://bnc4free.com/ bnc4free]                    || 1  || 0.098*   || irc.evosurge.net #bnc4free || DE, IT, SE, US, UK
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>.
|-


|[http://www.elitebnc.org/ EliteBNC]                 || 3 (Users) || 0.096*  || irc.bitsjoint.net #elitebnc || DE, NL, UK, US
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.
|-


|[https://panicbnc.net/ PanicBNC]                    || 2  || 1.1-git* || irc.esper.net #PanicBNC || CA (soon), DE, NL, UK, US
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.
|-


|[http://italicizer.com/free-znc-account/ Italicizer.com] || 10 || 1.0      || chat.freenode.net #Italicizer || AU, CA, DE, FR, US
[[Category:Clients]]
|-
|[https://trekweb.org TrekWeb]                      || 5  || 1.4*    || [http://webchat.freenode.net/?channels=trekweb chat.freenode.net #trekweb] || US
|-
|[https://yourbnc.co.uk/ YourBNC]                    || 5 [Default], +1 for every referral, Unlimited for donators. || [https://github.com/YourBNC 1.5-git* ]  || [http://webchat.yourbnc.co.uk/?channels=yourbnc irc.yourbnc.co.uk #YourBNC] || EU (Germany + France + 2x Netherlands + UK), US (California + Seattle + New York + 3x Florida), Canada (Beauharnois), Asia (Japan + Singapore)
|-
|[https://layerbnc.net/ LayerBNC]                    || 3  || 1.2*    || [http://webchat.freenode.net/?channels=layerbnc irc.freenode.net #LayerBNC] || US, NL, DE
|-
 
|[http://mortalbnc.cf/ MortalBNC]                    || 1  || 1.4  || irc.freenode.net #MortalBNC || SE, UK, US, NL, CA
|-
 
|[http://stormbit.net/help/stormbnc/#signingup StormBNC]                    || 5  || 1.4      || irc.stormbit.net #stormbnc || DE
|-
 
|[http://freebnc.in FreeBNC]                        || 5  || 1.4*        || [http://webchat.prigi.biz irc.allnetwork.org #FreeBNC]  || US, AU, IT, JP, UK, FR, NL, DE
|}
 
 
Versions with " * " are modified versions.
 
== Free network specific ZNC providers ==
;Rizon
* [http://wiki.rizon.net/index.php?title=RizonBNC_FAQ RizonBNC]
 
;OnlineGamesNet
* [http://wiki.onlinegamesnet.net/wiki/Bouncer See list at OnlineGamesNet Wiki]
 
;Freenode
* [https://firrre.com/ Firrre (ProjectFirrre)]
 
;Snoonet
* [https://www.snoonet.org/bnc Snoonet]

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.