Anyone written a POE::Filter for modsec_audit.log?

2010-04-29 Thread Mike Schroeder
I know Rocco wrote POE::Filter::Snort - just wondering if anyone has written a filter for the audit log from the mod_security web application firewall? If not, we will write one and contribute it back, just wanted to make sure we weren't reinventing the wheel. (no poe pun intended).

Re: A Gtk2 Chat Client

2008-01-04 Thread Mike Schroeder
Is the window disappearing or is the script exiting? I know with POE::Loop::Wx you sometimes need to add a keep alive loop in POE... On 03/01/08 06:04 PM, Jamie Lahowetz wrote: I would like to create a Gtk2 based Chat client that can be used with the chat server on the POE cookbook. To do

Buffering in PoCo::Child

2006-12-14 Thread Mike Schroeder
We have a POE app that reads multiple input files, reformats them and the posts them to various binaries wrapped with PoCo::Child that in turn load the data into our underlying system. The problem we are running into is that PoCo::Child seems to be buffering two or three records at a time.

Re: Retrieving IP address remote IKC client

2005-07-04 Thread Mike Schroeder
[EMAIL PROTECTED] wrote: Doing it that way makes encapsulation gods cry. My apologies to the encapsulation gods... Just wanted to make sure the data existed *somewhere* before asking how to get at it correctly... {remote} is part of IKC::responder. It's a hash of every remote kernel,

Re: POE::Component::Client::SMTP?

2005-03-28 Thread Mike Schroeder
Are you planning on using PoCoCl::DNS for non-blocking DNS? I'm interested in a PoCoCl::SMTP module, so let me know if you want help/collaboration/etc. Pedro Melo Cunha wrote: Hi, before I hack this away, does anybody has one? Thanks,

Re: anyone using any of the HTTP server components in a heavy use environment?

2005-03-28 Thread Mike Schroeder
Kaare Rasmussen wrote: I used PoCo::Server::SimpleHTTP to create an application server that uses YAML for serialization (we call it YOAP since it is replacing SOAP which is just getting too slow to use). Interesting, this Yoap. Can it be made secure with SSL or otherwise? I *have* used it

Re: anyone using any of the HTTP server components in a heavy use environment?

2005-03-28 Thread Mike Schroeder
Ton Hospel wrote: Unfortunately the standard YAML parser is unsafe, it allows the external data to do things to your setup. That is good to know -- do you have any links or references that I could read?

Re: POE::Loop::Wx

2004-12-22 Thread Mike Schroeder
Rocco Caputo wrote: 3) It's not quite there yet -- on exit, which calls Wx::wxTheApp-ExitMainLoop(); I get the following messages. Being relatively new to this level of POE internals, any suggestions of how to plug these leaks? !!! Leaked session ID: 3 = POE::Session=ARRAY(0x8066448) [...

POE::Loop::Wx

2004-12-21 Thread Mike Schroeder
Mattia Barbon (the maintainer for wxPerl) created a POE::Loop::Wx module a while back. It worked until the POE 3.003 release, but a few simple tweaks (looking at POE::Loop::Gtk) was enough to get it working again. I have attached the module and a minimalpoe.pl wxPerl script. I have a few

Re: PoCo::Child

2004-12-18 Thread Mike Schroeder
Erick Calder wrote: Mike, for examples of how to read/write, see the PoCo::Player components e.g. Mp3, Enc, Slideshow. Thanks Erick -- that's exactly what I did and got it working for the most part. However, I'm not sure how to get rid of the thing! When I am done sending info to the STDIN,

PoCo::Child

2004-12-14 Thread Mike Schroeder
The PoCo::Child examples all use ls as the child program. This is fine for showing how to work with a child that wants some command line arguments to generate STDOUT, but I need a solution that lets me write to STDIN and respond to STDOUT. So I reworked the example to use nl to accept some