summaryrefslogtreecommitdiff
path: root/src/server-tls-manager.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-03ServerTLSManager: remove useless DEBUG outputHEADmasterWill Thompson1-6/+2
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb1-1/+1
2011-07-07Move the extra domains to trust from the TLS channel to the managerMarco Barisione1-2/+67
2011-07-07TLSManager: check the connection before the non-interactive verificationMarco Barisione1-13/+15
2011-07-07Add an extra_identify argument to the TLS verification functionsMarco Barisione1-3/+7
2011-03-17Fix memory Leaks in GabbleServerTLSManagerStef Walter1-0/+3
2010-10-13GabbleServerTLSManager: stop making assumptions about how Wocky implements it...Simon McVittie1-1/+24
2010-09-15Use telepathy-glib for Conference and ServerTLSConnectionSimon McVittie1-5/+5
2010-09-14Add debug output for deconstructionCosimo Cecchi1-0/+4
2010-09-14Clear the async result when the channel is unhandledCosimo Cecchi1-0/+2
2010-09-14TLSManager: don't crash if connection dies before verificationWill Thompson1-1/+14
2010-09-13Split ignore-ssl-errors into interactive-sslCosimo Cecchi1-6/+15
2010-09-13Assert that we have a rejection list with at least one element.Cosimo Cecchi1-0/+5
2010-09-13Use right wording in DEBUG messagesCosimo Cecchi1-1/+1
2010-09-13Use tp_clear_boxed to free the Rejection structsCosimo Cecchi1-1/+2
2010-09-13Update Gabble to the new draft APICosimo Cecchi1-10/+16
2010-09-09Don't start interactive verification if ignore-ssl-errors is setCosimo Cecchi1-0/+19
2010-08-25Use tp_base_channel_close() for search and tls channelsWill Thompson1-2/+2
2010-08-24Port ServerTLSChannel to TpBaseChannel.Will Thompson1-6/+0
2010-08-19Rename LAST_PROPERTY -> NUM_PROPERTIESCosimo Cecchi1-1/+1
2010-08-19Use a macro for the reason switchCosimo Cecchi1-33/+17
2010-08-19Remove useless check for !closedCosimo Cecchi1-5/+1
2010-08-19Chain up to parent's constructed() before running oursCosimo Cecchi1-7/+5
2010-08-19Use g_return_if_fail() instead of a debug messageCosimo Cecchi1-5/+3
2010-08-19Own a rerefence to the GabbleConnectionCosimo Cecchi1-5/+27
2010-08-19Implement the 'Hostname' propertyCosimo Cecchi1-0/+1
2010-08-10Add GabbleServerTLSManagerCosimo Cecchi1-0/+397