Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/activity.py
Commit message (Expand)AuthorAgeFilesLines
* presence: use RoomConfig1 to configure channel properties (#3629)Daniel Drake2012-07-031-8/+53
* Only show joined buddies on sharer side, part of OLPC#10578Simon Schampijer2011-05-311-0/+1
* Shared activity does not announce the 'buddy-left' signal OLPC #10800Simon Schampijer2011-05-231-1/+1
* Store all the buddies that have been joined in the activity metadata OLPC #10578Simon Schampijer2011-03-311-1/+5
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-13/+13
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-231-5/+10
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-231-1/+2
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-231-0/+3
* sugar.presence: Remove dead code and make clear which methonds are deprecatedTomeu Vizoso2010-08-301-8/+0
* Misc. pylint fixesTomeu Vizoso2010-08-201-1/+3
* Wrap lines with more than 80 charsTomeu Vizoso2010-08-201-7/+17
* Remove some unused importsTomeu Vizoso2010-08-201-1/+0
* Remove misleading comment, we are already listening ClosedTomeu Vizoso2010-08-201-2/+0
* Set the properties of the channel after we have joined itTomeu Vizoso2010-08-201-103/+12
* Translate handles if the channel has channel-specific handles (gabble)Tomeu Vizoso2010-08-201-48/+80
* Track the buddies inside the activityTomeu Vizoso2010-08-201-69/+64
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-201-13/+13
* Identify buddies and activities by their account and ids insteadTomeu Vizoso2010-08-201-15/+31
* Only add ourselves to a channel if we are in local_pendingTomeu Vizoso2010-08-201-5/+5
* Implement inviting buddies to a private activityTomeu Vizoso2010-08-201-8/+13
* Implement Activity.get_channels()Tomeu Vizoso2010-08-201-3/+7
* Emit the buddy-left signalTomeu Vizoso2010-08-201-0/+3
* Implement leaving an activityTomeu Vizoso2010-08-201-10/+9
* Emit the buddy-joined signalTomeu Vizoso2010-08-201-1/+19
* Refactor the logic for sharing into _ShareCommand and implementTomeu Vizoso2010-08-201-98/+370
* Replace enough of the old PS so we can share an activity instance publicallyTomeu Vizoso2010-08-201-21/+110
* Replace enough of the old PS so we can join an activity instance on the network.Tomeu Vizoso2010-08-201-112/+64
* PEP8 white space and long line fixesSascha Silbe2009-08-251-16/+18
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-14/+14
* Expose telepathy_room_handle (cassidy) #757Tomeu Vizoso2009-06-151-2/+3
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-1/+5
* Several pylint fixes.Marco Pesenti Gritti2008-08-101-3/+3
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar-toolkit...Guillaume Desmottes2008-07-141-2/+8
|\
| * #7444 Fix crash in get_joined_buddies when a buddy disappears uncleanlyMorgan Collett2008-07-101-2/+8
* | Simplify sharing code using new PS API (import the patch attached to #5079)Guillaume Desmottes2008-07-021-49/+41
|/
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+408