summaryrefslogtreecommitdiff
path: root/src/roster.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+1
2010-09-30GabbleRosterSubscription: localize into roster.cSimon McVittie1-13/+0
2010-09-30Merge remote branch 'upstream/master' into contact-list-mergeSimon McVittie1-0/+5
2010-09-28Roster: add gabble_roster_handle_sends_presence_to_us, gabble_roster_handle_g...Simon McVittie1-0/+5
2010-08-03GabbleRoster: remove more now-internal methods from headerSimon McVittie1-23/+0
2010-08-03GabbleRoster: make add_to_group, remove_from_group, set_group_members asyncSimon McVittie1-9/+0
2010-08-03gabble_roster_handle_set_blocked: return asynchronouslySimon McVittie1-2/+0
2010-08-03GabbleRoster: don't respond to RemoveContacts() until the IQ comes backSimon McVittie1-1/+0
2010-08-03GabbleRoster: be a TpBaseContactListSimon McVittie1-2/+4
2010-04-29Update roster* copyright headersWill Thompson1-2/+2
2010-04-29Move some [un]{subscribe,publish} logic to RosterWill Thompson1-0/+23
2008-07-22GabbleRoster: simplify priv accessSimon McVittie1-1/+2
2008-07-14rename gabble-types.h to types.hDafydd Harries1-1/+1
2007-04-06src/: wrap long linesSimon McVittie1-3/+6
2007-04-05Semi-automated whitespace pedantry: space before function call parentheses, w...Simon McVittie1-2/+2
2007-01-04Replace GabbleHandle with TpHandle everywhere, remove compatibility #defineSimon McVittie1-11/+11
2006-12-07roster.c, roster.h: Use _INVALID instead of _NOT_CHANGED in constant namesSimon McVittie1-1/+1
2006-12-07src/roster.c, src/roster.h: If an attempt is made to edit the same roster ite...Simon McVittie1-0/+1
2006-10-17gabble-roster-channel.c, .h, roster.c, .h: Add support for user-defined groupsSimon McVittie1-0/+8
2006-11-16cache hidden google roster items; create roster item on server when subscribi...Senko Rasic1-0/+1
2006-10-02gabble-connection.c: when SetAliases sets user's own alias, only alter the ro...Simon McVittie1-0/+1
2006-08-03allow handles to be added and removed from the block list channel to block/un...Robert McQueen1-0/+1
2006-05-30removing people from the known list should remove the from the roster1-0/+1
2006-05-29make GabbleRosterSubscription public, and change _is_subscribed to _get_subsc...1-1/+11
2006-05-25rename alias to name in roster functions1-2/+2
2006-05-24add get/set alias functions1-0/+2
2006-05-23add gabble_roster_handle_is_subscribed function1-0/+2
2006-05-06add GabbleRoster object, implementing TpChannelFactoryIface1-0/+62