Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence
Commit message (Expand)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
* 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
* Use the buddy icon cacheDan Williams2006-09-252-11/+27
* Add a buddy icon cacheDan Williams2006-09-252-2/+64
* Don't print EntryGroup messages for nowDan Williams2006-09-251-1/+2
* Only print out service resolutions, not updatesDan Williams2006-09-251-5/+3
* Ensure owner validity before usingDan Williams2006-09-251-1/+1
* Add a 'Disappeared' signal on the buddy objectDan Williams2006-09-221-0/+6
* Don't hardcode property key names; protect against spurious _presence_olpc se...Dan Williams2006-09-221-4/+45
* Make Service a GObject subclass, and add a property-changed signalDan Williams2006-09-221-7/+17
* Use asynchronous service resolution to capture service updates tooDan Williams2006-09-192-81/+174
* Fix up registered service type checking codeDan Williams2006-09-151-15/+21
* MergeDan Williams2006-09-152-61/+182
* Move the presence service out of the shellMarco Pesenti Gritti2006-09-158-0/+1760