Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence
Commit message (Expand)AuthorAgeFilesLines
...
* Fix debug output; print handleDan Williams2007-04-171-2/+2
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-151-1/+1
* Add activity to owner's list after sharing itDan Williams2007-04-132-5/+9
* Add some debug output when sharing activitiesDan Williams2007-04-131-0/+4
* Forgot to import loggingDan Williams2007-04-131-0/+1
* Query non-local activity properties on discoveryDan Williams2007-04-132-9/+23
* 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
* Correctly handle blank activity listDan Williams2007-04-131-4/+0
* Fix traceback when sharing activityDan Williams2007-04-131-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-132-1/+6
|\
| * implement org.laptop.Sugar.Presence.GetPreferredConnectionGuillaume Desmottes2007-04-132-1/+6
* | Asynchronize activity join/share in the PSDan Williams2007-04-133-43/+116
|/
* Asynchronize set_activity_propertiesDan Williams2007-04-121-4/+4
* Remove test activity sharing codeDan Williams2007-04-121-4/+0
* Asynchronize setting owner propertiesDan Williams2007-04-121-38/+69
* Convert print statements to logging.debugDan Williams2007-04-121-14/+20
* Randomness tweakDan Williams2007-04-121-1/+1
* Use different log file for test PS instancesDan Williams2007-04-121-6/+9
* Ignore invalid handles on avatar updatesDan Williams2007-04-121-0/+4
* Create test owner for presence serviceDan Williams2007-04-124-64/+306
* Really fix cache code this time; revert to previous code plus ensure director...Dan Williams2007-04-101-3/+10
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-101-1/+1
|\
| * Swap class order here too, to fix FC7Marco Pesenti Gritti2007-04-101-1/+1
* | Cleanup new cache codeDan Williams2007-04-101-6/+2
* | Ensure icon cache directory existsDan Williams2007-04-101-0/+1
|/
* Make contact-online handler async; print -> logging.debugDan Williams2007-04-101-42/+54
* Swap the classes order, which for some reason make it work on FC7Marco Pesenti Gritti2007-04-101-1/+1
* Fix unknown variable bugDan Williams2007-04-101-1/+2
* PS fixes; use correct type on public keys and hide invalid buddiesDan Williams2007-04-104-17/+21
* PS fixes; use correct type on public keys and hide invalid buddiesDan Williams2007-04-101-0/+26
* More new PS fixesDan Williams2007-04-092-1/+14
* Cut over to new PresenceServiceDan Williams2007-04-093-4/+14
* Cut over to new PresenceServiceDan Williams2007-04-0914-2288/+1649
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-061-5/+0
|\
| * Remove the threadframe stuff which went unused.Marco Pesenti Gritti2007-04-061-5/+0
* | PresenceService fixes; don't traceback on avahi errorsDan Williams2007-04-061-3/+20
|/
* Disable buddy icon request for trial 1Dan Williams2007-03-291-1/+2
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-091-1/+1
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-091-2/+2
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-231-3/+3
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-201-1/+1
* Validate colors; ensure that Owner's color is a stringDan Williams2006-12-191-4/+7
* Fix up service installation pathMarco Pesenti Gritti2006-12-041-1/+1
* Fix a few indentation screw upsMarco Pesenti Gritti2006-12-041-1/+1
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-045-2016/+2016
* Activate the logger before importing the ps, so that weMarco Pesenti Gritti2006-10-291-2/+2
* Add copyright headerDan Williams2006-10-291-0/+18
* Retry resolution of a buddy presence service up to 3 timesDan Williams2006-10-201-4/+27