summaryrefslogtreecommitdiff
path: root/src/roster.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Don't ignore subscription='remove' if remote-pendingWill Thompson1-10/+2
2009-05-21Rename the known list to the stored listAlban Crequy1-12/+12
2009-05-04'deny' is NotImplemented on !GTalk.Will Thompson1-2/+1
2009-03-23Simplify access to private struct in several filesWill Thompson1-32/+30
2009-02-08roster: use GUINT_TO_POINTER for handlesSimon McVittie1-10/+10
2009-01-20roster.c: explain the handle ref for roster_edited_cbSenko Rasic1-0/+8
2009-01-20roster.c: ref handles expected to be valid in later roster edit callbackSenko Rasic1-0/+13
2008-12-05Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-2/+7
2008-11-27GabbleRoster: fix double free on DisconnectAlban Crequy1-2/+7
2008-10-17Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-7/+4
2008-10-14GabbleRoster, GabbleRosterChannel: use G_PARAM_STATIC_STRINGSSimon McVittie1-7/+3
2008-10-10Add TargetID to allowed properties where it was missingWill Thompson1-0/+1
2008-09-30Every Channel Managers must now implement the GABBLE_CAPS_CHANNEL_MANAGER int...Alban Crequy1-1/+3
2008-09-25Implement EnsureChannel for Roster channels; add a testWill Thompson1-0/+13
2008-09-18Roster: include request token with new-channels if the roster has already bee...Will Thompson1-14/+28
2008-09-16Reject contact list requests containing unknown propertiesWill Thompson1-0/+25
2008-09-05Use TpChannelManager; remove GabbleChannelManagerWill Thompson1-13/+13
2008-09-05Use TpExportableChannel; remove GabbleExportableChannelWill Thompson1-7/+7
2008-09-05Requestotron: copy changes back from Salut before moving to tp-glibWill Thompson1-13/+5
2008-08-21GabbleRoster: tidy up destruction, disconnect from status-changedSimon McVittie1-24/+28
2008-08-21_gabble_roster_foreach_channel_helper: fix indentationSimon McVittie1-2/+2
2008-08-21GabbleRoster: don't be a TpChannelFactoryIfaceSimon McVittie1-97/+0
2008-08-21GabbleRoster: implement GabbleExportableChannelSimon McVittie1-20/+341
2008-07-28GabbleRoster: reduce association between this and TpChannelFactoryIfaceSimon McVittie1-5/+7
2008-07-28GabbleRoster: use status-changed signal instead of connecting, connected, dis...Simon McVittie1-69/+67
2008-07-22GabbleRoster: simplify priv accessSimon McVittie1-2/+1
2008-07-21tidy up include styleDafydd Harries1-5/+4
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-21More coding style nits re: castsSimon McVittie1-1/+1
2008-07-18enure pointer casts have a space after themDafydd Harries1-36/+36
2008-07-14rename gabble-roster-channel.h to roster-channel.hDafydd Harries1-1/+1
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2008-04-28Skip roster <item>s that contain '/' (fd.o #12791)Simon McVittie1-0/+8
2008-04-23roster: ref handles when they are put in a GroupMembershipUpdate (hopefully f...Simon McVittie1-23/+26
2008-04-23roster: amend comments for GroupMembershipUpdate/GroupsUpdateContext to indic...Simon McVittie1-2/+6
2008-04-23_gabble_roster_item_update: eliminate unnecessary temporary, old_groupsSimon McVittie1-3/+3
2008-04-23roster: misc stylistic fixesSimon McVittie1-5/+10
2008-04-23roster: Annotate GroupsUpdateContext, GroupMembershipUpdate with ownershipSimon McVittie1-0/+3
2008-03-06when blocking gtalk contacts, discard their presenceSenko Rasic1-0/+5
2008-02-22gabble_roster_handle_remove_from_group: Remove unnecessary call to tp_handle_...Simon McVittie1-3/+0
2008-02-22Remove empty statement from GABBLE_ROSTER_GET_PRIVATESimon McVittie1-1/+1
2007-11-28roster.c: always create the requested channel so the request is not lost if t...Guillaume Desmottes1-3/+3
2007-09-06Move _gabble_connection_get_cached_alias to conn-aliasing.cSimon McVittie1-0/+1
2007-08-24roster.c: don't let gtalk demote subscribe channel member to remote pendingSenko Rasic1-1/+9
2007-07-04roster.c: add types to declaration of gabble_roster_factory_iface_initDafydd Harries1-1/+2
2007-06-06merge conflicts from 0.4 google roster patchRobert McQueen1-19/+34
2007-06-05rename confusing chan/schan variables in roster to pub_chan and sub_chanRobert McQueen1-11/+5
2007-05-08roster.c: don't remove handles from subscribe/known lists if they're remote p...Senko Rasic1-4/+9
2007-05-05GabbleRoster: when creating new items, if we have any nickname info for a con...Robert McQueen1-0/+14
2007-05-11Change TpHandle cast to GPOINTER_TO_UINT to keep 64-bit gcc happySimon McVittie1-1/+1