Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/activity.py
Commit message (Expand)AuthorAgeFilesLines
* De-restrict invitations, if Gabble supports it (fixes #3380 if Gabble support...Simon McVittie2007-09-121-0/+1
* Avoid Gabble invite-only activities disappearing from the mesh view when we j...Simon McVittie2007-09-121-1/+7
* Fix error reporting in logs by adding throw_into_callback(), a workaround for...Simon McVittie2007-09-121-18/+26
* activity.Activity: keep track of channel-specific-handle <-> Buddy mapping.Simon McVittie2007-09-111-24/+51
* Set current activity when sharing or joining an activity. Echo this change to...Simon McVittie2007-09-101-2/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceSimon McVittie2007-09-101-0/+2
|\
| * #3147: Set _PROP_CURACT for the owner when sharing an activityMorgan Collett2007-09-081-0/+2
* | Activity.NewChannel: correct misleading docstring, emit debug messageSimon McVittie2007-09-101-6/+2
* | Stop believing buddies when they say they've left a room, but we're in the ro...Simon McVittie2007-09-101-3/+0
* | activity: Further refactoring to make nearly all D-Bus calls asynchronousSimon McVittie2007-09-101-35/+48
* | activity: Refactor joining/sharing so we don't claim to have succeeded (or tr...Simon McVittie2007-09-101-91/+59
* | Raise error if we try to join a non-local activity without knowing what its r...Simon McVittie2007-09-101-4/+7
* | Fix some more commentsSimon McVittie2007-09-101-1/+2
|/
* * Notify local processes when we change an activity name, so the meshSimon McVittie2007-08-311-17/+24
* Fix typo in SetProperties(), enabling support for mutable propertiesSimon McVittie2007-08-301-1/+1
* Support mutable activity properties (name, tags, color, private).Simon McVittie2007-08-301-35/+284
* When an activity becomes valid, emit the "missing" BuddyJoined signals; when ...Simon McVittie2007-08-301-1/+11
* Move NotFoundError to psutils; add NotJoinedError and WrongConnectionError.Simon McVittie2007-08-301-0/+2
* Set the "private" activity propertyGuillaume Desmottes2007-08-281-0/+1
* PresenceService API Change to support sharing by invitation onlyMorgan Collett2007-08-221-6/+10
* Cleanup _text_channel_closed_cbMorgan Collett2007-08-101-10/+8
* Make Buddy-left async through moving code to _text_channel_closed_cbMorgan Collett2007-08-101-24/+17
* 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