@thagoat said:
Anything you need from a hardware/software standpoint? I can help, I've been running Unrealircd for over 10 years (albeit with a very small instance) and wouldn't mind pitching in for the greater good.
Sure, you are my man Come to discuss about this. Thanks!
/query AuroraZero to open chat session with AuroraZero (the more the better, he will be glad) or simply write /msg AuroraZero behave!
cycle through channels and private messages using CTRL + p or CTRL + n /quit (btw. true idlers never quit, that's what screen is for)
@fitkoh said:
I'd recommend a web client on the site for lazy people to check in on the fly, or newbies to get a taste with no commitment. Great work.
Thanks fitkoh TheLounge & Cgiirc are on the way.
I was going to put kiwi on a subdomain but apparently it's been down for at least a couple days.
A long long time ago in the early 2000s I had a chat server running on dsl out of my living room. Good times.
@fitkoh said:
I'd recommend a web client on the site for lazy people to check in on the fly, or newbies to get a taste with no commitment. Great work.
Thanks fitkoh TheLounge & Cgiirc are on the way.
I was going to put kiwi on a subdomain but apparently it's been down for at least a couple days.
A long long time ago in the early 2000s I had a chat server running on dsl out of my living room. Good times.
Rich guy here bragging about his DSL in the 2000's. Still had dialup at the farm and barely 56k at that.
@fitkoh said:
I'd recommend a web client on the site for lazy people to check in on the fly, or newbies to get a taste with no commitment. Great work.
Thanks fitkoh TheLounge & Cgiirc are on the way.
I was going to put kiwi on a subdomain but apparently it's been down for at least a couple days.
A long long time ago in the early 2000s I had a chat server running on dsl out of my living room. Good times.
Rich guy here bragging about his DSL in the 2000's. Still had dialup at the farm and barely 56k at that.
US Robotics' modem was on the "wishlist" back then
"The imitator dooms himself to hopeless mediocrity." β Ralph Waldo Emerson
@fitkoh said:
I'd recommend a web client on the site for lazy people to check in on the fly, or newbies to get a taste with no commitment. Great work.
Thanks fitkoh TheLounge & Cgiirc are on the way.
I was going to put kiwi on a subdomain but apparently it's been down for at least a couple days.
A long long time ago in the early 2000s I had a chat server running on dsl out of my living room. Good times.
Rich guy here bragging about his DSL in the 2000's. Still had dialup at the farm and barely 56k at that.
Lol I just got very fortunate. In '05 it was $50.00ish +fees. I was a few blocks from the beach, close enough to get the bougie internet. The machine it ran on had a k6-2 AMD Athlon and 128MB ram. I got it from a thrift store for 20$, a steal of a deal then. It took me 3 days to install debian on it because I only had 1 monitor and I had to switch back and forth to manually transfer instructions during installation.
@IV__ said:
oh well... my irc skills are a bit rusty....
it seem that I might have found a usage for my 128mb gullo dolla nat that has been idling so hard for the past 5 years....
You might have to dig around some old repos to find something light enough to run in it. It'd be nice if you could proxy to port 6667 but not strictly necessary.
@IV__ said:
oh well... my irc skills are a bit rusty....
it seem that I might have found a usage for my 128mb gullo dolla nat that has been idling so hard for the past 5 years....
You might have to dig around some old repos to find something light enough to run in it. It'd be nice if you could proxy to port 6667 but not strictly necessary.
You mean running the irc daemon , it was not planed to compete with lowendirc But I might try it as a pet project.
@IV__ said:
oh well... my irc skills are a bit rusty....
it seem that I might have found a usage for my 128mb gullo dolla nat that has been idling so hard for the past 5 years....
You might have to dig around some old repos to find something light enough to run in it. It'd be nice if you could proxy to port 6667 but not strictly necessary.
You mean running the irc daemon , it was not planed to compete with lowendirc But I might try it as a pet project.
You wouldn't necessarily have to compete. Irc servers are meant to be linked.
@IV__ said:
oh well... my irc skills are a bit rusty....
it seem that I might have found a usage for my 128mb gullo dolla nat that has been idling so hard for the past 5 years....
You might have to dig around some old repos to find something light enough to run in it. It'd be nice if you could proxy to port 6667 but not strictly necessary.
You mean running the irc daemon , it was not planed to compete with lowendirc But I might try it as a pet project.
You wouldn't necessarily have to compete. Irc servers are meant to be linked.
@AaronSS said:
Anyone have a getting started guide?
For FreeBSD: pkg install irssi
For NetBSD: pkgin install irssi
For OpenBSD: pkg_add irssi
For Debian/Ubuntu: apt install irssi
For CentOS/RedHat/Amazon Linux: dnf install irssi
For Windows: https://irssi.org/2008/01/30/windows-installer/
@carlin0 runs a bot in the #debian channel to announce Debian security issues. @Crab suggested a bot to announce new posts in LowEnd forums.
Bots can be very useful, and they are also an excellent event driven programming exercise. They are very simple to implement, whether you choose to implement raw irc protocol (which is very nice by the way), or you use one of the hundrends libraries in any programming language.
If youβre interested in programming, have a cool idea, or simply want to put your idle server to use, feel free to experiment or suggest.
If you get stuck with the programming or protocol part, Iβm happy to help you out.
@Not_Oles I am curious to see what you can do with netcat :P
@itsdeadjim said: @Crab suggested a bot to announce new posts in LowEnd forums.
Is there a public API available to pull recent posts? I tried to access Vanilla's API at https://lowendspirit.com, but I got access denied. Hopefully it is not seen as a hacking attempt
@itsdeadjim said: @Crab suggested a bot to announce new posts in LowEnd forums.
Is there a public API available to pull recent posts? I tried to access Vanilla's API at https://lowendspirit.com, but I got access denied. Hopefully it is not seen as a hacking attempt
I would probably parse the html but maybe @Mason or @mikho have better ideas
@itsdeadjim said: @Crab suggested a bot to announce new posts in LowEnd forums.
Is there a public API available to pull recent posts? I tried to access Vanilla's API at https://lowendspirit.com, but I got access denied. Hopefully it is not seen as a hacking attempt
I would probably parse the html but maybe @Mason or @mikho have better ideas
Api was disabled some years ago to avoid our megathreads and offers to be copy/pasted into other forums.
Especially the LES special category was a hot category to snatch offers before our community had the chance.
βTechnology is best when it brings people together.β β Matt Mullenweg
@Not_Oles said:
If I understand right, the lowendirc server is using anope services. Here is a link to anope services' syntax page, which has been helpful to me:
Comments
Sure, you are my man
Come to discuss about this. Thanks!
I'd recommend a web client on the site for lazy people to check in on the fly, or newbies to get a taste with no commitment. Great work.
Thanks fitkoh
TheLounge & Cgiirc are on the way.
Why you picking on the Yeti? I dint do nuffins!!
The Yeti has left the building.
I was going to put kiwi on a subdomain but apparently it's been down for at least a couple days.
A long long time ago in the early 2000s I had a chat server running on dsl out of my living room. Good times.
Rich guy here bragging about his DSL in the 2000's.
Still had dialup at the farm and barely 56k at that.
The Yeti has left the building.
US Robotics' modem was on the "wishlist" back then
"The imitator dooms himself to hopeless mediocrity." β Ralph Waldo Emerson
Lol I just got very fortunate. In '05 it was $50.00ish +fees. I was a few blocks from the beach, close enough to get the bougie internet. The machine it ran on had a k6-2 AMD Athlon and 128MB ram. I got it from a thrift store for 20$, a steal of a deal then. It took me 3 days to install debian on it because I only had 1 monitor and I had to switch back and forth to manually transfer instructions during installation.
Not rich but rich in imagination.
oh well... my irc skills are a bit rusty....
it seem that I might have found a usage for my 128mb gullo dolla nat that has been idling so hard for the past 5 years....
This space intentionally left blank
I had the low-end option: a SupraFAX:
>
A hidden gem
Team push-ups!
You might have to dig around some old repos to find something light enough to run in it. It'd be nice if you could proxy to port 6667 but not strictly necessary.
You mean running the irc daemon , it was not planed to compete with lowendirc
But I might try it as a pet project.
This space intentionally left blank
Come to revive irc wars
You wouldn't necessarily have to compete. Irc servers are meant to be linked.
The minimal requirement for this is to remove Anope (no channel or nickname registrations)
This could be actually the funny part - several servers linked to form network, but not necessarily all with global/open i-lines.
In that sense... that make a lot more sense!
This space intentionally left blank
#general isn't registered ^^
Sure, this is a mostly educational/nostalgia project. You are welcome to link.
Lucky guys I had an internal an external was too expensive on the farm. Couldn't even think about a used one at all.
The Yeti has left the building.
Anyone have a getting started guide?
For FreeBSD: pkg install irssi
For NetBSD: pkgin install irssi
For OpenBSD: pkg_add irssi
For Debian/Ubuntu: apt install irssi
For CentOS/RedHat/Amazon Linux: dnf install irssi
For Windows: https://irssi.org/2008/01/30/windows-installer/
irssi -c lowendirc.com -p 6667
/join #general
Bots are also welcome.
@carlin0 runs a bot in the #debian channel to announce Debian security issues.
@Crab suggested a bot to announce new posts in LowEnd forums.
Bots can be very useful, and they are also an excellent event driven programming exercise. They are very simple to implement, whether you choose to implement raw irc protocol (which is very nice by the way), or you use one of the hundrends libraries in any programming language.
If youβre interested in programming, have a cool idea, or simply want to put your idle server to use, feel free to experiment or suggest.
If you get stuck with the programming or protocol part, Iβm happy to help you out.
@Not_Oles I am curious to see what you can do with netcat :P
Good to see this. I'll idle in there, as I am now in
#general[ IncogNET LLC ] - Since 2020
[ The Internet Speech & Privacy Company ]
There is no better place to idle than on IRC on an already idling vps
This space intentionally left blank
this will be fun
joined as
vAs long as your VPS is <$7.
Is there a public API available to pull recent posts? I tried to access Vanilla's API at https://lowendspirit.com, but I got access denied. Hopefully it is not seen as a hacking attempt
I have no idea> @Crab said:
I would probably parse the html but maybe @Mason or @mikho have better ideas
Scraping is always a possibility, but I was hoping there was something more appropriate available to achieve the same
Api was disabled some years ago to avoid our megathreads and offers to be copy/pasted into other forums.
Especially the LES special category was a hot category to snatch offers before our community had the chance.
βTechnology is best when it brings people together.β β Matt Mullenweg
Only thing missing now is @host_c irc-only deals
The biggest disaappointment is actually no #deals channel when I joined.
Free NAT KVM | Free NAT LXC
I had the same device. Good ol' times. π₯²
dnscry.pt - Public DNSCrypt resolvers hosted by LowEnd providers β’ Need a free NAT LXC? -> https://microlxc.net/
I still have two as decorations in my office
Server: lowendirc.com
/join #idle
@yoursunny

Check our KVM VPS plans in π΅π± Warsaw, Poland and πΈπͺ Stockholm, Sweden
Watch out I am farting up the room!!!!
The Yeti has left the building.
@itsdeadjim Congrats! If I counted right, there now are 41 people logged in to #general. It's a nice party!
/list
Next year we should arrange an amiga demoparty
The #deals channel now features the
low-end-web-bot, monitoring LET/LES for the latest offersβ¨π Low end deals Telegram tracker: https://t.me/lowendweb
If I understand right, the lowendirc server is using anope services. Here is a link to anope services' syntax page, which has been helpful to me:
https://clients.sisrv.net/knowledgebase/86/Anope-Services-commands.html
Best wishes!
Yeah it's using anope services. /ns help and /cs help provide extensive documentation for nickserv and chanserv services
Well, my bouncer can't connect to the IRC anymore, anything died?
Free NAT KVM | Free NAT LXC
I guess I'll try to remember that I have The Lounge running this time...
I was able to connect just now. Still having issues?
Website: thomassen.sh
Yea looks fixed
Free NAT KVM | Free NAT LXC
Well, big rip
" Cannot join #$7 (Channel is invite only)"
One network outage and then this
Free NAT KVM | Free NAT LXC
Probably random event, I didnt see anything weird
The channel #$7 is indeed invite only. Was this done by mistake? I don't keep such logs
edit: @dedicados i see that you initially created this channel, if you locked this by mistake, tell me to unlock it