Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence/presenceservice.py
Commit message (Expand)AuthorAgeFilesLines
* services/presence/: remove. Use projects/presence-service git repo insteadSimon McVittie2007-06-061-517/+0
* services/presence/presenceservice: look up buddies by key-ID if we don't know...Simon McVittie2007-05-301-0/+5
* services/presence/presenceservice: weakly reference Buddy objects in _buddiesSimon McVittie2007-05-301-18/+32
* services/presence/: Have joined Activities track membership via group interface.Simon McVittie2007-05-301-6/+49
* services/presence/: Make Activities responsible for tracking their members.Simon McVittie2007-05-291-7/+3
* services/presence/: identify Buddies by "key ID" (pubkey hash), not whole key.Simon McVittie2007-05-281-18/+30
* services/presence/: Pass the SessionBus around, instead of a BusName object.Simon McVittie2007-05-251-10/+15
* services/presence/presenceservice: check against None with 'is'Simon McVittie2007-05-241-2/+2
* services/presence/presenceservice: add some missing in_signature argumentsSimon McVittie2007-05-241-4/+8
* services/presence/presenceservice: don't use deprecated dbus.glibSimon McVittie2007-05-241-3/+2
* services/presence/: Move internal_get_activity to TestPresenceServiceSimon McVittie2007-05-241-6/+1
* services/presence/: separate test code into a separate moduleSimon McVittie2007-05-241-8/+14
* services/presence/presenceservice: fix broken syntaxSimon McVittie2007-05-241-3/+3
* services/presence/presenceservice: various cosmetic cleanupsSimon McVittie2007-05-241-29/+49
* services/presence/presenceservice: Make bytes_to_string() unnecessary by requ...Simon McVittie2007-05-241-2/+3
* services/presence/: keep track of the owner's Telepathy handlesSimon McVittie2007-05-241-0/+7
* services/presence/: move more of the handle tracking into the Buddy objectSimon McVittie2007-05-241-9/+46
* Revert "services/presence/: move more of the handle tracking into the Buddy o...Simon McVittie2007-05-241-46/+9
* Fix syntaxSimon McVittie2007-05-211-1/+1
* services/presence/: move more of the handle tracking into the Buddy objectSimon McVittie2007-05-181-9/+46
* sugar.presence.presenceservice, services/presence: Use named loggers.Simon McVittie2007-05-151-15/+18
* Log the PS getting kicked off the busDan Williams2007-05-141-6/+6
* Fix debug log statementDan Williams2007-05-141-1/+1
* Use ExportedGObject from dbus-python rather than reimplementing itSimon McVittie2007-05-111-8/+8
* Fix retrieval of owner's object pathDan Williams2007-05-071-1/+1
* Make test buddy attribute randomization optionalDan Williams2007-04-291-5/+5
* Fix.Tomeu Vizoso2007-04-271-2/+2
* Make TestOwner create more realistic activities and switch between themDan Williams2007-04-171-9/+32
* Ignore unknown handlesDan Williams2007-04-171-1/+4
* Show which buddy properties were updatedDan Williams2007-04-171-3/+3
* Add activity to owner's list after sharing itDan Williams2007-04-131-2/+5
* Remove test codeDan Williams2007-04-131-13/+0
* Clean up activity join/leave debug messagesDan Williams2007-04-131-2/+2
* Ensure local activities emit ActivityAppeared signal when sharedDan Williams2007-04-131-0/+6
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-131-0/+5
|\
| * implement org.laptop.Sugar.Presence.GetPreferredConnectionGuillaume Desmottes2007-04-131-0/+5
* | Asynchronize activity join/share in the PSDan Williams2007-04-131-14/+13
|/
* Remove test activity sharing codeDan Williams2007-04-121-4/+0
* Convert print statements to logging.debugDan Williams2007-04-121-14/+20
* Create test owner for presence serviceDan Williams2007-04-121-5/+8
* Fix unknown variable bugDan Williams2007-04-101-1/+2
* PS fixes; use correct type on public keys and hide invalid buddiesDan Williams2007-04-101-6/+12
* Cut over to new PresenceServiceDan Williams2007-04-091-0/+332