summaryrefslogtreecommitdiff
path: root/src/server-tls-channel.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-5/+0
2012-06-19GabbleServerTLSManager: Support multiple consecutive TLS verificationsXavier Claessens1-1/+3
2012-05-30Use meta-headers for everythingSimon McVittie1-4/+2
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2011-07-07Move the extra domains to trust from the TLS channel to the managerMarco Barisione1-46/+4
2011-07-07ServerTLSChannel: make reference_identities a GStrv and not a GPtrArrayMarco Barisione1-10/+13
2011-03-31Change param 'extra-identities' to 'extra-certificate-identities'Stef Walter1-7/+7
2011-03-31Some style changes and extra checks for extra-identities support.Stef Walter1-7/+15
2011-03-31Allow the UI to specify extra-identities account paramaters.Stef Walter1-12/+19
2011-03-28Initialize variable properly when building ReferenceIdentitiesStef Walter1-2/+4
2011-03-18Add support for ServerTLSConnection.ReferenceIdentities property.Stef Walter1-0/+40
2010-09-15Use telepathy-glib for Conference and ServerTLSConnectionSimon McVittie1-5/+5
2010-08-25Use tp_base_channel_close() for search and tls channelsWill Thompson1-11/+6
2010-08-24Port ServerTLSChannel to TpBaseChannel.Will Thompson1-80/+43
2010-08-19Remove useless assertionCosimo Cecchi1-2/+0
2010-08-19Don't implement GetInterfaces()Cosimo Cecchi1-13/+0
2010-08-19Rename LAST_PROPERTY -> NUM_PROPERTIESCosimo Cecchi1-1/+1
2010-08-19Chain up to parent's constructed() before running oursCosimo Cecchi1-6/+5
2010-08-19Implement the 'Hostname' propertyCosimo Cecchi1-0/+18
2010-08-10Add GabbleServerTLSChannel.Cosimo Cecchi1-0/+335