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