Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence/Service.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a few indentation screw upsMarco Pesenti Gritti2006-12-041-1/+1
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-540/+540
* Add GPL headersMarco Pesenti Gritti2006-10-141-0/+16
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-031-17/+17
* 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
* Don't print EntryGroup messages for nowDan Williams2006-09-251-1/+2
* 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-191-24/+109
* MergeDan Williams2006-09-151-32/+87
* Move the presence service out of the shellMarco Pesenti Gritti2006-09-151-0/+433