Timeline


and

2016-09-10:

02:31 Ticket #2827 (document new --location/--port / --hostname / --listen options) created by warner
We need docs for the new #2773 and #2490 options.
02:15 Ticket #2773 (`tahoe create-node` should require `--location` and/or `--hostname`, ...) closed by Brian Warner <warner@…>
fixed: In [changeset:"a8899c8fc3047683ca89dbb5e4f9df0ae2d94e41/trunk"
02:11 Changeset in trunk [a8899c8] by Brian Warner <warner@…>
Merge branch '2773-listen-port' This adds several arguments to "tahoe …
01:53 Changeset in trunk [3b172895] by Brian Warner <warner@…>
create_node: simplify validation, clean up tests
01:53 Changeset in trunk [229e306e] by Brian Warner <warner@…>
test_runner: fix to use new conventions create-node needs …
01:53 Changeset in trunk [38ebdfa] by Brian Warner <warner@…>
create-node: reject --listen=tcp without --hostname=
01:52 Changeset in trunk [9a1a186] by Brian Warner <warner@…>
simplify tests: use parse_cli, assertRaises, assertFailure …
01:51 Changeset in trunk [7d3b414] by Brian Warner <warner@…>
remove leftover debug prints
00:29 Changeset in trunk [09ce796] by Brian Warner <warner@…>
fixes
00:29 Changeset in trunk [e9c1075] by Brian Warner <warner@…>
Make corrections from Daira's code review
00:10 Changeset in trunk [31dfee2] by Brian Warner <warner@…>
fix cli test create tests
00:10 Changeset in trunk [83db7e8b] by Brian Warner <warner@…>
Add create node args: listen, port, hostname, location fixes ticket: 2773
00:09 Changeset in trunk [2a44a8e8] by Brian Warner <warner@…>
setup.py: use python3-safe print() call
00:08 Ticket #2799 (make 'python setup.py {trial,test}' print the One True Way to run tests) closed by Brian Warner <warner@…>
fixed: In [changeset:"3aac5aa577c705932ad25936e0b0df272f088b72/trunk"

2016-09-09:

23:43 Changeset in trunk [3aac5aa] by Brian Warner <warner@…>
'setup.py test' prints message about tox closes ticket:2799
23:30 Ticket #2826 (CLI: allow dispatch functions to return a Deferred) closed by Brian Warner <warner@…>
fixed: In [changeset:"802cfc87fe8c9343f39e4ef80100e0d61817292a/trunk"
23:27 Changeset in trunk [ecc2080] by Brian Warner <warner@…>
Merge branch '2826-async-dispatch'
22:52 Changeset in trunk [802cfc8] by Brian Warner <warner@…>
CLI: allow dispatch functions to return Deferred In addition, CLI …
22:41 Changeset in trunk [97c29a3] by Brian Warner <warner@…>
test_runner: factor out parse_cli() helper
22:41 Changeset in trunk [7193bff] by Brian Warner <warner@…>
tests: use shared run_cli()/do_cli() A couple of test classes which …
22:40 Changeset in trunk [07e4c491] by Brian Warner <warner@…>
move run_cli() up to test/common_util.py
22:40 Changeset in trunk [442468f] by Brian Warner <warner@…>
do_cli(): split out run_cli() The main part of CLITestMixin.do_cli() …
22:40 Changeset in trunk [1877bd3] by Brian Warner <warner@…>
consolidate skip_if_cannot_represent_filename() Remove duplicate …
22:40 Changeset in trunk [d85d1ea] by Brian Warner <warner@…>
CLITestMixin: move into common.py Also move parse_options(). It was …
22:40 Changeset in trunk [45e5d5b] by Brian Warner <warner@…>
test_configutil doesn't need CLITestMixin
22:40 Changeset in trunk [720aa1a] by Brian Warner <warner@…>
unify signature of all CLI dispatch functions Now they all take a …
22:40 Changeset in trunk [57bed47] by Brian Warner <warner@…>
runner.py: remove unused arguments
22:37 Changeset in trunk [8d9afdc] by Brian Warner <warner@…>
CLI: remove 'debug trial', 'debug repl' These are obsolete. Tests are …
22:18 Ticket #2129 ("bin/tahoe debug trial" runs installed code somewhere other than ...) closed by warner
invalid: We've moved to tox as the recommended "One True Way" to run the test …
17:37 Ticket #2826 (CLI: allow dispatch functions to return a Deferred) created by warner
This will enable #2490 to run (async) Tor operations during `tahoe …

2016-09-08:

19:22 Ticket #2218 (Magic Folder on Windows: node can't be killed with Ctrl-C) closed by warner
fixed: landed in [ff82112b]
19:19 Changeset in trunk [ff82112] by Brian Warner <warner@…>
Merge pr337 from meejah:2218.fix-shutdown.0 closes …
19:18 Changeset in trunk [de8e61dd] by Brian Warner <warner@…>
it's okay if we already cancelled it
19:18 Changeset in trunk [622ae646] by Brian Warner <warner@…>
fix shutdown
19:06 Ticket #2825 (rewrite CLI commands to use treq or twisted.web, not httplib) created by warner
For various reasons, when we first wrote the CLI side of the WAPI …

2016-09-07:

02:24 Ticket #2809 (Should be an error to put in unknown config items) closed by Brian Warner <warner@…>
fixed: In [changeset:"74dc7194b6f1686fd1091ed521765efda8038cc7/trunk"
02:23 Changeset in trunk [74dc719] by Brian Warner <warner@…>
validate_config: improve tests closes ticket:2809

2016-09-06:

21:05 Changeset in trunk [2732c37] by meejah <meejah@…>
Check for unknown config options The list of valid sections + …
16:26 Ticket #2438 (implement OTF Magic Folder Objective 4) closed by daira
fixed

2016-09-04:

18:05 Ticket #2824 (allow `[connections] tcp = none` ?) created by warner
str4d remarked that you can't set up an i2p-based client without also …

2016-09-03:

22:11 Ticket #2823 ("tahoe cp FILE ALIAS:" does unnecessary directory reads) created by warner
I noticed that running tahoe cp FILE my: (where my: is an alias …
21:40 Ticket #2822 (remove redundant read from web GET of directory) created by warner
While checking out the "recent and active operations" page, I noticed …
19:09 Ticket #2821 (make "tahoe create-client --hide-ip" fail if txtorcon/txi2p are not ...) created by warner
This would speed up the interactive discovery process when a node …
19:00 Ticket #2820 (--hide-ip should turn on connections tcp=tor) created by warner
While manually testing tor-based client setup, I hit an extra step …
17:01 Changeset in trunk [00ea41e] by Brian Warner <warner@…>
Merge PR333 from str4d:anon-conf-doc-fixes
00:05 Changeset in trunk [af6cb47] by str4d <str4d@…>
Explain how to install the tor and i2p extras together
Note: See TracTimeline for information about the timeline view.