What's new

Gathering the community together - to IRC

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Irc

Very often I check forum news from my working place and for sure will not be permitted to use another than permitted software, so IRC would be limited option for me.
 
#asuswrt doesn't look active, maybe timezone difference...

This is IRC. People idle there a lot, then suddenly 2 or 3 people will start talking for an hour or two.
 
Tried to use IRC bouncer with no success.
Code:
26-02-2014 21:10:06 DEBUG: "NOTICE * :*** You are banned from arcor.de.eu.dal.ne t"
26-02-2014 21:10:06 DEBUG: "NOTICE * :*** Reason: [exp/proxy] Open proxies are n ot allowed on DALnet. See http://kline.dal.net/proxy/proxyinfo.php?proxy=EIDENTD &ip=x.x.x.x&port=65000 for more information. (2014/02/26 18.03)"
Looks like dal.net got some strict rules:
- Your proxy MUST NOT allow non-authenticated access from the internet at large.
- It MUST NOT respond to requests on ports 23, 80,81, 3128 or 8080 from any IP address outside your LAN.
- Your proxy SHOULD run an ident daemon and ideally require user authentication (username & password) for access.
Dal.net won't allow to have both irc bouncer and web server on the same ip:(
 
Last edited:
DALnet, now there's a name I haven't heard in 15 years. I think they mask hostnames now but IRC was the only reason I registered a domain name and had a reverse lookup for my IP address point to it. aph@aph.com will try to stop by ;)
 
Sorry for logging-in\out flood, it was my (misconfigured) bouncer. Did you use one? Or is there any web-services to read chan logs?
 
Using Irssi

If you do not want to miss anything important on #asuswrt, here is a little How-To use a console IRC client, which will run on background and log any channel activity. You may join or leave a conversations at any time.

1. Install Entware and necessary packages
Code:
opkg install irssi dtach

2. Create an Irssi config
Fill /opt/etc/irssi/irssi.config with following content:
Code:
settings = {
  core = {
    [COLOR="Red"]real_name = "Alexander Ryzhov";[/COLOR]
    [COLOR="Red"]user_name = "ryzhov_al";[/COLOR]
    [COLOR="Red"]nick = "ryzhov_al";[/COLOR]
  };
  "fe-text" = { actlist_sort = "refnum"; };
  "fe-common/core" = {
    term_charset = "utf-8";
    autolog_path = "/opt/var/log/irssi.log";
    autolog = "ON";
  };
};
servers = (
  {
    address = "irc.dal.net";
    chatnet = "dalnet";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "yes";
  }
);
chatnets = {
  dalnet = {
    type = "IRC";
    [COLOR="Red"]autosendcmd = "/^msg NickServ@services.dal.net identify P@ssw0rd;wait 2000";[/COLOR]
  };
  dalnet = { type = "IRC"; };
};
channels = (
  {
    name = "#asuswrt";
    chatnet = "dalnet";
    autojoin = "yes";
  }
);
Please put your own nick, name, password in the red lines.

3. Create autostart script
Put it to /opt/etc/init.d/S75irssi
Code:
#!/bin/sh

[ -e "/opt/var/dtach_irssi" ] && rm -f /opt/var/dtach_irssi

ENABLED=yes
PROCS=irssi
ARGS="--config=/opt/etc/irssi/irssi.config --home=/opt/etc/irssi"
PREARGS="dtach -n /opt/var/dtach_irssi"
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/opt/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

. /opt/etc/init.d/rc.func
and make it executable:
Code:
chmod +x  /opt/etc/init.d/S75irssi

Irssi will start on boot. To start it manually, type:
Code:
/opt/etc/init.d/S75irssi start
Some basic tips:
  • To attach an IRC client type dtach -a /opt/var/dtach_irssi
  • To detach press Ctrl+\
  • To switch tabs within Irsii press Alt+1, Alt+2 and so on
  • To scroll windows use PgUp/PgDown keys.


Here is a little ASCII video made with asciinema package.
 
Last edited:
Couple minor things to add;

if you change
Code:
    port = "6667";
    use_ssl = "no";
to
Code:
    port = "6697";
    use_ssl = "yes";

you'll be connected via SSL and;

SERVER LIST: in case you want to specify something closer to home.

IPv6 users via ipv6.dal.net
 
Last edited:
Good idea with a IRC channel for this forum.
I would also prefer freenode since I'm using this already chatting in another channel.

/Geraner
 
I moved the channel information in the existing sticky - un-stickying this thread now.
 
Wow.... I haven't used IRC In a decade. The only reason I switched to forums, is because I don't have to filter through a thousand line's of nonesence.

Its a good idea, but if some of us are not present at the right time in the channel, we miss important info. Then a question gets reasked a dozen times, and in the forums answers are present till the end of time.
 
Wow.... I haven't used IRC In a decade. The only reason I switched to forums, is because I don't have to filter through a thousand line's of nonesence.

Its a good idea, but if some of us are not present at the right time in the channel, we miss important info. Then a question gets reasked a dozen times, and in the forums answers are present till the end of time.

nobody has abandoned the forum, consider it supplemental :)
 
merlin i think freenode might be a good place, there are alot of people there that works on open source projects, am never on dalnet :p
 
merlin i think freenode might be a good place, there are alot of people there that works on open source projects, am never on dalnet :p

We've been on Dalnet for nearly two years now, we have no reason to move away.

And personally I had already been lurking on Dalnet for a few years, that was why I went with that network.
 
We've been on Dalnet for nearly two years now, we have no reason to move away.

And personally I had already been lurking on Dalnet for a few years, that was why I went with that network.
i dont mind that much, i will hang out there ;)
 
Any simple way to log irc without installing entware or other framework? Already have a fulltime drive plugged into usb3 formatted ntfs. Adding a second usb2 last i tried just made errors
 
Last edited:
Any simple way to do this without installing entware or other framework? Already have a fulltime drive plugged into usb3 formatted ntfs. Adding a second usb2 last i tried just made errors

There are plenty of IRC clients available both for Windows desktops and web-based.
 
Similar threads
Thread starter Title Forum Replies Date
C RT-AX88U with 1gb Community Fibre Asuswrt-Merlin 7
H GT-AC29000 and AC86U mesh together Asuswrt-Merlin 10

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top