IRCBouncer: Difference between revisions

From base48
imported>Rmarko
(ssl port)
imported>Rmarko
(moved to znc.base48.cz domain with valid cert)
Line 33: Line 33:
=== base48 bouncer ===
=== base48 bouncer ===
* ask [[User:Rmarko]] for an account
* ask [[User:Rmarko]] for an account
* access administration interface - https://base48.cz:4848
* access administration interface - https://znc.base48.cz:4848
* '''change''' your password
* '''change''' your password
* edit your configuration
* edit your configuration
Line 46: Line 46:
* use your favorite IRC client to connect to base48.cz on port 4848
* use your favorite IRC client to connect to base48.cz on port 4848
** enable SSL
** enable SSL
** disable certificate checking
** provide username & password (username != nick)
** provide username & password (username != nick)
** irssi config:
** irssi config:
*** <code>/server add -auto -network znc -ssl base48.cz 4848 username:password</code>
*** <code>/server add -auto -network znc -ssl znc.base48.cz 4848 username:password</code>
*** <code>/server connect</code>
*** <code>/server connect</code>
*** <code>/save</code>
*** <code>/save</code>

Revision as of 18:34, 11 September 2016

IRC

Stay online permanently

  • Why?
    • you don't want to miss all the important conversations
    • people can leave you messages even when you are not in front of your PC
  • How?
    • using combination of screen & terminal based IRC client
    • using IRC bouncer

screen & terminal based client

IRC bouncer

  • Pros
    • use any client you want
    • supports multiple clients concurrently
    • server side plugins
  • Cons
    • requires server with running bouncer instance
  • Links

base48 bouncer

  • ask User:Rmarko for an account
  • access administration interface - https://znc.base48.cz:4848
  • change your password
  • edit your configuration
    • server field should contain `irc.freenode.net +6697`
    • plugins to enable:
      • admin - to be able to configure bouncer via IRC
      • chansaver - keeps track of channels you join/part
      • keepnick
      • nickserv - if using authentication with NickServ (freenode only)
    • set Buffer Size to reasonable value (e.g. 500)
    • don't forget to hit save
  • use your favorite IRC client to connect to base48.cz on port 4848
    • enable SSL
    • provide username & password (username != nick)
    • irssi config:
      • /server add -auto -network znc -ssl znc.base48.cz 4848 username:password
      • /server connect
      • /save
  • connect to some channels
  • try restarting your client
  • for more information refer to znc wiki