aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-auth-factory.c
Commit message (Collapse)AuthorAgeFilesLines
* auth-factory: add a comment as to why we're also an approverJonny Lamb2010-12-151-0/+6
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* auth-factory: become an Observer and claim auth channels where necessaryJonny Lamb2010-12-101-54/+220
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2010-12-061-12/+39
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: add an account propertyJonny Lamb2010-12-031-1/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* auth-factory: create ServerSASLHandlers and signal them appearingJonny Lamb2010-12-011-12/+78
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* auth-factory: add EmpathyAuthFactory::new-server-sasl-handlerJonny Lamb2010-12-011-0/+10
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* auth-factory: also handle auth channelsJonny Lamb2010-12-011-1/+12
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Use separate new/free functions for the handler context dataCosimo Cecchi2010-09-091-8/+24
|
* Don't assume there's only one concurrent TpHandleChannelsContextCosimo Cecchi2010-09-091-11/+21
|
* Properly use errors when handling channelsCosimo Cecchi2010-08-191-14/+56
|
* Unref the handler after the signal.Cosimo Cecchi2010-08-131-0/+1
| | | | | It's useless at that point, as it only carries the TLS certificate; also, if someone wants to keep it, they can always ref it.
* Add a first skeleton of the auth factory.Cosimo Cecchi2010-08-131-0/+208