summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update WockyHEADmasterSimon McVittie2014-03-191-0/+0
| | | | | - jingle-content: reset idle ID in its callback - data-form: reformat <code> blocks so recent gtk-doc can cope
* multicast-causal-transport: make sure to always reset keepalive_timerGuillaume Desmottes2014-02-141-0/+2
| | | | Recent GLib raises a critical when trying to remove an invalid source.
* Remove support for --disable-debugSimon McVittie2013-11-012-31/+0
|
* fix WockyStanzaSubType enum castingGuillaume Desmottes2013-10-021-1/+1
|
* Gibber: stop generating enum typesXavier Claessens2013-09-192-29/+4
| | | | It breaks build in weird ways and is not useful
* Stop using deprecated libsoup functionXavier Claessens2013-09-191-1/+1
|
* Update to Wocky masterGuillaume Desmottes2013-09-101-0/+0
|
* Update wocky to current master, disabling Google relay supportSimon McVittie2013-05-031-0/+0
|
* Include config.h and our corresponding header first in every source fileSimon McVittie2013-01-0427-26/+49
| | | | | Putting the corresponding header first exposed a missing header inclusion in text-helper.h; fix that by using the meta-header.
* Use GLib generic marshallers in Gibber, tooSimon McVittie2013-01-0410-54/+10
|
* Merge branch 'telepathy-salut-0.8'Will Thompson2012-11-161-0/+0
|\ | | | | | | | | | | | | | | | | | | | | This updates the Wocky snapshot to include the stanza namespace fixes. They don't seem to cause any problems. Conflicts: NEWS configure.ac lib/ext/wocky src/tubes-channel.c
| * Update Wocky snapshot to fix iChat interop.Will Thompson2012-11-161-0/+0
| | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=51527
| * Revert "Update Wocky snapshot"Will Thompson2012-11-161-0/+0
| | | | | | | | This reverts commit caa206879f23ab24beacdda77e10ab972faff6e4.
| * Update Wocky snapshotWill Thompson2012-11-161-0/+0
| | | | | | | | | | | | There are no particularly significant changes, but this pulls in the fix for https://bugs.freedesktop.org/show_bug.cgi?id=37701 among other things.
* | Update Wocky snapshotWill Thompson2012-11-121-0/+0
|/ | | | | | There are no particularly significant changes, but this pulls in the fix for https://bugs.freedesktop.org/show_bug.cgi?id=37701 among other things.
* gibber-oob-file-transfer: assert we have a message before using itJonny Lamb2012-04-031-0/+2
| | | | | | | If we g_signal_connect (NULL, ...), it will not work, so let's fail earlier. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Update wocky submodule pointer to version with wocky_send_ll_pep_eventOlli Salli2012-03-161-0/+0
|
* Build wocky and the plugins library as version-specific shared librariesOlli Salli2012-03-151-0/+0
| | | | Because they don't yet have a stable ABI.
* Fix stuff caught by check-coding-style in siraj's codeOlli Salli2012-02-222-13/+13
|
* gibber: Make gibber cross compile with mingw32Siraj Razick2012-02-225-12/+17
| | | | | | | | | | The patch provides the changes required to make gibber compile under mingw32. - Index is replaced with strchr since index is deprecated and not included in mingw32 sdk - D_WIN32_WINNT=0x0501 is defined to make getnameinfo work - And other compile fixes
* Update Wocky snapshot for one big header.Will Thompson2012-02-0610-19/+10
| | | | | | | | | | We have to lose the reference to wocky_heartbeat_source_new from the symbol hack table, because it's not exposed in Wocky's public headers any more. That's okay, though: it's not intended for use by applications, let alone plugins. https://bugs.freedesktop.org/show_bug.cgi?id=45703 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Support building for Android.Alvaro Soliverez2011-11-211-0/+11
| | | | | | | | | | | This adds an autogen.sh and configure flag, --disable-submodules, to disable fetching the Wocky submodule (the flag is plural for consistency with other components), adds some missing compiler and linker flags, and adds targets for Androgenizer. Modified from a patch contributed by Derek Foreman. https://bugs.freedesktop.org/show_bug.cgi?id=42515
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-167-28/+28
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* Merge branch 'ft-metadata'Jonny Lamb2011-11-163-0/+47
|\
| * ft-channel: include metadata in file transfer offerJonny Lamb2011-10-281-0/+9
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * gibber-ft: parse data forms in query node of file transfer offerJonny Lamb2011-10-273-0/+38
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | wocky: update snapshot for sasl fix againJonny Lamb2011-11-151-0/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | wocky: update snapshot to fix sasl build failureJonny Lamb2011-11-151-0/+0
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* update wocky snapshotJonny Lamb2011-09-071-0/+0
| | | | | | | | | | | | Changes in this update: * Gnutls SSL backend fixes. * Implement whitespace pings in the c2s porter. * Fix the pubsub event node generator to put the node in the right place. * and a few more misc. fixes here and there. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Update Wocky for corresponding --disable-debug fixesWill Thompson2011-08-161-0/+0
|
* Define a static inline no-op DEBUG() with --disable-debugWill Thompson2011-08-161-7/+13
|
* gibber: Remove broken tests and dependency on xmldiffStef Walter2011-08-118-128/+0
| | | | | | * These tests don't run successfully anyway. https://bugs.freedesktop.org/show_bug.cgi?id=40001
* update wocky snapshotJonny Lamb2011-07-071-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* update wocky snapshotJonny Lamb2011-05-091-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* gibber ibb bytestream: removeJonny Lamb2011-05-093-719/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* gibber-xmpp-error: removeJonny Lamb2011-05-045-715/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* stop using GibberXmppErrorJonny Lamb2011-05-043-81/+60
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* gibber: remove gibber-namespaces.hJonny Lamb2011-05-042-69/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* stop using gibber-namespaces.hJonny Lamb2011-05-046-62/+64
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* gibber-xmpp-writer: removedJonny Lamb2011-05-033-71/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* muc-connection: use WockyXmppWriterJonny Lamb2011-05-031-8/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* gibber-xmpp-reader: removedJonny Lamb2011-05-035-385/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* muc-connection: use WockyXmppReaderJonny Lamb2011-05-031-31/+25
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* update wocky snapshotJonny Lamb2011-05-031-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* remove all set but unused variablesJonny Lamb2011-05-031-5/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* update wocky snapshotJonny Lamb2011-04-281-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* update wocky snapshotJonny Lamb2011-04-221-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* update wocky snapshotJonny Lamb2011-04-221-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'caps'Jonny Lamb2011-04-221-0/+0
|\ | | | | | | | | | | | | | | | | | | Conflicts: configure.ac lib/ext/wocky src/salut-caps-hash.c src/salut-caps-hash.h Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * update wocky snapshotJonny Lamb2011-02-021-0/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>