Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* Fix non-NM IP4 address detectionDan Williams2007-05-261-0/+3
|
* Fix syntax errorDan Williams2007-05-261-1/+1
|
* services/presence/: Pass the SessionBus around, instead of a BusName object.Simon McVittie2007-05-254-39/+52
| | | | | Delay making the BusName object until after the PS object has been exported, to guarantee race-free activation.
* services/presence/buddy: Improve docstring; remove unused property _object_idSimon McVittie2007-05-251-4/+4
|
* services/presence/buddy: Set attributes more concisely, improve docstringsSimon McVittie2007-05-251-14/+7
|
* services/presence/psutils, buddy: Track NameOwnerChanged in IP4AddressMonitorSimon McVittie2007-05-252-26/+12
| | | | | | | | This means Buddy and its subclasses no longer need to care about NameOwnerChanged at all. The old code might not have worked anyway, since it was watching for NameOwnerChanged on the session bus, but invoking NM methods on the system bus.
* services/presence/buddy: Use add_signal_receiver to connect signals.Simon McVittie2007-05-251-36/+10
| | | | | | This means we don't need to care whether the Sugar shell is actually running - if it is, we'll get its signals, and if it's not, obviously it can't send us any signals!
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-251-10/+8
|\
| * Retry connections when TP connection attempts failDan Williams2007-05-241-10/+8
| |
* |