Brian Warner
|
78d19c271c
|
rearrange service startup a bit, now Node.startService() returns a Deferred that fires when the tub is actually ready, and there is also a Node.when_tub_ready() hook. This allows get_local_addresses() to be slow and not break everything. Changed all necessary test cases to accomodate this slow startup.
|
2007-03-08 15:10:36 -07:00 |
|
Brian Warner
|
d4020fa533
|
control: add RIControlClient, fix some pyflakes warnings
|
2007-03-07 19:20:27 -07:00 |
|
Brian Warner
|
2c261ce996
|
change node startup to put all local addresses in the PBURL, including 127.0.0.1. This should facilitate testing on both connected and disconnected systems.
|
2007-03-07 18:43:17 -07:00 |
|
Brian Warner
|
3490378551
|
move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything
|
2006-12-14 03:39:50 -07:00 |
|