Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix server-based registrationDan Williams2007-05-081-1/+1
* Fix retrieval of owner's object pathDan Williams2007-05-071-1/+1
* Ignore network properties for the owner when their jabber contact comes onlineDan Williams2007-05-031-0/+7
* Fix argumentsDan Williams2007-05-031-1/+1
* Add buddy ip4-address property (temporary)Dan Williams2007-05-012-15/+222
* Merge branch 'master' of git://dev.laptop.org/sugarDafydd Harries2007-04-304-53/+125
|\
| * Fix split_properties usageDan Williams2007-04-301-4/+6
| * Fix up activity property handlingDan Williams2007-04-301-38/+94
| * Make test buddy attribute randomization optionalDan Williams2007-04-293-15/+29
* | don't return unused value from D-Bus signal callbackDafydd Harries2007-04-301-3/+0
|/
* Fix.Tomeu Vizoso2007-04-271-2/+2
* Use hashlib on python 2.5Dan Williams2007-04-261-2/+10
* Fix for using with python 2.4.Tomeu Vizoso2007-04-261-4/+4
* Let PresenceService._buddy_activities_changed see all joined activities, even...Dan Williams2007-04-211-3/+3
* Join/leave activity when its validity changesDan Williams2007-04-211-0/+13
* Documentation patch from Amanda Yilmaz (services/clipboard/typeregistry.py)Mike C. Fletcher2007-04-211-0/+540
* Initial documentation for psutils and server_pluginMike's Primary Account2007-04-212-3/+149
* Initial documentation pass for activity by Amanda YilmazMike's Primary Account2007-04-201-0/+162
* Merge branch 'master' of git+ssh://mcfletch@dev.laptop.org/git/sugarMike's Primary Account2007-04-201-41/+59
|\
| * Convert more string-named properties to var-namedDan Williams2007-04-201-2/+2
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-201-0/+21
| |\
| * | Use well-defined names for properties rather than stringsDan Williams2007-04-201-39/+53
| * | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-191-4/+24
| |\ \
| * \ \ Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-183-1/+34
| |\ \ \
| * | | | Don't leak invalid propertiesDan Williams2007-04-171-3/+7
* | | | | Initial documentation pass for buddy objectsMike's Primary Account2007-04-201-9/+171
* | | | | Initial documentation of presence service overview.Mike's Primary Account2007-04-202-1/+37
| |_|_|/ |/| | |
* | | | Remove debug message.Tomeu Vizoso2007-04-191-1/+0
* | | | Recognize downloaded .xo as such.Tomeu Vizoso2007-04-191-0/+22
| |_|/ |/| |
* | | Recognize images dropped into the clipboard as such.Tomeu Vizoso2007-04-181-4/+24
| |/ |/|
* | Drag images out of mozilla.Tomeu Vizoso2007-04-173-1/+34
|/
* Make TestOwner create more realistic activities and switch between themDan Williams2007-04-172-21/+85
* Ignore unknown handlesDan Williams2007-04-171-1/+4
* Show which buddy properties were updatedDan Williams2007-04-171-3/+3
* Work around server not figuring out conference server addressDan Williams2007-04-171-1/+3
* Always set key; new buddy properties replace old onesDan Williams2007-04-171-4/+3
* Fix debug output; print handleDan Williams2007-04-171-2/+2
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-154-4/+4
* 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
|/