summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-26password-dialog: add missing includeolde-zazlgnome-2-34Jonny Lamb1-0/+2
2011-01-26status-icon: don't show notifications for auth eventsJonny Lamb1-0/+12
2011-01-26Empathy.Auth.client: fix handling and observing SASL channelsJonny Lamb1-2/+2
2011-01-26account-settings: only remove the MC password param if set in the keyring OKJonny Lamb1-12/+30
2011-01-26account-settings: use tp_account_get_path_suffixJonny Lamb1-5/+3
2011-01-26account-settings: add a comment saying what to remove when purging migration ...Jonny Lamb1-1/+2
2011-01-26account-settings: move the migration code to another functionJonny Lamb1-45/+54
2011-01-26account-settings: migrate passwords from MC to gk ourselvesJonny Lamb1-0/+47
2011-01-26password-dialog: make OK insensitive unless there's a password setJonny Lamb1-5/+12
2011-01-26password-dialog: destroy the dialog if the handler is invalidatedJonny Lamb1-0/+11
2011-01-26keyring: change display name for passwords to be more human-readableJonny Lamb1-1/+2
2011-01-26server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb1-1/+5
2011-01-26main-window: s/Cancel/Disconnect/ when not giving a passwordJonny Lamb1-1/+1
2011-01-26main-window: don't use _full functions where not necessaryJonny Lamb1-4/+1
2011-01-26main-window: document what the key and value types are for hash tablesJonny Lamb1-0/+4
2011-01-26event-manager: use tp_clear_objectJonny Lamb1-9/+2
2011-01-26auth-factory: add a comment as to why we're also an approverJonny Lamb1-0/+6
2011-01-26account-settings: use tp_clear_object in disposeJonny Lamb1-19/+5
2011-01-26configure: depend on the newest tp-glib for the new auth types stuffJonny Lamb1-1/+1
2011-01-26account-widget: add Remember Password widgets for all the other protocolsJonny Lamb7-24/+281
2011-01-26account-widget: only show Remember Password ticky box if the CM supports SASLJonny Lamb1-1/+7
2011-01-26account-settings: add _supports_sasl functionJonny Lamb2-0/+10
2011-01-26account-settings: don't block notify::ready on getting a passwordJonny Lamb2-6/+55
2011-01-26status-icon: blink when we get a password requestJonny Lamb2-5/+6
2011-01-26auth-factory: become an Observer and claim auth channels where necessaryJonny Lamb3-57/+229
2011-01-26main-window: display an info bar approving or rejecting the auth channelJonny Lamb2-1/+161
2011-01-26event-manager: become an approver for auth channelsJonny Lamb2-6/+85
2011-01-26event-manager: add the account to the EmpathyEvent structJonny Lamb2-13/+23
2011-01-26account-widget: handle the remember password widget with the simple widgetJonny Lamb2-13/+57
2011-01-26account-settings: don't call TpAccount functions if we've not created it yetJonny Lamb1-3/+14
2011-01-26password-dialog: re-enable showing the Remember password check buttonJonny Lamb1-7/+0
2011-01-26account-widget: hook up the remember password toggle buttonJonny Lamb1-0/+38
2011-01-26account-settings: add support for saving the password in the keyring ourselvesJonny Lamb1-3/+165
2011-01-26account-settings: store the TpProtocol object and notify::ready when it's pre...Jonny Lamb1-3/+47
2011-01-26server-sasl-handler: shorten very long linesJonny Lamb1-4/+4
2011-01-26server-sasl-handler: stop using GET_PRIVJonny Lamb1-18/+15
2011-01-26password-dialog: stop using GET_PRIVJonny Lamb1-9/+7
2011-01-26password-dialog: small style change to please make checkJonny Lamb1-2/+2
2011-01-26po: add password-dialog to POTFILES.inJonny Lamb1-0/+1
2011-01-26keyring: change schema to be incompatible with current MCJonny Lamb1-9/+9
2011-01-26password-dialog: center the dialogJonny Lamb1-0/+2
2011-01-26password-dialog: don't display "Remember password" for nowJonny Lamb1-0/+7
2011-01-26server-sasl-handler: handle invalid SASL statusesJonny Lamb1-0/+7
2011-01-26keyring: allow set and delete password to have NULL callbacksJonny Lamb1-2/+0
2011-01-26keyring: add a delete_password functionJonny Lamb2-0/+102
2011-01-26server-sasl-handler: save the password if requestedJonny Lamb1-1/+21
2011-01-26keyring: add set_password_{async,finish} functionsJonny Lamb2-6/+87
2011-01-26server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb4-23/+193
2011-01-26keyring: add simple keyring helperJonny Lamb3-0/+154
2011-01-26auth-client: move the password dialog into a new fileJonny Lamb4-176/+390