in case you are interested, here is a link to a C++ implementation of the upcoming GNTP protocol: http://github.com/psinnott/gntp-send
it is not perfect (i dont think it handles Unicode characters quite right yet for one thing) and you might have to adjust a bit if you require straight C-only code, but it should be a good start. i know a few people using it and it is more than adequate to get you pointed in the right direction. On Jun 28, 11:06 am, Christopher Forsythe <[email protected]> wrote: > On Mon, Jun 28, 2010 at 1:02 PM, Jason <[email protected]> wrote: > > Thanks everyone for the great tips ... I'll implement these fixes and > > hopefully see some success :) > > > Also thanks Chris for the head's up on the protocol change ... I'll > > make sure to abstract the main interface I'm going to use then for the > > internet protocol so that there will be some flexibility in making > > adjustments. > > If you can come up with it based on the specification, and make it work > against our current code, I think we'd be interested in shipping it as a > binding with the next major version. > > If you're interested in that sort of thing. :) -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
