Quote from: kmfkewm on September 15, 2012, 10:36 amQuote from: LouisCyphre on September 15, 2012, 10:16 amI don't see anything in there that looks like it addresses the captcha box. Have you solved that and not included it or am I overlooking something?This is for the PM system on the forum, however it is easy enough to work with a captcha by just having it display on a GUI and posting the response to the server.Ah, so I was overlooking something. Specifically this bit:Code: [Select] def connect URI.parse('http://dkn255hz262ypmii.onion') endHeh.For forum PMs I generally just decrypt as I need to (i.e. when I'm responding) or use that shell script I posted in the other thread. It won't work on Linux, though, because the version of split on Linux systems doesn't have the pattern matching flag (-p). It will work on BSD and OS X.