Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/activity.py
Commit message (Expand)AuthorAgeFilesLines
* Actually emit NewChannel for activities when the text channel is createdSimon McVittie2007-07-251-0/+1
* Fix Activity.GetChannels() - avoid trying to include the text channel object-...Simon McVittie2007-07-251-2/+4
* Merge http://people.freedesktop.org/~smcv/git/presence-serviceMorgan Collett2007-07-091-0/+9
|\
| * buddy, activity: cope with missing interfaces gracefullySimon McVittie2007-07-051-0/+9
* | Remove buddy anyway on leaving, works at least partiallyMorgan Collett2007-07-091-0/+4
* | Implement leaving a shared activityMorgan Collett2007-07-031-6/+63
|/
* activity: Don't try to send "custom properties" to the CM.Simon McVittie2007-06-261-4/+0
* activity: Don't set properties if the CM doesn't support it (Salut doesn't).Simon McVittie2007-06-261-5/+8
* activity: Add more debug messages; correctly generate BuddyLeft, not BuddyJoi...Simon McVittie2007-06-261-3/+12
* activity, presenceservice: add more debug when joining roomsSimon McVittie2007-06-111-1/+6
* activity: Have a share/join attempt call the callback with no parameter.Simon McVittie2007-06-111-6/+6
* Make PresenceService responsible for tracking handle->activity mapping and ac...Simon McVittie2007-06-111-2/+10
* activity: Don't leak signal matchesSimon McVittie2007-06-111-5/+19
* Make GenericOwner responsible for setting its own activity/current-activitySimon McVittie2007-06-081-1/+1
* server_plugin, activity: Move remaining activity-joining mechanics from serve...Simon McVittie2007-06-081-6/+26
* activity, server_plugin: Inline ServerPlugin.set_activity_properties() into A...Simon McVittie2007-06-081-1/+16
* activity, server_plugin: inline ServerPlugin.update_activity_properties() int...Simon McVittie2007-06-071-1/+10
* activity: don't pass desired activity properties around as a parameter - not ...Simon McVittie2007-06-071-10/+9
* activity: don't pass tp around as a parameter, we have it as an attributeSimon McVittie2007-06-071-9/+9
* activity, server_plugin: drop redundant information from join callbackSimon McVittie2007-06-071-3/+1
* activity: avoid using self.props internally where we can just access the unde...Simon McVittie2007-06-071-14/+14
* activity: Avoid passing around callback params that we already have as attrib...Simon McVittie2007-06-071-12/+9
* activity, server_plugin: move responsibility for creating Channel and setting...Simon McVittie2007-06-071-1/+18
* activity, server_plugin: move responsibility for actually setting room proper...Simon McVittie2007-06-071-3/+27
* activity, server_plugin: simplify successful join handlingSimon McVittie2007-06-071-0/+2
* activity, server_plugin: separate success and error callbacks for joinSimon McVittie2007-06-071-7/+15
* activity: upgrade check for correct activity ID to an assertionSimon McVittie2007-06-071-3/+1
* activity, server_plugin: communicate activity join result via a callback rath...Simon McVittie2007-06-071-12/+25
* Remove most of the distinction between joining and sharing - only the Activit...Simon McVittie2007-06-071-19/+5
* activity: get Owner object from the PS rather than as a parameterSimon McVittie2007-06-071-4/+2
* activity: Use the same code path for sharing and joining activitiesSimon McVittie2007-06-071-30/+17
* Make Activity._share signature the same as Activity.joinSimon McVittie2007-06-071-1/+1
* activity: Save room handle when successfully or unsuccessfully shared or joinedSimon McVittie2007-06-071-0/+4
* Pass room handle to Activity constructor if the Activity was found on the net...Simon McVittie2007-06-071-1/+5
* server_plugin: when an activity ID is emitted in a signal, include the handle...Simon McVittie2007-06-071-2/+4
* activity: Fix group flags tracking. Make pychecker happy by renaming type to ...Simon McVittie2007-06-071-5/+6
* Copy sugar services/presence/ to presence-service src/Simon McVittie2007-06-061-0/+715