Page MenuHomeDevCentral

Document irssi setup with notifications and Android access
Open, NormalPublic

Description

irssi + plugins for terminals or other ways to send notifications on hl + proxy mode to connect by phone

References:

Event Timeline

dereckson triaged this task as Normal priority.Thu, Mar 19, 21:59
dereckson created this task.
dereckson updated the task description. (Show Details)

irssi config

I've used this configuration:

settings {
  # ...

  proxy = {
    irssiproxy_bind = "195.154.30.15";
    irssiproxy_password = "somepassword";
    irssiproxy_ports = "Libera=6701 Undernet=6702";
    irssiproxy = "yes";
  };
};

We need a way to register ports like 6701 6702.

From upstream:

Vague666 commented on github:irssi:irssi:issues:1612

The proxy is a very simple module but we are open to look at PRs if somebody wishes to take a crack at implementing TLS support for it :)

A contribution to secure with TLS is welcome there.