🌟 Announcing lowendirc.com – The IRC Home for the LowEnd Community 🌟

13»

Comments

  • @Neoon said:

    @Decicus said:
    I guess I'll try to remember that I have The Lounge running this time...

    @Neoon said:
    Well, my bouncer can't connect to the IRC anymore, anything died?

    I was able to connect just now. Still having issues?

    Yea looks fixed

    Well, it seems like network issues again.
    Do you guys got a list of nodes?

  • @Neoon said:

    @Neoon said:

    @Decicus said:
    I guess I'll try to remember that I have The Lounge running this time...

    @Neoon said:
    Well, my bouncer can't connect to the IRC anymore, anything died?

    I was able to connect just now. Still having issues?

    Yea looks fixed

    Well, it seems like network issues again.
    Do you guys got a list of nodes?

    Try us1.lowendirc.com

    Send me your IP in pm, maybe it's blocklisted or something

  • @itsdeadjim said:

    @Neoon said:

    @Neoon said:

    @Decicus said:
    I guess I'll try to remember that I have The Lounge running this time...

    @Neoon said:
    Well, my bouncer can't connect to the IRC anymore, anything died?

    I was able to connect just now. Still having issues?

    Yea looks fixed

    Well, it seems like network issues again.
    Do you guys got a list of nodes?

    Try us1.lowendirc.com

    Send me your IP in pm, maybe it's blocklisted or something

    Its a timeout and then reconnects, doesn't look like a block to me.

  • @Neoon said:

    @itsdeadjim said:

    @Neoon said:

    @Neoon said:

    @Decicus said:
    I guess I'll try to remember that I have The Lounge running this time...

    @Neoon said:
    Well, my bouncer can't connect to the IRC anymore, anything died?

    I was able to connect just now. Still having issues?

    Yea looks fixed

    Well, it seems like network issues again.
    Do you guys got a list of nodes?

    Try us1.lowendirc.com

    Send me your IP in pm, maybe it's blocklisted or something

    Its a timeout and then reconnects, doesn't look like a block to me.

    Server side you look like exiting with "Connection closed". Seems like a client side disconnect

  • @itsdeadjim said:

    @Neoon said:

    @itsdeadjim said:

    @Neoon said:

    @Neoon said:

    @Decicus said:
    I guess I'll try to remember that I have The Lounge running this time...

    @Neoon said:
    Well, my bouncer can't connect to the IRC anymore, anything died?

    I was able to connect just now. Still having issues?

    Yea looks fixed

    Well, it seems like network issues again.
    Do you guys got a list of nodes?

    Try us1.lowendirc.com

    Send me your IP in pm, maybe it's blocklisted or something

    Its a timeout and then reconnects, doesn't look like a block to me.

    Server side you look like exiting with "Connection closed". Seems like a client side disconnect

    I am connected to a bunch of IRC networks, hence I asked for list of nodes.
    I will try the US one.

  • @Neoon said: I will try the US one.

    It is ipv4 only by the way

  • @itsdeadjim said:

    @Neoon said: I will try the US one.

    It is ipv4 only by the way

    @yoursunny

    If you need more servers for the IRC network, just say it.

  • @Neoon said:

    @itsdeadjim said:

    @Neoon said: I will try the US one.

    It is ipv4 only by the way

    @yoursunny

    If you need more servers for the IRC network, just say it.

    Not my fault blame @IV__ for that :)

  • @itsdeadjim said:

    @Neoon said:

    @itsdeadjim said:

    @Neoon said: I will try the US one.

    It is ipv4 only by the way

    @yoursunny

    If you need more servers for the IRC network, just say it.


    Not my fault blame @IV__ for that :)

    Thank you @itsdeadjim

    :) but I can't hide that fact that is there... that server does not have ipv6, but it does have ipv9 to comply with @yoursunny standard.

    This space intentionally left blank

  • The ii IRC client which I hopefully am learning to use writes output from the IRC server into "out" files in different directories, one per channel. For example, ii makes a new chanserv directory when "/cs help" is used for the first time. That fooled me the first time I asked chanserv for help, because I didn't know that chanserv would be treated by ii like a channel and so have its own directory. I expected the output of "/cs help" to be in standard output of the ii command, similar to the output of "/HELP". If you might be interested, please check the listings below.

    Here is ii making a new directory for chanserv:

    tom@ctrl-c:~/irc/lowendirc.com$ ls # No chanserv directory prior to asking chanserv for help
    '#bsd'      '#lowendspirit'   cmeerw       in         nohup.out   who-1735254649
    '#general'   aulyaryan        guest11221   nickserv   out
    tom@ctrl-c:~/irc/lowendirc.com$ date +%s
    1735876981
    tom@ctrl-c:~/irc/lowendirc.com$ echo "/cs help" > in
    tom@ctrl-c:~/irc/lowendirc.com$ ls # Now there is a newly created chanserv directory
    '#bsd'      '#lowendspirit'   chanserv   guest11221   nickserv    out
    '#general'   aulyaryan        cmeerw     in           nohup.out   who-1735254649
    tom@ctrl-c:~/irc/lowendirc.com$ cat chanserv/out
    1735877006 -!- "ChanServ allows you to register and control various")
    1735877006 -!- "aspects of channels. ChanServ can often prevent")
    1735877006 -!- "malicious users from "taking over" channels by limiting")
    1735877006 -!- "who is allowed channel operator privileges. Available")
    1735877006 -!- "commands are listed below; to use them, type")
    1735877006 -!- "/msg ChanServ command. For more information on a")
    1735877006 -!- "specific command, type /msg ChanServ HELP command.")
    1735877006 -!- "    BAN            Bans a given nick or mask on a channel")
    1735877006 -!- "    DROP           Cancel the registration of a channel")
    1735877006 -!- "    GETKEY         Returns the key of the given channel")
    1735877006 -!- "    HELP           Displays this list and give information about commands")
    1735877006 -!- "    INFO           Lists information about the specified registered channel")
    1735877006 -!- "    INVITE         Invites you or an optionally specified nick into a channel")
    1735877006 -!- "    KICK           Kicks a specified nick from a channel")
    1735877006 -!- "    LIST           Lists all registered channels matching the given pattern")
    1735877006 -!- "    REGISTER       Register a channel")
    1735877006 -!- "    STATUS         Find a user's status on a channel")
    1735877006 -!- "    UNBAN          Remove all bans preventing a user from entering a channel")
    1735877006 -!- " ")
    1735877006 -!- "Used to manage the list of privileged users")
    1735877006 -!- "  ACCESS, AOP, FLAGS, HOP, LEVELS, QOP, SOP")
    1735877006 -!- "  VOP")
    1735877006 -!- " ")
    1735877006 -!- "Used to modify the channel status of you or other users")
    1735877006 -!- "  DEHALFOP, DEOP, DEOWNER, DEPROTECT, DEVOICE")
    1735877006 -!- "  DOWN, HALFOP, OP, OWNER, PROTECT, UP, VOICE")
    1735877006 -!- " ")
    1735877006 -!- "Used to manage channels")
    1735877006 -!- "  AKICK, CLONE, ENFORCE, ENTRYMSG, LOG, MODE")
    1735877006 -!- "  SET, SYNC, TOPIC")
    1735877006 -!- " ")
    1735877006 -!- "Use the HELP ALL command to list all commands and their descriptions.")
    1735877006 -!- " ")
    1735877006 -!- "Note that any channel which is not used for 14 days")
    1735877006 -!- "(i.e. which no user on the channel's access list enters")
    1735877006 -!- "for that period of time) will be automatically dropped.")
    tom@ctrl-c:~/irc/lowendirc.com$ 
    

    However, the response from the general "/HELP" command seems to be written to standard output from the login command, and thus, in my case, shows up in the nohup.out file because I am running ii with nohup.

    tom@ctrl-c:~/irc/lowendirc.com$ date +%s; echo "/HELP" > in; sleep 1; tail -n 20 nohup.out 
    1735878050
    1735878050 :lowendirc.com 292 tom : -
    1735878050 :lowendirc.com 290 tom :        ***** UnrealIRCd Help System *****
    1735878050 :lowendirc.com 292 tom : -
    1735878050 :lowendirc.com 292 tom : Server Commands Help.
    1735878050 :lowendirc.com 292 tom : Specify your Question after the /HELPOP command.
    1735878050 :lowendirc.com 292 tom : You will find all of the server commands and options
    1735878050 :lowendirc.com 292 tom : available for use.
    1735878050 :lowendirc.com 292 tom : If you need extra assistance please visit the server's
    1735878050 :lowendirc.com 292 tom : help channel or ask an available IRCop.
    1735878050 :lowendirc.com 292 tom : -
    1735878050 :lowendirc.com 292 tom : /HELPOP USERCMDS - To get the list of User Commands
    1735878050 :lowendirc.com 292 tom : /HELPOP OPERCMDS - To get the list of Oper Commands
    1735878050 :lowendirc.com 292 tom : /HELPOP SVSCMDS  - Commands sent via U-Lined Server (Services)
    1735878050 :lowendirc.com 292 tom : /HELPOP UMODES   - To get the list of User Modes
    1735878050 :lowendirc.com 292 tom : /HELPOP SNOMASKS - To get a list of Snomasks
    1735878050 :lowendirc.com 292 tom : /HELPOP CHMODES  - To get the list of Channel Modes
    1735878050 :lowendirc.com 292 tom : -
    1735878050 :lowendirc.com 292 tom : ==-------------------------oOo--------------------------==
    1735878050 :lowendirc.com 292 tom : -
    1735878059 PING :lowendirc.com
    tom@ctrl-c:~/irc/lowendirc.com$ 
    

    I'm new to IRC, so I'm having fun trying various clients. In case anybody else might be interested in ii, here are some links:

    https://en.wikipedia.org/wiki/Ii_(IRC_client)
    https://tools.suckless.org/ii/
    https://tools.suckless.org/ii/usage/ # If interested, definitely check this page. Lots of stuff there.

    You can get the ii source code with:

    chronos@penguin:~/src$ git clone https://git.suckless.org/ii

    The ii source code is not too big, so maybe I can understand some of it:

    chronos@penguin:~/src/ii$ grep -v '#' ii.c | grep -v -e '^$' | wc -l
    737
    chronos@penguin:~/src/ii$ 
    

    Thanks to @itsdeadjim for making the fun lowendirc.com server! <3

  • @Not_Oles said:
    I'm new to IRC

    My friend, I started 1990 so I expected you to be around no later than 1989!

    You should really start using irssi as it is what I call 'the latest and the greatest' of console clients. irssi does the same logging per channel and a lot of other things as well. You should be able to compile it on almost any platform or get it through whatever package manager is applicable.

  • Not_OlesNot_Oles Provider
    edited January 2025

    @Crab said:

    @Not_Oles said:
    I'm new to IRC

    My friend, I started 1990 so I expected you to be around no later than 1989!

    In 1972, I remember watching a group of laughing guys scrolling ascii art off a Teletype 33. But I didn't do much with computers myself until much later. And I never have done much with IRC.

    You should really start using irssi as it is what I call 'the latest and the greatest' of console clients. irssi does the same logging per channel and a lot of other things as well. You should be able to compile it on almost any platform or get it through whatever package manager is applicable.

    You got me! I am using irssi on Libera.

    Inside tmux.

    Now, about tmux, connected to a server via ssh from inside my Chromebook's Terminal App, I haven't figured out how to get "infinite" scrollback with irssi on tmux with my Chromebook's trackpad like I can get with output from tail -f.

    tmux seems to want Ctrl+[ and then the up or down arrow keys. Any chance you, very knowledgeable about almost everything, know how to get irssi inside tmux to recognize my Chromebook's trackpad without changing my Chromebook's default key assignments?

    Thanks so much! And I do promise to try irssi on lowendirc.com. Thanks for the kind suggestion! :)

  • God I am old

    The Yeti has left the building.

  • imokimok OG Not Administrator

    @AuroraZero said:
    God I am old

    I knew it!

  • Sounds like at least @Crab and I are older. And that's not including the old guy talkin' about Teletypes. :P

  • @skorous said:
    Sounds like at least @Crab and I are older. And that's not including the old guy talkin' about Teletypes. :P

    Possible excpet I am used to Smoke signals on hills!!!

    The Yeti has left the building.

  • The pressure from @yoursunny was too high, now us1.lowendirc.com support ipv6

    This space intentionally left blank

  • And finally, we have a web client!

    Thanks to @Mumbly, you can now join directly from your browser:

    https://webchat.lowendirc.com

  • It wasn't me! @itsdeadjim just wants to put the blame on me if something doesn't work! Don't believe him!

  • @Mumbly said:
    It wasn't me! @itsdeadjim just wants to put the blame on me if something doesn't work! Don't believe him!

    Damned nosey cat anyways I knew he was trouble!!!

    The Yeti has left the building.

  • @IV__ said: The pressure from @yoursunny was too high, now us1.lowendirc.com support ipv6
    @itsdeadjim said: https://webchat.lowendirc.com

    Will webchat.lowendirc.com also get an IPv6 address at some point?

  • edited January 2025

    Yes. Soonâ„¢. For real.

  • IRC without some good ol' Eggdrop and a random funny stats generator is like a party without music.

    Channel #General
    https://general.webirc.org/
    (updated every 15 minutes - give it few days ...)

    Channel #idle
    https://idle.webirc.org/
    (and as expected, stats almost empty, for those who enjoy silence)

    Also, don't forget that you can visit us via https://webchat.lowendirc.com.
    No registration or anything required.

  • idlerpg is a drug

  • somiksomik OG Hostbusters

    @PieR said:
    idlerpg is a drug

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • vishvish ProviderOG

    @PieR said:
    idlerpg is a drug

  • I should come make a nuisance of myself in there again

    The Yeti has left the building.

  • @AuroraZero said:
    I should come make a nuisance of myself in there again

    Good publicity, bad publicity, still publicity.

  • @root said:

    @AuroraZero said:
    I should come make a nuisance of myself in there again

    Good publicity, bad publicity, still publicity.

    Okay Chris from CC we hear ya!!!! :p

    The Yeti has left the building.

  • Is this still alive? Got a bunch of server errors but may have been a config error my side

  • @AuroraZero said:

    @root said:

    @AuroraZero said:
    I should come make a nuisance of myself in there again

    Good publicity, bad publicity, still publicity.

    Okay Chris from CC we hear ya!!!! :p

  • @havoc said:
    Is this still alive? Got a bunch of server errors but may have been a config error my side

    Signs point to yes. Saw people talking in it earlier today. I'm still in the IdleRPG.

  • @root said:

    @AuroraZero said:

    @root said:

    @AuroraZero said:
    I should come make a nuisance of myself in there again

    Good publicity, bad publicity, still publicity.

    Okay Chris from CC we hear ya!!!! :p

    Lmao!!!!!!!

    The Yeti has left the building.

  • WSSWSS OG Guru Meditation Error

    IRC? That's for dicksmacks.

    "It's a hard life- to be a stick insect." - Karl Pilkington

  • AnthonySmithAnthonySmith AdministratorProviderOG

    oh i was like... damn it... more necro... but no, fair enough :D

    TierHive - Hourly VPS - NAT Native - /24 per customer - DE, UK, SG, CA, USA x4, FR x2, AU, PL, NL, JP
    FREE tokens on sign up, try before you buy. | Static Hosting Free for life: https://tierhive.com/static-hosting/

  • Last Active June 2025

    server may be rip.

  • somiksomik OG Hostbusters

    @AnthonySmith said:
    oh i was like... damn it... more necro... but no, fair enough :D

    You and me both... I was about to hit "Flag" for the necro :lol:

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

  • somiksomik OG Hostbusters

    @Joseph said:
    The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

    Like his name, OP is dead account. Last active nearly 1 year ago...

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @somik said:

    @Joseph said:
    The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

    Like his name, OP is dead account. Last active nearly 1 year ago...

    Fair enough. Perhaps someone else can explain why Discord isn't fine for this purpose.

    Or to refute that claim.

  • somiksomik OG Hostbusters

    @Joseph said:

    @somik said:

    @Joseph said:
    The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

    Like his name, OP is dead account. Last active nearly 1 year ago...

    Fair enough. Perhaps someone else can explain why Discord isn't fine for this purpose.

    Or to refute that claim.

    Cause most people hate discord due to their identity verification requirements.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @somik said:

    @Joseph said:

    @somik said:

    @Joseph said:
    The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

    Like his name, OP is dead account. Last active nearly 1 year ago...

    Fair enough. Perhaps someone else can explain why Discord isn't fine for this purpose.

    Or to refute that claim.

    Cause most people hate discord due to their identity verification requirements.

    How common is IRC used these days?

  • @Joseph said: Fair enough. Perhaps someone else can explain why Discord isn't fine for this purpose.

    Well, I personally are more on top of what's happening on IRC, I've been using it since the 1994 or something, and I have setup with a bouncer and one client always running in a shell account somewhere, and I can also connect from the phone and other devices/apps … It's easy to stay to connected to a bunch of networks and channels … That said, I'm idling quite a lot there. In Discord I mostly check a couple of servers that are most relevant for my work, and I have a bunch of others I almost never check …

    @Joseph said: How common is IRC used these days?

    My impression was that it had a sort of comeback a couple of years ago, but I don't know now, maybe it's fading … I'm just using it, keeping in touch with some old colleagues etc. :innocent:

  • WSSWSS OG Guru Meditation Error

    @Joseph said:
    The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

    Discord is run by transexual furries who will dox you for wrongthink. If you've ever so much has had an opinion in your life, you'd be good to stay away from there.

    "It's a hard life- to be a stick insect." - Karl Pilkington

  • edited April 15

    @WSS said:

    @Joseph said:
    The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

    Discord is run by transexual furries who will dox you for wrongthink. If you've ever so much has had an opinion in your life, you'd be good to stay away from there.

    Isn't every Discord server run separately by different people, each according to their own rules?

  • somiksomik OG Hostbusters

    @Joseph said:

    @WSS said:

    @Joseph said:
    The OP writes that Discord isn't fine for this purpose. But he doesn't write why not. So, why not?

    Discord is run by transexual furries who will dox you for wrongthink. If you've ever so much has had an opinion in your life, you'd be good to stay away from there.

    Isn't every Discord server run separately by different people, each according to their own rules?

    Discord is not decentralised.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • We look forward to seeing you everyone on XMPP =) :p B)

    apt moo

  • Connecting to lowendirc.com...
    Cannot connect to IRC (Network is unreachable). Retrying...
    

    Either I'm blocked, or it's down … (I saw it getting repeated SASL errors, wanted me to add new key, repeatedly a while back.)

  • AnthonySmithAnthonySmith AdministratorProviderOG

    I sent him a message, maybe he will respond.

    TierHive - Hourly VPS - NAT Native - /24 per customer - DE, UK, SG, CA, USA x4, FR x2, AU, PL, NL, JP
    FREE tokens on sign up, try before you buy. | Static Hosting Free for life: https://tierhive.com/static-hosting/

Sign In or Register to comment.