Re: Integrating with webserver
David Leadbeater <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
Ryan White wrote: [...] > My goal is to use bopm to prevent fraud going to my merchant processor. > Currently they are too incompetent to do an open proxy scan against customer > orders. > > I am looking for some documentation on the in/out flow of the bopm software. > I am looking for a point where I can fake the irc server part and have it > interact with my web server. I am open to suggestions, hacking bopm, writing > perl middleware.. I dono. Maybe this is not the right software, but before I > go rooting through the code. The scanning part of BOPM is seperated into libopm, this is a C library and also provides Perl bindings (OPM). See http://o.dgl.cx/opm-perl-api and also look at http://cvs.blitzed.org/*checkout*/libopm/doc/libopm-api.txt We haven't yet done a release of libopm seperatly from BOPM, but it is functionally seperate and used by us for running opm.blitzed.org (see libopm/OPM/bopchecker.pl).