summaryrefslogtreecommitdiff
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* use tp_clear_object()Guillaume Desmottes2011-02-071-17/+4
* tp-file: use the self->priv patternGuillaume Desmottes2011-02-072-220/+182
* Set FileTransfer.URI when accepting a file (#641707)Guillaume Desmottes2011-02-071-10/+39
* set FileTransfer.URI on outgoing FTGuillaume Desmottes2011-02-071-0/+5
* EmpathyCallHandler -> EmpathyStreamedMediaHandlerEmilio Pozuelo Monfort2011-02-036-220/+220
* EmpathyTpCall -> EmpathyTpStreamedMediaEmilio Pozuelo Monfort2011-02-038-261/+272
* empathy_contact_get_presence_message: use the tp_contact if there is no perso...Guillaume Desmottes2011-02-011-4/+5
* Merge branch 'muc-password'Jonny Lamb2011-02-016-67/+196
|\
| * keyring: use the recently added finish macrosJonny Lamb2011-02-011-70/+9
| * utils: add the _finish macros from wockyJonny Lamb2011-02-011-0/+45
| * keyring: add set_room_password functionsJonny Lamb2011-01-282-0/+69
| * keyring: fix typoJonny Lamb2011-01-281-1/+1
| * keyring: add get_room_password_{async,finish} functionsJonny Lamb2011-01-282-0/+62
| * keyring: add is_available functionJonny Lamb2011-01-282-0/+8
| * keyring: rename current functions to be more specifically about account passw...Jonny Lamb2011-01-285-34/+40
* | Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-01-311-10/+10
|/
* Remove EMPATHY_PREFS_ACCOUNTS_SCHEMA leftoversYanko Kaneti2011-01-281-2/+0
* use tp_g_signal_connect_object()Guillaume Desmottes2011-01-251-22/+6
* presence-manager: add a dispose function and use tp_clear_*Guillaume Desmottes2011-01-251-14/+23
* presence_manager_finalize: chain upGuillaume Desmottes2011-01-251-0/+2
* use the self->priv pattern rather than GET_PRIV()Guillaume Desmottes2011-01-252-171/+111
* presence-manager: port to new coding styleGuillaume Desmottes2011-01-252-540/+570
* rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-256-161/+163
* 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