Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: nickserv with a exsisting mysqldb  (Read 4128 times)

0 Members and 1 Guest are viewing this topic.

Asmooh

  • Anope User
  • Offline Offline
  • Posts: 2
    • Yopimpz.nl
nickserv with a exsisting mysqldb
« on: December 04, 2006, 05:12:55 PM »

Hello,

Im trying to find some information about nickserv and mysql.
The problem is, nickserv dont need to have anything, not even register only identify.

The nicks are stored in my own members table including the passwords.
Ppl that connect to irc can only identify when they are member on the website.

But i wonder, what do i need to stripp to have only identify in nickserv and nothing else.

Also the problem is that i dont want to store chanserv/operserv etc on the mysql table, or read from it.
Only nickserv.

I wonder how i can modify the services.

Someone who knows?
Logged

heinz

  • Guest
(No subject)
« Reply #1 on: December 04, 2006, 05:23:31 PM »

There's a few modules around which work with non-Anope SQL sources (I wrote a few myself), although none do what you require.

You could make up another module which runs every x minutes and imports data from your external source and creates an Anope nickserv entry for the user, or you could use something like xmlrpc/my misc_sqlcmd module to automatically create a nickserv entry.

However, I would strongly suggest not to make Anope run off the forum database itself, mainly because it only loads from it at start up, and cannot keep upto date with new users and changes you make after that.
Logged

Asmooh

  • Anope User
  • Offline Offline
  • Posts: 2
    • Yopimpz.nl
(No subject)
« Reply #2 on: December 04, 2006, 05:26:09 PM »

hm, in short words what you are trying to say:

normaly it isnt possible to get up2date information from sql with anope nickserv?

the servers must only read from the mysql db, not write any information.
Logged

heinz

  • Guest
(No subject)
« Reply #3 on: December 04, 2006, 05:30:35 PM »

Sure, it's possible using a module and a polling type system, but in the core system Anope only reads from MySQL on startup, and then uses data from memory, not from SQL.
Logged
Pages: [1]   Go Up