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