summaryrefslogtreecommitdiff
path: root/TelepathyQt/captcha-authentication.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-13captcha-authentication: Adhere to code styleDario Freddi1-2/+2
2012-03-13captcha-authentication: Remove leftovers from previous implementationsDario Freddi1-1/+1
2012-03-13captcha-authentication: Remove empty linesDario Freddi1-2/+0
2012-03-13captcha-authentication: Hold a strong reference to CaptchaAuthentication in a...Dario Freddi1-3/+2
2012-03-13captcha-authentication: Clean up forward declarations and commentsDario Freddi1-1/+0
2012-03-13captcha-authentication: Rename lastError* to error*Dario Freddi1-2/+2
2012-03-13captcha-authentication: Add Nokia copyrightDario Freddi1-0/+1
2012-03-13captcha-authentication: Move captcha logic out of Channel and into a new Serv...Dario Freddi1-1/+1
2012-03-13captcha-authentication: When cancelling, close the channel upon success.Dario Freddi1-0/+2
2012-03-13captcha-authentication: When answering, close the channel upon success.Dario Freddi1-0/+2
2012-03-13captcha-authentication: UnknownChallenge cannot be 0Dario Freddi1-3/+4
2012-03-13captcha-authentication: Fix flag declaration, and a logic errorDario Freddi1-1/+1
2012-03-13captcha-authentication: Don't check if the feature is enabled - when CaptchaA...Dario Freddi1-1/+2
2012-03-13captcha-authentication: Compile the new files, by fixing non-TpQtism in themDario Freddi1-9/+5
2012-03-13captcha-authentication: Use Connection::ErrorDetails instead of QVariantMapDario Freddi1-1/+2
2012-03-13captcha-authentication: Implement error handling by exposing a lastError set ...Dario Freddi1-0/+3
2012-03-13captcha-authentication: Implement bindings for cancelling captchaDario Freddi1-0/+4
2012-03-13captcha-authentication: Cleanup duplicate typesDario Freddi1-3/+1
2012-03-13captcha-authentication: Use the brand new facilities from AbstractInterface t...Dario Freddi1-2/+1
2012-03-13captcha-authentication: Move Captcha to an implicitly shared implementation o...Dario Freddi1-7/+0
2012-03-13captcha-authentication: Rework the way Challenge types are handled, making wa...Dario Freddi1-4/+14
2012-03-13captcha-authentication: Change the request API to carry on preferred mimetype...Dario Freddi1-7/+2
2012-03-13captcha-authentication: Rename PendingCaptcha to PendingCaptchasDario Freddi1-3/+3
2012-03-13captcha-authentication: Add a way to monitor PropertiesChanged in CaptchaAuth...Dario Freddi1-1/+3
2012-03-13captcha-authentication: Fix permissionsDario Freddi1-0/+1
2012-03-13captcha-authentication: Add a channelfuture extension, and make captcha a mer...Dario Freddi1-8/+5
2012-03-13captcha-authentication: Rename to CaptchaAuthenticationDario Freddi1-0/+102