summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.3.0telepathy-gabble_0.3.02006-07-211-1/+1
* factor out lm_message_node_steal_children and properly reset the parent of al...2006-07-213-6/+21
* check for NULL <priority> elements in incoming presence2006-07-191-1/+3
* fix potential crash when generating error replies to malformed IQs2006-07-191-3/+6
* make g_strdiff handle identical inputs better2006-07-111-1/+1
* fix potential NULL strcmp in room config form parsing2006-07-112-10/+7
* fix possible NULL strcmp in MUC server discovery2006-07-101-2/+2
* fix possible NULL-strcmp in roster IQ callback2006-07-101-2/+1
* make InspectHandles method async to avoid strdups2006-07-213-24/+30
* preliminary patch to add InspectHandles method (back from the future (spec 0....2006-07-213-0/+49
* patch from Andre Magalhaes <andrunko@gmail.com> to fix leak of GroupMixin pri...2006-07-131-0/+2
* up version for release to 0.1.412006-06-201-1/+1
* don't send accept action to the peer if the active candidate pair changes dur...2006-06-201-2/+6
* remove duplicated g_object_set which causes crash on errors from initiate/acc...2006-06-191-1/+0
* bump version to 0.1.402006-06-161-1/+1
* remove "room" from properties mixin debug2006-06-161-2/+2
* only send presence {un,}subscribe{,d} acks if they actually resulted in a cha...2006-06-151-10/+19
* make gabble_group_mixin_change_members emit a boolean indicating whether anyt...2006-06-152-2/+9
* use ansi.h in properties-mixin.c2006-06-151-10/+1
* bump version to 0.1.392006-06-151-1/+1
* fix broken MUC invites by emitting the READY signal from the code path where ...2006-06-142-28/+32
* only ReleaseName the bus name if we actually succeeded in acquiring it, fixes...2006-06-141-8/+20
* GabbleMucChannel: only emit the "ready" signal once2006-06-121-1/+8
* fix leaks of GHashTables and GPtrArray in room listing2006-06-131-7/+12
* bump version to 0.1.382006-06-121-1/+1
* add missing signal detail parameter to send error emission2006-06-121-1/+1
* bump version to 0.1.372006-06-091-1/+1
* fix crash when receiving calls from invisible/offline people (bogus g_assert ...2006-06-091-5/+8
* fix bogus g_free of GErrors when looking for existing media channels2006-06-091-6/+8
* bump version to 0.1.362006-06-081-1/+1
* make MUC properties code not g_assert on wrong network input2006-06-081-7/+8
* add some debug to making changes on roster channels2006-06-081-0/+8
* send our presence to the server before we go on-line, otherwise servers might...2006-06-081-3/+3
* fix roster item changes to use iq type=set, fixes deletion and alias changes2006-06-081-1/+1
* MUC: return immediately from properties_disco_cb if an error occured, instead...2006-06-081-4/+4
* MUC: queue channel requests and return Channel.{Banned,Full,InviteOnly} error...2006-06-077-47/+234
* add tests/test-gabble-presence to _boring2006-06-071-0/+1
* fix const qualifiers which prevent the text error signal stuff from building2006-06-074-7/+6
* don't create new channels when the incoming message has an error2006-06-062-0/+15
* logic for detecting send errors and emitting SendError signal2006-06-064-4/+92
* LostMessage emitting in text-mixin.c2006-05-312-4/+15
* replace Makefile dependency with Makefile.in dependency for enumtypes generat...2006-06-061-2/+2
* remove dependency on Makefile for generated files that don't need it2006-06-061-5/+5
* include ansi.h in distributed sources2006-06-061-0/+1
* add missing handler unregister in presence cache2006-06-051-1/+4
* add a connecting method to TpChannelFactoryIface, and only hook up callbacks ...2006-06-057-179/+250
* bump version to 0.1.352006-06-021-1/+1
* check return value of _lm_message_iq_make_result2006-06-051-2/+6
* replace _send_iq_result with _acknowledge_set_iq; make _send_iq_error take me...2006-06-056-32/+25
* make Jingle handler add <query> to IQ responses2006-06-051-1/+2