summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MetaPorter: don't match sender on C2S porterssalut-0.8Will Thompson2012-11-161-19/+7
* Add wocky_send_ll_pep_event utility functionOlli Salli2012-03-162-2/+81
* Add has_feature to the WockyXep0115Capabilities interfaceOlli Salli2012-03-162-3/+27
* connector: display the port when falling back to HOSTGuillaume Desmottes2012-03-151-1/+1
* Delist the internal headers from installed headersMikhail Zabaluev2012-03-091-4/+4
* If configured with --enable-shared-suffix=*, install a shared librarySimon McVittie2012-02-232-0/+19
* Use LIBADD properly, rather than putting libraries in LDFLAGSSimon McVittie2012-02-231-2/+9
* GNUTLS backend: don't use 0 as an error domainSimon McVittie2012-02-214-34/+58
* Namespace debug flags.Will Thompson2012-02-0638-89/+89
* Merge branch 'headers'Will Thompson2012-02-06137-271/+535
|\
| * Move some of pubsub-node-protected.h to internal.hWill Thompson2012-02-065-19/+48
| * Include wocky-debug.h from wocky.hWill Thompson2012-02-062-2/+3
| * Always define WockyDebugFlags and wocky_debug_set_flags()Will Thompson2012-02-062-8/+6
| * Move most of debug.h to debug-internal.hWill Thompson2012-02-0640-101/+124
| * Make #include <wocky/wocky.h> the only legal import.Will Thompson2012-02-0694-110/+268
| * Include foo-enumtypes.h from each foo.hWill Thompson2012-02-0619-12/+10
| * AuthHandler: add a bit of documentation.Will Thompson2012-02-062-9/+69
| * Remove prototype for wocky_auth_handler_free()Will Thompson2012-02-061-3/+0
| * docs: use @... not @VarargsWill Thompson2012-02-065-9/+9
|/
* Merge remote-tracking branch 'siraj/mingw32-warn'Jonny Lamb2012-02-012-9/+10
|\
| * Fix warnings from wocky-connector-test.c under mingw32Siraj Razick2012-01-261-2/+3
| * TLS: replace gsize and gssize with size_t and ssize_tSiraj Razick2012-01-261-4/+4
| * TLS: Rename _stat variable to peer_cert_statusSiraj Razick2012-01-261-3/+3
* | test-helper: give sched_close_cb a more debuggable assertionWill Thompson2012-02-011-2/+6
* | porter-test: fix /handler-stanzaWill Thompson2012-02-011-1/+2
* | C2SPorter: reply to unhandled IQ get/sets.Will Thompson2012-01-312-5/+79
* | Merge branch '45400-pep-service-rummage-for-items'Will Thompson2012-01-313-24/+94
|\ \
| * | PepService: update © years.Will Thompson2012-01-302-2/+2
| * | PepService::changed: pass <item> element to callbackWill Thompson2012-01-302-16/+60
| * | PepService: return <item> node from get()Will Thompson2012-01-303-3/+29
| * | PepService: use G_GNUC_WARN_UNUSED_RESULT as needed.Will Thompson2012-01-301-3/+3
* | | Remove <gcrypt.h> and other remnants of gcryptSimon McVittie2012-01-313-3/+2
* | | Use g_getenv and g_strtoull instead of getenv and atoiSimon McVittie2012-01-311-4/+4
|/ /
* | Fix coding style so the tests can passSimon McVittie2012-01-261-1/+1
|/
* Build fixes for WindowsSiraj Razick2012-01-024-5/+35
* wocky_data_form_set_type: add default value and raw contentAlban Crequy2011-12-161-1/+5
* Use G_GINT64_FORMAT instead of %liXavier Claessens2011-12-141-4/+4
* Add tests/wocky-dummy-xmpp-server.c to build system and fix itXavier Claessens2011-12-143-5/+24
* Fix build warnings with glib 2.32Xavier Claessens2011-12-143-0/+11
* g_source_get_current_time() is replaced by g_source_get_time()Xavier Claessens2011-12-142-31/+23
* test: dataforms: add a test for bug fdo#43584Alban Crequy2011-12-131-0/+47
* dataforms: fix crash in add_field_to_node_using_default()Alban Crequy2011-12-131-0/+31
* wocky_data_form_set_string: fix documentationAlban Crequy2011-12-071-3/+3
* Merge branch 'invalid-character-test'Sjoerd Simons2011-11-292-10/+123
|\
| * Add a test for filtering non-character unicode codepointsSjoerd Simons2011-11-291-0/+21
| * Ensure all data in a WockyNode is validated according to the rules in g_utf8_...Sjoerd Simons2011-11-291-10/+102
* | Support building under Android, modified from an original patch by Derek ForemanAlvaro Soliverez2011-11-223-1/+41
* | Use wocky_node_matches() in a couple of placesWill Thompson2011-11-183-6/+3
* | Add wocky_node_matches{,_q}Will Thompson2011-11-182-0/+59
* | meta-porter: emit ::sending when a child porter doesWill Thompson2011-11-181-0/+17