grzegorznittner / chanu

Chanu - 4chan for Android
https://play.google.com/store/apps/details?id=com.chanapps.four.activity
GNU General Public License v3.0
73 stars 32 forks source link

Captcha fix #441

Closed yate closed 9 years ago

yate commented 9 years ago

Attempt 2 at fixing captcha's. You might want to test this a good amount, I think it's working okay now, although it's kind of a mess. Also I haven't fixed it in reporting, but starting threads and replying seems to work.

The gist of it is we need to post a request to google with the captcha text and the challenge token, get the response token back, then send that in with the 4chan reply.

johnarleyburns commented 9 years ago

upped version, it will take a while to make it through f-droid, but we can test manually.

On Sun, Dec 14, 2014 at 11:58 PM, yate notifications@github.com wrote:

Attempt #2 https://github.com/grzegorznittner/chanu/issues/2 at fixing captcha's. You might want to test this a good amount, I think it's working okay now, although it's kind of a mess. Also I haven't fixed it in reporting, but starting threads and replying seems to work.

The gist of it is we need to post a request to google with the capture and the challenge token, get the response token back and send that in with the

4chan reply.

You can merge this Pull Request by running

git pull https://github.com/yate/chanu captcha-fix

Or view, comment on, or merge it at:

https://github.com/grzegorznittner/chanu/pull/441 Commit Summary

  • fix captcha
  • clean up
  • revert back to android-19

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/grzegorznittner/chanu/pull/441.