Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/presenceservice.py
Commit message (Expand)AuthorAgeFilesLines
* Be sure buddies keys are converted to stringGuillaume Desmottes2007-09-111-1/+2
* Remove now-misleading commentSimon McVittie2007-09-101-3/+0
* Make activities private by default, completing support for invite-only activi...Simon McVittie2007-09-041-1/+1
* * Notify local processes when we change an activity name, so the meshSimon McVittie2007-08-311-1/+3
* Change signature of ActivityInvitation signal to oos (activity, buddy, message)Simon McVittie2007-08-301-6/+12
* Support mutable activity properties (name, tags, color, private).Simon McVittie2007-08-301-3/+18
* Fix a bug where buddies would appear to leave activities that are on Gabble w...Simon McVittie2007-08-301-1/+2
* Move NotFoundError to psutils; add NotJoinedError and WrongConnectionError.Simon McVittie2007-08-301-39/+20
* Undo removal of properties in _share_activityMorgan Collett2007-08-231-1/+2
* PresenceService API Change to support sharing by invitation onlyMorgan Collett2007-08-221-7/+32
* #2214: Gracefully handle blank server fieldDan Williams2007-08-011-2/+6
* Don't list the owner twice in GetBuddies. #1839Dan Winship2007-07-201-1/+1
* Get notified of the disappearance of activities the local user shares tooDan Williams2007-07-161-0/+1
* Fix buddy re-appear by actually forgetting about buddies when they go awayDan Williams2007-07-151-0/+1
* Disable support for avatars - the cache seems to give us huge performance pro...Simon McVittie2007-07-121-2/+10
* presenceservice: warn if dbus-python is too old for watch_name_owner() to wor...Simon McVittie2007-07-051-0/+5
* presenceservice: Produce a more informative warning when failing to do variou...Simon McVittie2007-06-261-1/+5
* presenceservice: fix GetPreferredConnection which was failing silentlyMorgan Collett2007-06-181-1/+1
* presenceservice: If a buddy has no key (i.e. not an XO) don't put them in _bu...Simon McVittie2007-06-121-1/+2
* Improve Salut integration so buddies show up in the shell:Simon McVittie2007-06-121-21/+30
* presenceservice: Allow "export PRESENCE_SERVICE_DEBUG=disable-gabble,disable-...Simon McVittie2007-06-121-1/+7
* presenceservice: Correct a now-misleading commentSimon McVittie2007-06-121-1/+2
* Hook up Salut to the presence serviceSimon McVittie2007-06-121-34/+31
* Batch together online/offline events. Implement a queue for initial buddy ins...Simon McVittie2007-06-121-24/+123
* Use RequestAvatars rather than RequestAvatar, for increased asynchronousnessSimon McVittie2007-06-111-2/+10
* presenceservice: fail to create Activity objects in a correct waySimon McVittie2007-06-111-0/+1
* presenceservice: cope with self._conn_matches being None, as it is initiallySimon McVittie2007-06-111-2/+3
* presenceservice: log a warning if the connection is missing one of the interf...Simon McVittie2007-06-111-0/+12
* activity, presenceservice: add more debug when joining roomsSimon McVittie2007-06-111-3/+8
* presenceservice: Only bind to D-Bus signals if the relevant interface is supp...Simon McVittie2007-06-111-17/+19
* Make PresenceService, rather than ServerPlugin, responsible for watching D-Bu...Simon McVittie2007-06-111-3/+29
* Make Buddy responsible for initial property lookup when a Tp handle is addedSimon McVittie2007-06-111-4/+5
* Move avatar handling to Buddy (with a small dispatch function in PresenceServ...Simon McVittie2007-06-111-5/+11
* Have Buddy track their own Telepathy handles and JIDsSimon McVittie2007-06-111-9/+8
* Move responsibility for tracking claimed buddy activities from ServerPlugin t...Simon McVittie2007-06-111-2/+24
* Make PresenceService responsible for tracking handle->activity mapping and ac...Simon McVittie2007-06-111-28/+90
* Make GenericOwner responsible for setting its own properties.Simon McVittie2007-06-081-5/+1
* Remove most of the distinction between joining and sharing - only the Activit...Simon McVittie2007-06-071-1/+1
* activity: get Owner object from the PS rather than as a parameterSimon McVittie2007-06-071-1/+5
* Make Activity._share signature the same as Activity.joinSimon McVittie2007-06-071-3/+4
* Pass room handle to Activity constructor if the Activity was found on the net...Simon McVittie2007-06-071-9/+7
* server_plugin: when an activity ID is emitted in a signal, include the handle...Simon McVittie2007-06-071-2/+2
* presenceservice, server_plugin: share the icon cache now it can handle multip...Simon McVittie2007-06-071-1/+5
* server_plugin: Fix setting self avatar. Make pychecker happier.Simon McVittie2007-06-071-3/+4
* Copy sugar services/presence/ to presence-service src/Simon McVittie2007-06-061-0/+517