Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Fix Buddy object's get_service_of_type() methodDan Williams2006-10-201-4/+13
* 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
* 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
* Send empty lists rather than NotFoundError exceptions where appropriate; comp...Dan Williams2006-10-062-24/+9
* Fix wrong conversion of typechecking to isinstanceDan Williams2006-10-061-1/+1
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-034-28/+28
* s/type(val) == type({})/isinstance(val, dict)John (J5) Palmieri2006-10-031-1/+1
* Expose local name collision errors (ie, somebody else registered that service)Dan Williams2006-10-021-8/+6
* Ignore local name collisions againDan Williams2006-09-291-4/+8
* Work around bug where Avahi passes back a blank service type; and don't trace...Dan Williams2006-09-271-8/+14
* Add and remove activities to/from Buddy objects at appropriate timesDan Williams2006-09-271-19/+15
* Ignore duplicate activity additionsDan Williams2006-09-271-1/+1
* Refactor current activity handling to be top-level attributes and D-Bus signa...Dan Williams2006-09-261-14/+56
* Hook up Buddy.add_activity() and Buddy.remove_activity()Dan Williams2006-09-261-0/+22
* Set icon cache earlierDan Williams2006-09-251-2/+2
* Clean up debug messagesDan Williams2006-09-251-4/+3
* Fix location of cache debug printsDan Williams2006-09-251-1/+2
* Rename function to match previous _request_buddy_icon->_get_buddy_iconDan Williams2006-09-251-1/+1