Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Expand)AuthorAgeFilesLines
...
| * Do not assign {} to properties, if you do apparentlyMarco Pesenti Gritti2006-06-191-1/+1
* | Ensure properties arguments are local encoding (for now), and tell the python...Dan Williams2006-06-191-1/+14
* | Ensure properties arguments are local encoding (for now)Dan Williams2006-06-191-5/+15
|/
* Improve some debug outputMarco Pesenti Gritti2006-06-192-4/+2
* Make the presence service resolve all shared activity services by default; it...Dan Williams2006-06-192-52/+63
* Ensure that deserialized Service arguments are not in Unicode (for the moment...Dan Williams2006-06-191-2/+12
* Get chat back to work. Well except it get very confusedMarco Pesenti Gritti2006-06-181-1/+1
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-181-0/+1
|\
| * Some work to make group chat work againMarco Pesenti Gritti2006-06-181-0/+1
* | Add serialize/deserialize functions for Service objectsDan Williams2006-06-181-0/+32
|/
* Empty addresses are valid, meaning the buddy own address.Marco Pesenti Gritti2006-06-183-7/+20
* Setup python logging and use it in the PresenceServiceMarco Pesenti Gritti2006-06-171-14/+10
* Add presence service-scope signals when new services appear on buddies, so th...Dan Williams2006-06-171-1/+9
* More fixes, not-presence worksMarco Pesenti Gritti2006-06-171-0/+1
* Validate service type and check for uid-based services firstDan Williams2006-06-171-3/+8
* don't try to resolve a service more than onceDan Williams2006-06-171-9/+19
* Add back the new-service-adv signal for the start pageDan Williams2006-06-171-1/+6
* Fix typos in PresenceServiceDan Williams2006-06-161-5/+7
* Add hooks for filtering on specific application UIDsDan Williams2006-06-161-4/+30
* A pass at fixing single-computer with more than one sugar instance workDan Williams2006-06-161-1/+3
* Remove debug printsDan Williams2006-06-162-5/+0
* - Clarify when a service type is supposed to be full/network, and when it's s...Dan Williams2006-06-162-74/+101
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-161-1/+0
|\
| * Monitor service addition and update buddy listMarco Pesenti Gritti2006-06-161-1/+0
* | mergeDan Williams2006-06-161-8/+18
|/
* Register the model service and start working onMarco Pesenti Gritti2006-06-161-0/+9
* Remove unused functionDan Williams2006-06-161-22/+0
* Fix the problem with service resolution (Dan please have a look...)Marco Pesenti Gritti2006-06-151-2/+3
* Announce new activities when we resolve them, and add a hook to intercept new...Dan Williams2006-06-151-3/+10
* Validate options for compose_service_typeDan Williams2006-06-151-0/+4
* More fixes for sharing activitiesDan Williams2006-06-152-19/+34
* MergeMarco Pesenti Gritti2006-06-152-16/+59
* Fixed a bunch of issues reported by pylintMarco Pesenti Gritti2006-06-153-62/+16
* Generalize activity publishing code for > 1 activity per processDan Williams2006-06-152-16/+59
* Fix a bunch of outdated makefiles.Marco Pesenti Gritti2006-06-151-5/+4
* Initial start page implementationMarco Pesenti Gritti2006-06-141-0/+1
* Add makefile for presence moduleDan Williams2006-06-141-0/+7
* Switch from Groups to grouping services based on activity UIDDan Williams2006-06-143-110/+99
* Error checking on activity UIDDan Williams2006-06-131-0/+2
* Add uid argument to PresenceService.start()Dan Williams2006-06-131-1/+6
* Clean up tracking of service advertisements and conversion to Service objects.Dan Williams2006-06-132-65/+114
* Add util to generate unique ids.Marco Pesenti Gritti2006-06-131-22/+3
* Fix service disappearanceDan Williams2006-06-131-13/+19
* Forgot to add the Group.py fileDan Williams2006-06-121-0/+80
* Add module init fileDan Williams2006-06-121-0/+0
* More presence service reworkDan Williams2006-06-123-106/+280
* Main bits of presence service refactorDan Williams2006-06-093-0/+708