aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine2005-11-18
| | | | | | | | | | just add the default ones directly to the trusted dirserver list. This fixes a bug where people running controllers would setconf or the equivalent, and Tor would start yelling at them about setting their own DirServer lines. svn:r5418
* and another overly common log entryRoger Dingledine2005-11-18
| | | | svn:r5417
* and another oneRoger Dingledine2005-11-17
| | | | svn:r5416
* comment out some really popular log linesRoger Dingledine2005-11-17
| | | | svn:r5415
* and now we actually do it, too.Roger Dingledine2005-11-17
| | | | svn:r5414
* what to do on a failed setconf was a bit unspecifiedRoger Dingledine2005-11-17
| | | | svn:r5413
* when you type 'getinfo' with no arguments, it doesn't give youRoger Dingledine2005-11-17
| | | | | | | | | | | | any answer at all. this is clearly a bug. the more interesting bug is whether things like setconf, getconf, and so on should return 250 OK if you give them no arguments. should we have a new "you didn't ask me anything" response code, or just leave it as is? svn:r5412
* Add some DH clarificationsNick Mathewson2005-11-17
| | | | svn:r5411
* more spec clarifications from talking to lexiRoger Dingledine2005-11-17
| | | | svn:r5410
* Remove incorrect requirement.Nick Mathewson2005-11-17
| | | | svn:r5409
* ignored cells still count for computing digests.Roger Dingledine2005-11-17
| | | | svn:r5408
* and note that older tors break the spec in that wayRoger Dingledine2005-11-17
| | | | svn:r5407
* pick a side of the fence. here's hoping.Roger Dingledine2005-11-17
| | | | svn:r5406
* we used to kill the circuit when we receive a relay command weRoger Dingledine2005-11-17
| | | | | | | | | don't recognize. now we just drop it. perhaps this will make us more forward-compatible? or perhaps it will bite us? one day we will find out. svn:r5405
* fix a bug in the spec, and add a question about correct behavior. nick?Roger Dingledine2005-11-17
| | | | svn:r5404
* help the term "OP" become obsoleteRoger Dingledine2005-11-17
| | | | svn:r5403
* clean up the tor spec somewhat, inspired by comments from lexiRoger Dingledine2005-11-17
| | | | svn:r5402
* put the socks-extensions file in the tarball tooRoger Dingledine2005-11-17
| | | | svn:r5401
* bugfix: the controller doesn't mention it's a .onion if it is.Roger Dingledine2005-11-16
| | | | svn:r5400
* Add a new config option TestSocks so people can see if theirRoger Dingledine2005-11-16
| | | | | | | | | applications are using socks4, socks4a, socks5-with-ip, or socks5-with-hostname. This way they don't have to keep mucking with tcpdump and wondering if something got cached somewhere. svn:r5399
* Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.Nick Mathewson2005-11-16
| | | | svn:r5398
* and start using the local copy of the stylesheetRoger Dingledine2005-11-15
| | | | svn:r5397
* and get it into the tarballRoger Dingledine2005-11-15
| | | | svn:r5396
* ship a copy of the stylesheet with the tor-doc-*Roger Dingledine2005-11-15
| | | | svn:r5395
* stop shipping tor-doc.html and .css in the tarballRoger Dingledine2005-11-15
| | | | | | | they're obsolete svn:r5394
* start shipping tor-doc-unix.html tor-doc-server.html in the tarballRoger Dingledine2005-11-15
| | | | svn:r5393
* Actually do not ship ↵Peter Palfrader2005-11-15
| | | | | | doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html}, they are not in the tarball svn:r5391
* New upstream version.Peter Palfrader2005-11-15
| | | | svn:r5390
* Verify that router fingerprint lines match identity keys. (We dont use them, ↵Nick Mathewson2005-11-15
| | | | | | but others might.) svn:r5389
* another case where the poor server operator doesn't need toRoger Dingledine2005-11-15
| | | | | | | hear about lexi's bugs. svn:r5388
* bump to 0.1.1.9-alpha-cvsRoger Dingledine2005-11-15
| | | | svn:r5387
* correct the timestamp on the changelogRoger Dingledine2005-11-15
| | | | svn:r5385
* Whitespace fixPeter Palfrader2005-11-15
| | | | svn:r5384
* add items to my TODOPeter Palfrader2005-11-15
| | | | svn:r5383
* Say that tor.default is a bash shell fragment nowPeter Palfrader2005-11-15
| | | | svn:r5382
* Remove the EVENT_NOEPOLL block from etc/default/tor.Peter Palfrader2005-11-15
| | | | | | | Add an ARGS block to etc/default/tor as suggested in #338425. svn:r5381
* Use bin/bash for the init script instead of bin/sh. We are using ulimit -nPeter Palfrader2005-11-15
| | | | | | | which is not POSIX (closes: #338797). svn:r5380
* Also ship doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html}Peter Palfrader2005-11-15
| | | | svn:r5379
* make it even more clear that i didn't screw up the logicRoger Dingledine2005-11-15
| | | | svn:r5378
* fix logic error: not unnamed is good.Roger Dingledine2005-11-15
| | | | svn:r5377
* Loops without an increment step can suck, even on windows.Nick Mathewson2005-11-15
| | | | svn:r5376
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
| | | | svn:r5375
* bump to 0.1.1.9-alphaRoger Dingledine2005-11-15
| | | | svn:r5374
* last pieces of 0.1.1.9-alpha changelogRoger Dingledine2005-11-15
| | | | svn:r5373
* Hm; looks like the callback business was unnecessary, since DHparams_dup() ↵Nick Mathewson2005-11-14
| | | | | | copies dh->length. svn:r5372
* Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.Nick Mathewson2005-11-14
| | | | svn:r5371
* Oops. It looks like there *was* an easy way to make openssl do what we wanted.Nick Mathewson2005-11-14
| | | | svn:r5370
* Fix number in error messageNick Mathewson2005-11-14
| | | | svn:r5369
* shorten more of the startup log messagesRoger Dingledine2005-11-14
| | | | svn:r5368
* when a stream times out, provide less (but better) explanationRoger Dingledine2005-11-14
| | | | | | | | of what happened. don't bother printing the path, since i don't know of any person who has gotten anything useful out of that. svn:r5367