[DGD] Monkey wrench with Klib's user select

Felix A. Croes felix at dworkin.nl
Fri Mar 24 18:53:01 CET 2006


Shentino <shentino at gmail.com> wrote:

> Here's the oddity:
>
> If you have a user object that called LIB_USER::login (and registered
> itself with UserD), then if another connection comes in with the same
> name, it goes directly to that user object without being routed
> through TelnetD/BinaryD's select routine.  At first I thought I made a
> mistake, but then I saw the source for UserD.

You don't actually have to call ::login() or :logout().  That's entirely
optional.  In your case, you'd probably want to make your own user
registry in your own server object.

Regards,
Dworkin



More information about the DGD mailing list