Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence/PresenceService.py
Commit message (Expand)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-807/+807
* Retry resolution of a buddy presence service up to 3 timesDan Williams2006-10-201-4/+27
* 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
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-161-3/+3
* Add GPL headersMarco Pesenti Gritti2006-10-141-0/+16
* 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-061-9/+5
* Fix wrong conversion of typechecking to isinstanceDan Williams2006-10-061-1/+1
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-031-9/+9
* 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
* Hook up Buddy.add_activity() and Buddy.remove_activity()Dan Williams2006-09-261-0/+22
* Use the buddy icon cacheDan Williams2006-09-251-2/+5
* Only print out service resolutions, not updatesDan Williams2006-09-251-5/+3
* Use asynchronous service resolution to capture service updates tooDan Williams2006-09-191-57/+65
* Fix up registered service type checking codeDan Williams2006-09-151-15/+21
* MergeDan Williams2006-09-151-29/+95
* Move the presence service out of the shellMarco Pesenti Gritti2006-09-151-0/+719