summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-07wocky-muc: return NULL if a timestamp can't be determinedgabble-0.14Danielle Madeley1-4/+2
2011-10-18[muc] Port time_t to GDateTimeDanielle Madeley1-8/+14
2011-10-12test-resolver: don't include glib/types.h directlyCosimo Cecchi1-1/+1
2011-10-12C2SPorter: correct _enable_power_saving docsWill Thompson1-2/+6
2011-10-12gtk-doc: Fix out-of-tree builds with 1.17Will Thompson2-7/+7
2011-10-12gtk-doc: use no-tmpl flavour.Will Thompson1-1/+1
2011-10-12Add wocky_auth_registry_supports_one_of()Xavier Claessens2-47/+105
2011-09-30NodeTree: fix _new exampleWill Thompson1-4/+2
2011-09-07pubsub-helpers: add node name as attribute on items nodeJonny Lamb1-1/+1
2011-09-05C2SPorter: clear up English properly.Will Thompson1-6/+8
2011-09-05C2SPorter: correctly conjugate the verb "to threaten"Will Thompson1-3/+3
2011-09-01Connector: change misleading “Bad SRV record” messageWill Thompson1-2/+3
2011-08-31connector-test: use !=, not |=Will Thompson1-2/+2
2011-08-17sasl-digest-md5: the response needs both the realm and serverMarco Barisione1-3/+3
2011-08-05Merge branch 'gabble-0.12'Marco Barisione1-19/+28
2011-08-05Use GQueue instead of GList* for queueable_stanza_patternSiraj Razick1-11/+6
2011-08-05Avoid filtering all PEP messagesSiraj Razick1-10/+24
2011-08-03Merge branch 'whitespace-ping'Marco Barisione9-69/+336
2011-08-03ping: send whitespace pings instead of XMPP onesMarco Barisione2-28/+29
2011-08-03wocky-test-stream: allow to get notified directly whenever data is readMarco Barisione2-0/+22
2011-08-03c2s-porter: add send_whitespace_ping_(async|finish) methodsMarco Barisione2-9/+145
2011-08-03c2s-porter: share the code to terminate the pending operationsMarco Barisione1-21/+21
2011-08-03xmpp-connection: add send_whitespace_ping_(async|finish) methodsMarco Barisione2-0/+103
2011-08-03ping: make the "porter" property a WockyC2SPorterMarco Barisione3-12/+17
2011-08-03Merge branch 'stream-ciphers'Marco Barisione3-9/+64
2011-08-03openssl: prefer stream ciphers when --enable-stream-ciphers is usedMarco Barisione1-5/+23
2011-08-03tls: prefer stream ciphers when --enable-stream-ciphers is usedMarco Barisione2-4/+30
2011-08-03configure: add an --enable-prefer-stream-ciphers optionMarco Barisione1-0/+11
2011-07-27Merge branch 'gabble-0.12'Will Thompson5-25/+124
2011-07-27s/WockyTestSTreamReadMode/WockyTestStreamReadMode/Sjoerd Simons2-4/+4
2011-07-27Rename the tls test from /openssl to /tls to avoid confusionSjoerd Simons1-2/+2
2011-07-27Make the tls test send a big chunk of dataSjoerd Simons1-11/+47
2011-07-27Add an incomplete write mode to the test-streamSjoerd Simons3-4/+34
2011-07-27Always write out all data gnutls requestedSjoerd Simons1-4/+37
2011-07-08Connector tests: always check return when expecting failureWill Thompson1-14/+15
2011-07-08configure: set HAVE_LIBSASL2=no if we don't have itWill Thompson1-1/+3
2011-07-08Fix GnuTLS build with --disable-debugWill Thompson1-2/+0
2011-07-08Merge branch 'debug-stubs'Will Thompson5-28/+26
2011-07-08Replace stub DEBUG macros with no-op static inline functionsWill Thompson3-13/+19
2011-07-08TLS: use GEnum for WockyTLSVerificationLevel namesWill Thompson2-14/+7
2011-07-07GnuTLS: remove a massive row of asterisksWill Thompson1-1/+0
2011-07-07Merge branch 'extra-certificate-identities'Marco Barisione8-61/+173
2011-07-07openssl: check the certificate name against the extra identities tooMarco Barisione1-1/+38
2011-07-07tls: check the certificate name against the extra identities tooMarco Barisione1-4/+58
2011-07-07tls: rename the variable for the number of peers for clarityMarco Barisione1-5/+6
2011-07-07tls: rearrange wocky_tls_session_verify_peer() to reduce code duplicationMarco Barisione1-14/+12
2011-07-07tls: style fix; add missing braces around a long if blockMarco Barisione1-44/+46
2011-07-07Add an extra_identify argument to the TLS verification functionsMarco Barisione8-11/+31
2011-07-07OpenSSL: squash GCC 4.6 -Wunused-but-set-variable warningsWill Thompson1-7/+4
2011-07-07meta-porter: deal with bad addresses on incoming connectionsJonny Lamb1-3/+14