summaryrefslogtreecommitdiffstats
path: root/logic/auth/AuthenticateTask.cpp
Commit message (Collapse)AuthorAgeLines
* Fix for latest snapshot ``changes''Petr Mrázek2013-11-27-0/+50
|
* Implement account list and account list dialogAndrew2013-11-18-1/+1
|
* Implement auth task's response processing.Andrew2013-11-14-3/+112
| | | | The authenticate task can now successfully log a user in.
* Add test authentication task.Andrew2013-11-14-0/+71
It doesn't actually do anything with the server's reply yet.