On Wed, 2002-10-23 at 20:06, Daniel Berger wrote: > Is there a way to use this without having to define my own subclass? If so, > can you please provide an example? Not in 1.7.12, but probably in 1.7.13: s = XMLRPC::Server(...) s.set_valid_ip("192.168.1.5", "127.0.0.1", /^192\.168\.2\./) Is that what you need? > On another note, I noticed the update to the RAA. It appears, however, that > the download link still points to 1.7.11. Just thought I'd mention it. Thanks, I'll update that. Regards, Michael