Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | show meaningful errors if avahi is missing.
* Add copyright headerDan Williams2006-10-291-0/+18
|
* Retry resolution of a buddy presence service up to 3 timesDan Williams2006-10-201-4/+27
|
* Fix Buddy object's get_service_of_type() methodDan Williams2006-10-201-4/+13
| | | | | | This call would always fail for activity services because the dbus bindings for it did not pass in the activity at all. Fix that.
* Revert to IP4 only since Avahi mixes up IP4 and IP6 when using PROTO_UNSPECDan Williams2006-10-201-3/+3
|
* Do not traceback on properties containing =Marco Pesenti Gritti2006-10-191-1/+1
|
* Let the presence service set his own pathMarco Pesenti Gritti2006-10-171-3/+9
|
* Remove the old dbus stuff, use one log file per processMarco Pesenti Gritti2006-10-161-1/+1
|
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-162-6/+6
| | | | For now start sugar with "sugar-emulator shell/sugar-shell"
* Delete unused p2p model code. Fix distcheck.Marco Pesenti Gritti2006-10-151-0/+0
|
* Add GPL headersMarco Pesenti Gritti2006-10-146-0/+80
|
* Do not set up the owner of the presence service if thereMarco Pesenti Gritti2006-10-091-3/+8
| | | | | | | is no nick name in the env. I'm not sure this is the best approach, we need to figure it out. First go at the new simulator.
*