summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-27TpHeap: add destructor, used when we destroy or clear the heap - this breaks ...Simon McVittie1-1/+2
2007-03-28fix leak of the reply message in connection_iq_disco_cbRobert McQueen1-0/+1
2007-03-28fix leak of all of the avatars we requestRobert McQueen1-1/+4
2007-03-27Unref the right handle on error in hold_unref_and_return_handlesSjoerd Simons1-0/+1
2007-03-27Use the right loop iterator when cleaning up error cases in the RequestHandlesSjoerd Simons1-2/+2
2007-03-26fix disco callback for obsolete MUC invites so that it doesn't have any paths...Robert McQueen1-36/+18
2007-03-26factor out shared code between obsolete and current MUC invites (getting the ...Robert McQueen1-22/+33
2007-03-26fix conflict with intset-based propertiesRobert McQueen1-4/+2
2007-03-26tweak IM factory receive function to be less verbose, and only print in the c...Robert McQueen1-14/+19
2007-03-26remove unused return value from _im_channel_receiveRobert McQueen2-8/+9
2007-03-26only call _muc_channel_receive if the incoming message has a body (rather tha...Robert McQueen1-15/+10
2007-03-26when we receive messages from MUC members which are not type="groupchat", don...Robert McQueen1-4/+13
2007-03-26make _muc_channel_receive return void because the return value is irrelevantRobert McQueen2-7/+7
2007-03-26refactor MUC message function to look for MUC invites (current and obsolete) ...Robert McQueen1-136/+191
2007-03-26remove seperate body/body_offset args from _text_mixin_parse_messageRobert McQueen3-18/+16
2007-03-26remove egregious NODE_DEBUG from MUC channelRobert McQueen1-4/+6
2007-03-26Remove now-unused variable from roster channel ctorSimon McVittie1-1/+0
2007-03-26Remove now-unused variable in MUC channel ctorSimon McVittie1-1/+0
2007-03-26Don't use the return value of tp_handle_ref and tp_handle_unrefSimon McVittie4-13/+7
2007-03-23Change properties mixin API again, using TpIntSet instead of GArray for sets ...Simon McVittie1-23/+16
2007-03-23Assert at compile time that the room properties (as a bitfield) fit in a guin...Simon McVittie1-0/+7
2007-03-22Allocate arrays of changed properties with allocated size = number of propsSimon McVittie1-9/+12
2007-03-22TpPropertiesMixin: Fix suprising signature/behaviour of these methods:Simon McVittie1-31/+42
2007-03-23guard debug-only if with #ifdef ENABLE_DEBUGRobert McQueen1-0/+2
2007-03-21Remove use of tp_handle_request in roster.c. Use a handle set to transfer ref...Simon McVittie1-7/+14
2007-03-22In IM factory incoming message callback, unref handle as soon as it's safely ...Simon McVittie1-3/+5
2007-03-22Add comment explaining why GabbleIMChannel doesn't ref its handle as soon as ...Simon McVittie1-0/+3
2007-03-22src/debug.c: Make it possible to enable IM debuggingSimon McVittie1-0/+1
2007-03-22Enhance handle leak debugging to make it easier to find out what's gone wrongSimon McVittie1-0/+2
2007-03-21rewrite observe_vcard to be far less verbose in the debug log, to update the ...Robert McQueen1-62/+71
2007-03-21add handle validity assertions/checks to vcard manager entry points and callb...Robert McQueen1-4/+32
2007-03-21check handle is valid on calls to RequestAvatarRobert McQueen1-0/+11
2007-03-19GabbleIMChannel: _dispose and _finalize should be staticSimon McVittie1-2/+2
2007-03-19TpTextMixin: make all members private, remove send_nick. GabbleTextMixin: new...Simon McVittie6-16/+59
2007-03-12gabble-roster-channel: Fix warning with debug disabledSimon McVittie1-4/+4
2007-03-12Use NUM_TP_SOMETHINGS instead of LAST_TP_SOMETHING which is now deprecatedSimon McVittie5-7/+7
2007-03-21Resolve conflict between JID and pipeline debug flagsSimon McVittie1-0/+2
2007-03-13GabbleMUCFactory: route chat room messages to the room correctlySimon McVittie1-1/+1
2007-03-12Correct room list channel handle fetching, and test casesSimon McVittie1-2/+8
2007-03-08Further improve handle repository API: track errors, and always pass the hand...Simon McVittie12-108/+123
2007-03-08Remove now-unused gabble_handle_for_foo functionsSimon McVittie2-125/+0
2007-03-08Don't pass FALSE as a pointer argumentSimon McVittie1-1/+1
2007-03-08Convert Gabble to use new handle API.Simon McVittie22-381/+699
2007-03-13gabble.c: Fix compilation without debuggingSimon McVittie1-1/+1
2007-03-13Move TP_CHANNEL_SEND_NO_ERROR back into Gabble, telepathy-glib doesn't need itSimon McVittie1-0/+2
2007-03-08Consistently put guints in arrays of handles, to be correct on ILP64 platformsSimon McVittie1-2/+2
2007-03-08Remove misleading comment - GabbleConnection does not directly implement any ...Simon McVittie1-2/+0
2007-03-21properly cast priority as gint8 instead of char, revert no-op tp_strdiff "patch"Senko Rasic2-1/+2
2007-03-21base-connection.c, presence-cache.c: changed to not expect installed callback...Senko Rasic1-10/+11
2007-03-21int8 type for "priority" conn param is now consistently usedSenko Rasic3-11/+11