summaryrefslogtreecommitdiff
path: root/src/roster.h
AgeCommit message (Expand)AuthorFilesLines
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