Age | Commit message (Expand) | Author | Files | Lines |
2006-06-14 | fix broken MUC invites by emitting the READY signal from the code path where ... | | 2 | -28/+32 |
2006-06-14 | only ReleaseName the bus name if we actually succeeded in acquiring it, fixes... | | 1 | -8/+20 |
2006-06-13 | fix leaks of GHashTables and GPtrArray in room listing | | 1 | -7/+12 |
2006-06-12 | GabbleMucChannel: only emit the "ready" signal once | | 1 | -1/+8 |
2006-06-12 | bump version to 0.1.38 | | 1 | -1/+1 |
2006-06-12 | add missing signal detail parameter to send error emission | | 1 | -1/+1 |
2006-06-09 | bump version to 0.1.37 | | 1 | -1/+1 |
2006-06-09 | fix crash when receiving calls from invisible/offline people (bogus g_assert ... | | 1 | -5/+8 |
2006-06-09 | fix bogus g_free of GErrors when looking for existing media channels | | 1 | -6/+8 |
2006-06-08 | bump version to 0.1.36 | | 1 | -1/+1 |
2006-06-08 | make MUC properties code not g_assert on wrong network input | | 1 | -7/+8 |
2006-06-08 | add some debug to making changes on roster channels | | 1 | -0/+8 |
2006-06-08 | send our presence to the server before we go on-line, otherwise servers might... | | 1 | -3/+3 |
2006-06-08 | fix roster item changes to use iq type=set, fixes deletion and alias changes | | 1 | -1/+1 |
2006-06-08 | MUC: return immediately from properties_disco_cb if an error occured, instead... | | 1 | -4/+4 |
2006-06-07 | fix const qualifiers which prevent the text error signal stuff from building | | 4 | -7/+6 |
2006-06-07 | MUC: queue channel requests and return Channel.{Banned,Full,InviteOnly} error... | | 7 | -47/+234 |
2006-06-07 | add tests/test-gabble-presence to _boring | | 1 | -0/+1 |
2006-06-06 | don't create new channels when the incoming message has an error | | 2 | -0/+15 |
2006-06-06 | logic for detecting send errors and emitting SendError signal | | 4 | -4/+92 |
2006-05-31 | LostMessage emitting in text-mixin.c | | 2 | -4/+15 |
2006-06-06 | replace Makefile dependency with Makefile.in dependency for enumtypes generat... | | 1 | -2/+2 |
2006-06-06 | remove dependency on Makefile for generated files that don't need it | | 1 | -5/+5 |
2006-06-06 | include ansi.h in distributed sources | | 1 | -0/+1 |
2006-06-05 | check return value of _lm_message_iq_make_result | | 1 | -2/+6 |
2006-06-05 | replace _send_iq_result with _acknowledge_set_iq; make _send_iq_error take me... | | 6 | -32/+25 |
2006-06-05 | make Jingle handler add <query> to IQ responses | | 1 | -1/+2 |
2006-06-05 | don't automatically add <query> node to IQ responses | | 1 | -11/+2 |
2006-06-05 | allow acking IQs with no from JID -- they come from the server | | 1 | -1/+0 |
2006-06-05 | don't ack IQs with no ID | | 1 | -2/+9 |
2006-06-03 | make Jingle session handling code pass messages rather than nodes around | | 7 | -18/+20 |
2006-06-02 | don't use strcmp to check Jingle iq subtype is "set" | | 1 | -10/+3 |
2006-06-05 | add missing handler unregister in presence cache | | 1 | -1/+4 |
2006-06-05 | add a connecting method to TpChannelFactoryIface, and only hook up callbacks ... | | 7 | -179/+250 |
2006-06-02 | bump version to 0.1.35 | | 1 | -1/+1 |
2006-06-02 | add the aliasing interface to GetInterfaces | | 1 | -0/+1 |
2006-06-02 | bump version to 0.1.34 | | 1 | -1/+1 |
2006-06-02 | clean up destruct order of mediachannel/session | | 1 | -4/+7 |
2006-06-01 | add handling for "known" list channel in gabble_connection_request_handle | | 1 | -0/+4 |
2006-06-01 | bump version to 0.1.33 | | 1 | -1/+1 |
2006-06-01 | when setting native_codecs, copy the bus-owned value in both instances | | 1 | -5/+2 |
2006-06-01 | avoid "unknown property" error by ignoring writes to the handle property on m... | | 2 | -0/+8 |
2006-05-31 | remove errant ; which causes odd errors from the request aliases function | | 1 | -1/+1 |
2006-05-31 | don't select resources by capability if priority is negative; add test for same | | 2 | -1/+16 |
2006-05-31 | make _pick_resource_by_caps not segfault when there are no resources; add tes... | | 2 | -1/+9 |
2006-05-31 | add test suite for GabblePresence and make resource selection not dependent o... | | 3 | -3/+70 |
2006-05-31 | register the IM <message> callback at a lower priority than the MUC one so MU... | | 1 | -1/+1 |
2006-05-31 | don't crash if we receive malformed room listing fields | | 1 | -1/+8 |
2006-05-31 | fix the presence update function strcmping a free'd value, add comments | | 1 | -21/+25 |
2006-05-31 | add copyright headers to gabble-presence{,-cache}.{c,h} | | 4 | -0/+77 |