summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Remove <gcrypt.h> and other remnants of gcryptgcryptless-43992Simon McVittie3-3/+2
2012-01-26Use g_getenv and g_strtoull instead of getenv and atoiSimon McVittie1-4/+4
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
2011-12-14Use G_GINT64_FORMAT instead of %liXavier Claessens1-4/+4
2011-12-14Add tests/wocky-dummy-xmpp-server.c to build system and fix itXavier Claessens3-5/+24
2011-12-14Fix build warnings with glib 2.32Xavier Claessens3-0/+11
2011-12-14g_source_get_current_time() is replaced by g_source_get_time()Xavier Claessens2-31/+23
2011-12-13test: dataforms: add a test for bug fdo#43584Alban Crequy1-0/+47
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 Simons2-10/+123
2011-11-29Add a test for filtering non-character unicode codepointsSjoerd Simons1-0/+21
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 Soliverez3-1/+41
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 Thompson4-24/+182
2011-11-16Also replace g_byte_array_free with g_byte_array_unrefXavier Claessens2-9/+9
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens12-29/+29
2011-11-16Add coding style check for g_hash_table_destroy and g_array_free usageXavier Claessens1-0/+13
2011-11-15sasl test: fix build failure on older libsasl2sJonny Lamb1-2/+5
2011-11-15sasl test: define sasl_callback_ft if not already done soJonny Lamb1-0/+4
2011-11-07Accept from="server.com" as stanzas coming from serverXavier Claessens2-10/+84
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-11-02Merge branch 'caps-forms'Jonny Lamb2-8/+37
2011-11-01tests: Fix compilation error with libsasl2Sjoerd Simons1-2/+3
2011-10-18[muc] Port time_t to GDateTimeDanielle Madeley1-8/+14
2011-10-13caps-hash-test: update tests for new hashing behaviourJonny Lamb1-6/+26
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-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