Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/presenceservice.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Connect to gabble immediatly after registration or when setting a new...sucrose-0.86Simon Schampijer2010-09-221-28/+21
* Connect to gabble immediatly after registration or when setting a new jabber ...Simon Schampijer2010-09-021-21/+28
* #142: D-Bus method to restart the server_plugin.Morgan Collett2008-12-201-0/+12
* Pylint fixesMorgan Collett2008-11-041-11/+11
* add a channel type arg to the PrivateInvitation signalGuillaume Desmottes2008-06-131-4/+4
* add a want-to-connect signal to tp plugin so presenceservice.py can accept or...Guillaume Desmottes2008-02-131-0/+14
* disconnect the Salut plugin if it's connected while Gabble is already runningGuillaume Desmottes2008-02-131-1/+4
* Add SyncFriends methodDafydd Harries2007-12-101-0/+5
* Fix regression when sharing an activity (#4660)Guillaume Desmottes2007-11-121-2/+2
* Merge branch '4660'Simon McVittie2007-11-121-16/+33
|\
| * Disallow setting color property in ShareActivity properties dict, as per revi...Simon McVittie2007-11-091-6/+0
| * When calling ShareActivity(), allow private, tags, color to be set by putting...Simon McVittie2007-11-081-16/+39
* | Don't put activity sharer in 'private' property (correcting a wrong part of t...Simon McVittie2007-11-081-2/+2
|/
* Re-implement unique-name watching so it actually makes sense (#4585, the return)Simon McVittie2007-11-051-5/+8
* Revert "#4585 Watch activity unique names on D-Bus for disappearances"Simon McVittie2007-11-051-35/+12
* #4585 Watch activity unique names on D-Bus for disappearancesMorgan Collett2007-11-021-12/+35
* * #3506: LL and server plugins are mutually exclusive for trial-3Dan Williams2007-09-191-0/+9
* 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