summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-29CVE-2013-1431: respect tls-required flag on legacy Jabber serversgabble-0.16Simon McVittie1-0/+3
2013-02-27caps_hash: don't crash if FORM_TYPE has no <value>Will Thompson1-7/+22
2013-02-25caps_hash_compute_from_lists: skip anonymous fieldsWill Thompson1-0/+8
2013-02-25wocky_data_form_field_cmp: cope with var being NULLWill Thompson1-1/+1
2012-06-19Add unit test for see-other-host stream errorXavier Claessens3-59/+172
2012-06-19WockyConnector: Support see-other-hostXavier Claessens1-2/+36
2012-06-19WockyConnector: Fix problem if host is an ipv6 or contains a portXavier Claessens1-10/+28
2012-06-19WockyConnector: Remove unused private memberXavier Claessens1-3/+0
2012-04-05Removed remaining CRL define in testsNicolas Dufresne1-2/+1
2012-04-05Check the validity of TLS_CA_CRT_FILE and TLS_CRL_DIRSiraj Razick1-0/+3
2012-04-04use new GLib API checking macrosGuillaume Desmottes1-0/+3
2012-04-04add missing config.h includesGuillaume Desmottes71-1/+274
2012-04-04wocky-xmpp-readwrite-test.c: rename VERSION to XMPP_VERSIONGuillaume Desmottes1-3/+3
2012-04-03Remove wocky_tls_session_add_crlNicolas Dufresne13-197/+27
2012-04-03tests/Makefile: fix warnings when running autoreconfJonny Lamb1-9/+9
2012-03-16Add wocky_send_ll_pep_event utility functionOlli Salli2-2/+81
2012-03-16Add has_feature to the WockyXep0115Capabilities interfaceOlli Salli2-3/+27
2012-03-15connector: display the port when falling back to HOSTGuillaume Desmottes1-1/+1
2012-03-09Delist the internal headers from installed headersMikhail Zabaluev1-4/+4
2012-02-23If configured with --enable-shared-suffix=*, install a shared librarySimon McVittie2-0/+19
2012-02-23Use LIBADD properly, rather than putting libraries in LDFLAGSSimon McVittie1-2/+9
2012-02-21GNUTLS backend: don't use 0 as an error domainSimon McVittie4-34/+58
2012-02-06Namespace debug flags.Will Thompson38-89/+89
2012-02-06Merge branch 'headers'Will Thompson137-271/+535
2012-02-06Move some of pubsub-node-protected.h to internal.hWill Thompson5-19/+48
2012-02-06Include wocky-debug.h from wocky.hWill Thompson2-2/+3
2012-02-06Always define WockyDebugFlags and wocky_debug_set_flags()Will Thompson2-8/+6
2012-02-06Move most of debug.h to debug-internal.hWill Thompson40-101/+124
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson94-110/+268
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson19-12/+10
2012-02-06AuthHandler: add a bit of documentation.Will Thompson2-9/+69
2012-02-06Remove prototype for wocky_auth_handler_free()Will Thompson1-3/+0
2012-02-06docs: use @... not @VarargsWill Thompson5-9/+9
2012-02-01Merge remote-tracking branch 'siraj/mingw32-warn'Jonny Lamb2-9/+10
2012-02-01test-helper: give sched_close_cb a more debuggable assertionWill Thompson1-2/+6
2012-02-01porter-test: fix /handler-stanzaWill Thompson1-1/+2
2012-01-31C2SPorter: reply to unhandled IQ get/sets.Will Thompson2-5/+79
2012-01-31Merge branch '45400-pep-service-rummage-for-items'Will Thompson3-24/+94
2012-01-31Remove <gcrypt.h> and other remnants of gcryptSimon McVittie3-3/+2
2012-01-31Use g_getenv and g_strtoull instead of getenv and atoiSimon McVittie1-4/+4
2012-01-30PepService: update © years.Will Thompson2-2/+2
2012-01-30PepService::changed: pass <item> element to callbackWill Thompson2-16/+60
2012-01-30PepService: return <item> node from get()Will Thompson3-3/+29
2012-01-30PepService: use G_GNUC_WARN_UNUSED_RESULT as needed.Will Thompson1-3/+3
2012-01-26Fix warnings from wocky-connector-test.c under mingw32Siraj Razick1-2/+3
2012-01-26TLS: replace gsize and gssize with size_t and ssize_tSiraj Razick1-4/+4
2012-01-26TLS: Rename _stat variable to peer_cert_statusSiraj Razick1-3/+3
2012-01-26Fix coding style so the tests can passSimon McVittie1-1/+1
2012-01-02Build fixes for WindowsSiraj Razick4-5/+35
2011-12-16wocky_data_form_set_type: add default value and raw contentAlban Crequy1-1/+5