3 | | New furls should instead be created as random, by omitting the {{{"introducer"}}} argument to [http://foolscap.lothar.com/docs/api/foolscap.pb.Tub-class.html#registerReference tub.registerReference] and using {{{furlFile="introducer.furl"}}} instead. Existing furls will not change because {{{introducer.furl}}} will already exist, so this is backward-compatible. |
| 3 | New furls should instead be created as random, by omitting the {{{"introducer"}}} argument to [http://foolscap.lothar.com/docs/api/foolscap.pb.Tub-class.html#registerReference tub.registerReference] and using {{{ |
| 4 | furlFile=os.path.join(self.basedir, "private", "introducer.furl") |
| 5 | }}} instead. Existing furls will not change because {{{introducer.furl}}} will already exist, so this is backward-compatible. |