Search found 7 matches

by armyn
Mon Jan 19, 2026 8:49 pm
Forum: UnrealIRCd Webpanel and JSON-RPC
Topic: UnrealIRCd RPC → SQL Live (beta)
Replies: 3
Views: 1656

Re: UnrealRPC Tracker (beta)

@Valware I spent about two hours adapting all of your Trivia code; it’s now available on the UnrealRPC Tracker. It was cool. I discovered that it’s much easier to build things when all the functions are already in place.
by armyn
Fri Jan 16, 2026 7:24 pm
Forum: UnrealIRCd Webpanel and JSON-RPC
Topic: UnrealIRCd RPC → SQL Live (beta)
Replies: 3
Views: 1656

Re: UnrealRPC Tracker (beta)

Hi @Valware

Since 2020/2021, I have several bots that I created using Node.js. Here are their names: https://i.postimg.cc/WzrP9hvh/share-8c3f9070ace45fd3.png

I have already considered publishing the Quizz bot on GitHub (which is a copy of Trivia, with questions coming from a .txt file), as well as ...
by armyn
Fri Jan 16, 2026 5:50 pm
Forum: UnrealIRCd Webpanel and JSON-RPC
Topic: UnrealIRCd RPC → SQL Live (beta)
Replies: 3
Views: 1656

UnrealIRCd RPC → SQL Live (beta)

Hi,

Yesterday I started a new project, which is this one: https://github.com/Madriix/UnrealIRCd-RPC-SQL-Live
Its purpose is to enable the live recording of UnrealIRCd JSON-RPC data into a MySQL/MariaDB database, additionally aided by a bot connected to the IRC server. It's an alternative to ...
by armyn
Mon Jan 05, 2026 1:56 pm
Forum: Generic support
Topic: Handling multi-session IRC connections and reducing join flood on connect
Replies: 6
Views: 957

Re: Handling multi-session IRC connections and reducing join flood on connect

Since my last message on December 30, I have improved this entire BNC web system using IRC-Framework, and it is now much more performant.

Here is how it works:
1. The user connects with their SASL account from the applet.
2. The server side (socket.io) of the applet starts an IRC-Framework session ...
by armyn
Tue Dec 30, 2025 4:37 pm
Forum: Generic support
Topic: Handling multi-session IRC connections and reducing join flood on connect
Replies: 6
Views: 957

Re: Handling multi-session IRC connections and reducing join flood on connect

@Valware, Ah yes, I see how to handle that, but it would be complicated to put in place. So it would mean setting up a system to avoid sending join/part/quit commands if they have already done it, or something like that.

I’m pretty happy with the persistent BNC I built using IRC-Framework. It’s ...
by armyn
Sun Dec 28, 2025 7:59 pm
Forum: Generic support
Topic: Handling multi-session IRC connections and reducing join flood on connect
Replies: 6
Views: 957

Re: Handling multi-session IRC connections and reducing join flood on connect

@Valware Here is the technique I use, only for IRC via a web browser:

1) I have had a web client for several years now. It is very frequently revamped and improved, and today it has become something pretty impressive. Let’s say it is the little brother of KiwiIRC, since its base was created (and ...
by armyn
Sun Dec 28, 2025 6:24 pm
Forum: Generic support
Topic: Handling multi-session IRC connections and reducing join flood on connect
Replies: 6
Views: 957

Handling multi-session IRC connections and reducing join flood on connect

Hello,

For about a week now, users on my chat have been able to connect using the same IRC account (same nickname) with up to three simultaneous sessions, for example on a computer, on a mobile device, and another one in case of a ping timeout bug or similar issue.

However, I am facing a problem ...