Perl module

These are old archives. They are kept for historic purposes only.
Post Reply
crusader
Posts: 2
Joined: Tue Jan 25, 2005 10:59 pm

Perl module

Post by crusader »

I have to setup a new server based on another existing machine, which is running a ircd 2.10.x IRC Service. This service runs with a perl script plugged in as module. My question is, is it possible to plug in such a perl script as module in unrealircd? If not is there another possiblity to run this scirpt in conjunction with unreal ircd. This script has the job of checking users against a list of users in a Postgres DB.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

To my knowledge Unreal can't load script files as modules, but I suppose you could tweak the perl script to connect to the server as a server, and monitor user connections (eg, like how services do it). Or you can have it link as a client, oper it, and monitor the connect notices.
crusader
Posts: 2
Joined: Tue Jan 25, 2005 10:59 pm

Post by crusader »

Do you know where I can get some hints to do such a tweaking?
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

crusader wrote:Do you know where I can get some hints to do such a tweaking?
RFC1459 and a book on Perl?
-- codemastr
Post Reply