summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Merge branch 'gabble-0.12'HEADmasterWill 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
2011-06-09Connector: clarify debug in host fallback path.Will Thompson1-6/+8
2011-06-09Connector: make XMPP version='' debug message NULL-safeWill Thompson1-1/+2
2011-06-09Connector: clarify legacy auth selectionWill Thompson1-5/+6
2011-06-09Legacy auth: document jabberd 1.4 workaroundWill Thompson2-3/+14
2011-06-02MUC: allow own presence to be passed to other handlersWill Thompson1-1/+2
2011-06-01MUC: allow own presence to be passed to other handlersWill Thompson1-1/+2
2011-06-01MUC: remove now-unnecessary gotoWill Thompson1-12/+9
2011-05-31MUC: early-return for presence without <x ...muc#user>Will Thompson1-87/+87
2011-05-31MUC: hoist JID decoding up to main <presence> handlerWill Thompson1-33/+17
2011-05-31MUC: remove redundant checksWill Thompson1-21/+1
2011-05-31MUC: simplify extracting <status> from <presence>Will Thompson1-25/+2
2011-05-31MUC: represent status code set as a bitfieldWill Thompson1-73/+51
2011-05-31MUC: use a node iterator when parsing status codesWill Thompson1-26/+30
2011-05-31MUC: remove weird casts when parsing status codesWill Thompson1-9/+3
2011-05-31MUC: document WockyMucStatusCode marginally more usefullyWill Thompson1-1/+3
2011-05-31MUC: turn status code enum into bit flagsWill Thompson1-19/+19
2011-05-16Merge branch 'iphb-system-sync'Marco Barisione2-16/+47
2011-05-16Heartbeat: synchronise the wakeups with other applicationsiphb-system-syncMarco Barisione1-15/+46
2011-05-16configure: depend on libiphb >= 0.61.31Marco Barisione1-1/+1
2011-05-04Merge branch 'ns'Jonny Lamb1-1/+4
2011-05-04namespaces: include both jabber:iq:oob and jabber:x:oobJonny Lamb1-1/+4
2011-05-03MetaPorter: fix chaining up to constructed.Will Thompson1-2/+2
2011-05-03Porters: chain up in constructedWill Thompson2-0/+6
2011-05-03ll-connector: remove set but unused variableJonny Lamb1-3/+0
2011-04-28openssl: maintain compatibility with OpenSSL < 1.0 tooMarco Barisione1-5/+11
2011-04-28xmpp-reader: ifdef out a variable that's only used in a DEBUG callJonny Lamb1-0/+2
2011-04-22data-form: add more docs for add_to_node()Jonny Lamb1-0/+13
2011-04-22data-form: add a add_to_node functionJonny Lamb2-0/+37