summaryrefslogtreecommitdiff
path: root/wocky
AgeCommit message (Expand)AuthorFilesLines
2012-02-23If configured with --enable-shared-suffix=*, install a shared libraryshareable-46417Simon McVittie1-0/+9
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 Thompson37-88/+88
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 Thompson39-100/+123
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson55-3/+223
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 Lamb1-7/+7
2012-01-31C2SPorter: reply to unhandled IQ get/sets.Will Thompson1-5/+15
2012-01-31Merge branch '45400-pep-service-rummage-for-items'Will Thompson2-9/+40
2012-01-31Remove <gcrypt.h> and other remnants of gcryptSimon McVittie2-2/+1
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 Thompson1-3/+13
2012-01-30PepService: return <item> node from get()Will Thompson2-1/+22
2012-01-30PepService: use G_GNUC_WARN_UNUSED_RESULT as needed.Will Thompson1-3/+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-02Build fixes for WindowsSiraj Razick1-0/+8
2011-12-16wocky_data_form_set_type: add default value and raw contentAlban Crequy1-1/+5
2011-12-14Use G_GINT64_FORMAT instead of %liXavier Claessens1-4/+4
2011-12-14g_source_get_current_time() is replaced by g_source_get_time()Xavier Claessens1-30/+22
2011-12-13dataforms: fix crash in add_field_to_node_using_default()Alban Crequy1-0/+31
2011-12-07wocky_data_form_set_string: fix documentationAlban Crequy1-3/+3
2011-11-29Merge branch 'invalid-character-test'Sjoerd Simons1-10/+102
2011-11-29Ensure all data in a WockyNode is validated according to the rules in g_utf8_...Sjoerd Simons1-10/+102
2011-11-22Support building under Android, modified from an original patch by Derek ForemanAlvaro Soliverez1-1/+8
2011-11-18Use wocky_node_matches() in a couple of placesWill Thompson3-6/+3
2011-11-18Add wocky_node_matches{,_q}Will Thompson2-0/+59
2011-11-18meta-porter: emit ::sending when a child porter doesWill Thompson1-0/+17
2011-11-18Porter: add stanza being sent to ::sendingWill Thompson2-4/+6
2011-11-18Porter: support matching STANZA_TYPE_NONEWill Thompson3-24/+82
2011-11-16Also replace g_byte_array_free with g_byte_array_unrefXavier Claessens1-8/+8
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens10-26/+26
2011-11-07Accept from="server.com" as stanzas coming from serverXavier Claessens1-6/+8
2011-11-07Merge branch 'trivia'Danielle Madeley1-4/+2
2011-11-07wocky-muc: return NULL if a timestamp can't be determinedDanielle Madeley1-4/+2
2011-11-07Merge branch 'wocky-muc-gdatetime'Danielle Madeley1-8/+14
2011-10-18[muc] Port time_t to GDateTimeDanielle Madeley1-8/+14
2011-10-13caps-hash: ignore data forms with non-hidden FORM_TYPE fieldsJonny Lamb1-0/+8
2011-10-13caps-hash: don't bail on hashing if there's no FORM_TYPEJonny Lamb1-2/+3
2011-10-12C2SPorter: correct _enable_power_saving docsWill Thompson1-2/+6
2011-10-12Add wocky_auth_registry_supports_one_of()Xavier Claessens2-47/+105
2011-09-30NodeTree: fix _new exampleWill Thompson1-4/+2