summaryrefslogtreecommitdiff
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Display typing icon in MUC contact-listChandni Verma2011-01-182-0/+12
* libempathy: Fix free of uninitialized variables.Stef Walter2010-12-241-0/+3
* libempathy: Store pinned certificate for end entity cert in the chain.Stef Walter2010-12-241-6/+21
* libempathy: Fix memory leaks and use consistent naming for various arrays.Stef Walter2010-12-241-15/+16
* libempathy: Fix leak of certificate data.Stef Walter2010-12-241-0/+1
* libempathy, tests: Wrap new function arguments properly.Stef Walter2010-12-241-5/+11
* libempathy: Match changes in libgcr terminology and debug output.Stef Walter2010-12-241-2/+29
* libempathy: Use new certificate chain facilities in libgcrStef Walter2010-12-241-188/+103
* libempathy: Complete successful verification properly.Stef Walter2010-12-241-0/+1
* libempathy: Fix reference counting of certs in verifier.Stef Walter2010-12-241-2/+4
* libempathy: Use new gcr functions properly and fix build.Stef Walter2010-12-241-4/+12
* libempathy: Load complete certificate chain even when not sent.Stef Walter2010-12-241-53/+133
* libempathy: Store certificate exceptions in gnome-keyring.Stef Walter2010-12-244-129/+23
* libempathy: Use trust assertions instead of certificate directories.Stef Walter2010-12-242-338/+124
* account-settings: only remove the MC password param if set in the keyring OKJonny Lamb2010-12-221-12/+30
* account-settings: use tp_account_get_path_suffixJonny Lamb2010-12-221-5/+3
* account-settings: add a comment saying what to remove when purging migration ...Jonny Lamb2010-12-221-1/+2
* account-settings: move the migration code to another functionJonny Lamb2010-12-221-45/+54
* account-settings: migrate passwords from MC to gk ourselvesJonny Lamb2010-12-221-0/+47
* keyring: change display name for passwords to be more human-readableJonny Lamb2010-12-151-1/+2
* server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb2010-12-151-1/+5
* Merge branch 'sasl-gui'Jonny Lamb2010-12-154-79/+470
|\
| * auth-factory: add a comment as to why we're also an approverJonny Lamb2010-12-141-0/+6
| * account-settings: use tp_clear_object in disposeJonny Lamb2010-12-141-19/+5
| * account-settings: add _supports_sasl functionJonny Lamb2010-12-102-0/+10
| * account-settings: don't block notify::ready on getting a passwordJonny Lamb2010-12-101-6/+19
| * auth-factory: become an Observer and claim auth channels where necessaryJonny Lamb2010-12-092-56/+224
| * account-settings: don't call TpAccount functions if we've not created it yetJonny Lamb2010-12-081-3/+9
| * account-settings: add support for saving the password in the keyring ourselvesJonny Lamb2010-12-081-3/+161
| * account-settings: store the TpProtocol object and notify::ready when it's pre...Jonny Lamb2010-12-081-3/+47
* | Bug 637097 — Port to latest folks API changesPhilip Withnall2010-12-132-10/+14
* | Compile with --without-ca-fileWill Thompson2010-12-131-0/+2
|/
* Remove Ovi chat profileGuillaume Desmottes2010-12-071-1/+0
* add Ovi chat profile (#630146)Guillaume Desmottes2010-12-071-0/+1
* Merge branch 'sasl'Jonny Lamb2010-12-078-12/+1007
|\
| * server-sasl-handler: shorten very long linesJonny Lamb2010-12-071-4/+4
| * server-sasl-handler: stop using GET_PRIVJonny Lamb2010-12-071-18/+15
| * keyring: change schema to be incompatible with current MCJonny Lamb2010-12-061-9/+9
| * server-sasl-handler: handle invalid SASL statusesJonny Lamb2010-12-061-0/+7
| * keyring: allow set and delete password to have NULL callbacksJonny Lamb2010-12-061-2/+0
| * keyring: add a delete_password functionJonny Lamb2010-12-062-0/+102
| * server-sasl-handler: save the password if requestedJonny Lamb2010-12-061-1/+21
| * keyring: add set_password_{async,finish} functionsJonny Lamb2010-12-062-6/+87
| * server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2010-12-063-20/+187
| * keyring: add simple keyring helperJonny Lamb2010-12-063-0/+154
| * auth-client: improve the password request dialogJonny Lamb2010-12-032-2/+11
| * server-sasl-handler: add an account propertyJonny Lamb2010-12-033-4/+38
| * auth-factory: create ServerSASLHandlers and signal them appearingJonny Lamb2010-12-011-12/+78
| * server-sasl-handler: addedJonny Lamb2010-12-013-0/+337
| * auth-factory: add EmpathyAuthFactory::new-server-sasl-handlerJonny Lamb2010-12-011-0/+10