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