summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Ignore the test-generated sasl DB file.Vivek Dasmohapatra1-0/+1
2009-08-12Typo fixed, leaks in xep77_signup_send fixed (from cassidy).Vivek Dasmohapatra1-3/+4
2009-08-12Make email a settable parameter in the connector instead of a mandatory param.Vivek Dasmohapatra3-8/+41
2009-08-12Don't care about contents, presence or absence of "instructions" tag for now.Vivek Dasmohapatra1-8/+0
2009-08-12Ignore the example binaries for vcs purposes.Vivek Dasmohapatra1-1/+1
2009-08-12Example registration and unregistration binaries.Vivek Dasmohapatra3-1/+170
2009-08-12Implement XEP0077 In-Band Registration/CancellationVivek Dasmohapatra3-12/+598
2009-08-05Default xmpp-port property value should be 0, not 5222.Vivek Dasmohapatra1-1/+1
2009-08-04use test_init and test_deinit in tests so memory is properly freed and valgri...Guillaume Desmottes9-34/+65
2009-08-04add test_init and test_deinit helpersGuillaume Desmottes2-0/+22
2009-08-04add wocky_init and wocky_deinitGuillaume Desmottes3-0/+90
2009-08-04connector: 'legacy' and 'old-ssl' properties shouldn't be construct onlyGuillaume Desmottes1-2/+2
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra10-28/+28
2009-08-04Remove gnio from package deps, add gnutls and gio.Vivek Dasmohapatra1-1/+1
2009-08-04Add wocky-tls to build list, exclude from style check as it is a gnio import.Vivek Dasmohapatra1-2/+3
2009-08-04Check in copy of gnio TLS support + collabora patches to add server side TLS.Vivek Dasmohapatra2-0/+1298
2009-08-04Bogus goto, should have just been a label.Vivek Dasmohapatra1-1/+1
2009-08-04Stanza memory leaks on error bailouts.Vivek Dasmohapatra1-3/+5
2009-08-04Bogus if condition removed.Vivek Dasmohapatra1-1/+0
2009-08-04Minor (english) syntax changes in doc string.Vivek Dasmohapatra1-2/+2
2009-08-04Test the wocky_xmpp_node_unpack_error function.Vivek Dasmohapatra1-0/+184
2009-08-04Extract the stanza error type. Make sure unset original stanza => NULL result.Vivek Dasmohapatra1-2/+5
2009-08-04Document wocky_xmpp_node_unpack_error.Vivek Dasmohapatra1-0/+22
2009-08-04Session ID property not writable anymore.Vivek Dasmohapatra1-1/+1
2009-08-04Cleanup some old DEBUG we don't need any more.Vivek Dasmohapatra1-12/+1
2009-08-04Memory leak in example connect.c program.Vivek Dasmohapatra1-0/+1
2009-08-04Duplicate applicable XMPP+TLS tests for the XMPP+SSL code path(s).Vivek Dasmohapatra1-0/+334
2009-08-04Tweak the timing of some of the server-death tests (also, sleep not needed)Vivek Dasmohapatra1-8/+4
2009-08-04Removed some stray empty comments + a couple of tests were misnamedVivek Dasmohapatra1-5/+5
2009-08-04TLS_REQUIRED/PLAINTEXT_OK vs TRUE/FALSE. More old-SSL tests.Vivek Dasmohapatra1-112/+426
2009-08-04Fix comment describing test-spec structure. Use PLAIN/DIGEST vs TRUE/FALSE.Vivek Dasmohapatra1-57/+57
2009-08-04First batch of old-style SSL testsVivek Dasmohapatra1-2/+203
2009-08-04Implement old-style SSL in test XMPP server.Vivek Dasmohapatra1-5/+46
2009-08-04Old style SSL (ie immediately on TCP connection established)Vivek Dasmohapatra2-9/+67
2009-08-04Update flow-control description comment at start of wocky-connector.cVivek Dasmohapatra1-23/+35
2009-08-04Improve test coverage in corner cases.Vivek Dasmohapatra3-7/+95
2009-08-04Memory leak: free old session id string when the session re-initialisesVivek Dasmohapatra1-0/+1
2009-08-04Split connector-problems into smaller logical groupsVivek Dasmohapatra3-204/+260
2009-08-04Typo in comment.Vivek Dasmohapatra1-1/+1
2009-08-04Old style jabber-auth tests.Vivek Dasmohapatra1-1/+147
2009-08-04Miscellaneous mem leak/uninitialised var/debug fixesVivek Dasmohapatra1-5/+30
2009-08-04Implement old-style jabber auth in the test server.Vivek Dasmohapatra3-15/+263
2009-08-04Comment explaining why we proceed to "establish_session" after a successfulVivek Dasmohapatra1-0/+5
2009-08-04Old-style jabber auth implementation.Vivek Dasmohapatra3-4/+348
2009-08-04Util method to extract stanza error detailsVivek Dasmohapatra2-0/+61
2009-08-04Comment typos.Vivek Dasmohapatra1-2/+2
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra11-16/+29
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra12-31/+121
2009-07-29stanza_received_cb: unref ourself at the end of the functionGuillaume Desmottes1-1/+2
2009-07-29wocky_porter_force_close_async: add a comment explaining why it's safe to rel...Guillaume Desmottes1-0/+2