summaryrefslogtreecommitdiff
path: root/src/server-tls-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Use non-deprecated GValueArray functionsSimon McVittie2013-11-041-4/+10
* server-tls-manager: deal with modification of the GList while iterating itJonny Lamb2012-07-111-2/+11
* GabbleServerTLSManager: Support multiple consecutive TLS verificationsXavier Claessens2012-06-191-64/+95
* Use meta-headers for everythingSimon McVittie2012-05-301-1/+2
* Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie2012-05-071-1/+1
* Update Wocky snapshot for One Big Header.Will Thompson2012-02-061-1/+1
* Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-22/+89
|\
| * ServerTLSManager: remove useless DEBUG outputWill Thompson2011-10-031-6/+2
| * gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb2011-09-011-1/+1
| * Move the extra domains to trust from the TLS channel to the managerMarco Barisione2011-07-071-2/+67
| * TLSManager: check the connection before the non-interactive verificationMarco Barisione2011-07-071-13/+15
| * Add an extra_identify argument to the TLS verification functionsMarco Barisione2011-07-071-3/+7
* | Remove GabbleXmppError.Will Thompson2011-05-031-0/+2
|/
* Fix memory Leaks in GabbleServerTLSManagerStef Walter2011-03-171-0/+3
* GabbleServerTLSManager: stop making assumptions about how Wocky implements it...Simon McVittie2010-10-131-1/+24
* Use telepathy-glib for Conference and ServerTLSConnectionSimon McVittie2010-09-151-5/+5
* Add debug output for deconstructionCosimo Cecchi2010-09-141-0/+4
* Clear the async result when the channel is unhandledCosimo Cecchi2010-09-141-0/+2
* TLSManager: don't crash if connection dies before verificationWill Thompson2010-09-141-1/+14
* Split ignore-ssl-errors into interactive-sslCosimo Cecchi2010-09-131-6/+15
* Assert that we have a rejection list with at least one element.Cosimo Cecchi2010-09-131-0/+5
* Use right wording in DEBUG messagesCosimo Cecchi2010-09-131-1/+1
* Use tp_clear_boxed to free the Rejection structsCosimo Cecchi2010-09-131-1/+2
* Update Gabble to the new draft APICosimo Cecchi2010-09-131-10/+16
* Don't start interactive verification if ignore-ssl-errors is setCosimo Cecchi2010-09-091-0/+19
* Use tp_base_channel_close() for search and tls channelsWill Thompson2010-08-251-2/+2
* Port ServerTLSChannel to TpBaseChannel.Will Thompson2010-08-241-6/+0
* Rename LAST_PROPERTY -> NUM_PROPERTIESCosimo Cecchi2010-08-191-1/+1
* Use a macro for the reason switchCosimo Cecchi2010-08-191-33/+17
* Remove useless check for !closedCosimo Cecchi2010-08-191-5/+1
* Chain up to parent's constructed() before running oursCosimo Cecchi2010-08-191-7/+5
* Use g_return_if_fail() instead of a debug messageCosimo Cecchi2010-08-191-5/+3
* Own a rerefence to the GabbleConnectionCosimo Cecchi2010-08-191-5/+27
* Implement the 'Hostname' propertyCosimo Cecchi2010-08-191-0/+1
* Add GabbleServerTLSManagerCosimo Cecchi2010-08-101-0/+397