GSoC/GCI Archive
Google Code-in 2012 Copyleft Games Group

Hedgewars: Google Issue Login

completed by: Drew Gottlieb

mentors: Andrey Korotaev, Xeli, koda

Remember to join our IRC channel when working on this task! We are on #hedgewars at freenode.net. If you are new to IRC, read this tutorial from a past GCI participant.

Your task

Implement Issue Tracker API in our feedback system.

Right now, the username and password are hardcoded in the submission URL but this is not maintainable and exploitable. We need a polished implementation of the login protocol so that we can release this feature into the wild.

Fun fact, our feedback page was designed by a GCI student in 2011.

Deliverable

A working patch, that applies cleanly to our source tree. This patch should be in the form of a pull from clone, hg export or unified diff format (in order of preference) implementing the functionality required.