Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/activity.py
Commit message (Expand)AuthorAgeFilesLines
* Remove connection handling now that the Shell takes care of it.Tomeu Vizoso2010-08-111-4/+14
* Release 0.85.3v0.85.3Tomeu Vizoso2009-09-181-0/+2
* move ListChannels directly to the D-Bus methodGuillaume Desmottes2008-07-041-15/+12
* Add Activity.ListChannels() D-Bus method (import the patch attached to #4757)Guillaume Desmottes2008-07-021-0/+36
* #6576: Make join/share error message more informativeMorgan Collett2008-03-261-13/+26
* #4920: Harden _add_buddies to cope with no handle when calling BuddyHandleJoinedMorgan Collett2007-11-221-4/+13
* #4920: Replace % with , to not make logger cryMorgan Collett2007-11-161-1/+1
* Don't put activity sharer in 'private' property (correcting a wrong part of t...Simon McVittie2007-11-081-4/+6
* Re-implement unique-name watching so it actually makes sense (#4585, the return)Simon McVittie2007-11-051-5/+33
* Associate activity debug messages with the relevant activity (#4027)Simon McVittie2007-10-161-48/+67
* Revert to using BuddyLeft only not BuddyHandleLeft as there is no need to rep...Morgan Collett2007-10-151-36/+10
* Emit BuddyLeft not BuddyHandleLeft when we didn't track the handleMorgan Collett2007-10-151-1/+6
* Implement BuddyHandleJoined/Left which signals the handles as well as buddy o...Morgan Collett2007-10-151-23/+37
* Emit BuddyHandleJoined when BuddyJoined emitted so sugar.presence will be abl...Morgan Collett2007-10-151-0/+28
* Remove dbus from self._dbus_tubes_channel - tubes channel supports any tubes ...Morgan Collett2007-10-151-12/+13
* Add DBus tubes channel in join processMorgan Collett2007-10-151-6/+25
* Don't keep invite-only activities in the mesh view after we leave them (#3465)Simon McVittie2007-09-201-0/+15
* 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