Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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-159-0/+1761