Commit Graph

5516 Commits

Author SHA1 Message Date
Roger Dingledine
2eabf190e9 make it louder when we're running an unrecommended version.
also, we need to tell them what versions *are* recommended.
i'll add that to the todo.


svn:r5859
2006-01-24 03:45:58 +00:00
Roger Dingledine
52737a5e6d dir-spec cleanups
svn:r5858
2006-01-24 00:48:42 +00:00
Nick Mathewson
75ca3e5063 Document "guard" flag. Also document subtle shift in meaning of "stable" and "fast" to mean "good for stable circs" and "good for fast circs", rather than "stable server" or "fast server".
svn:r5857
2006-01-24 00:32:36 +00:00
Nick Mathewson
9f42c9d650 Make dirservers generate a separate "guard" flag to mean, "would make a good entry guard". Make clients parse it and vote on it.
svn:r5856
2006-01-24 00:31:16 +00:00
Roger Dingledine
f1864dfff3 On systems that don't have getrlimit (like windows), we were artificially
constraining ourselves to a max of 1024 connections. Now if there is no
getrlimit, just assume that we can handle the whole 15000 connections.

The better answer is to find a getrlimit equivalent on Windows, but hey,
one step at a time.


svn:r5854
2006-01-23 23:39:13 +00:00
Peter Palfrader
5521b5de3e Print that we're raising the ulimit to stdout in the init script.
svn:r5853
2006-01-23 15:04:03 +00:00
Peter Palfrader
979c71632d * Create /var/run/tor on init script start if it does not exist already.
* Set default ulimit -n to 8k instead of 4k in /etc/default/tor.


svn:r5852
2006-01-23 14:02:03 +00:00
Roger Dingledine
1756ebdd4e Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell with unrecognized rendezvous cookie AFC097FD.
This is not anything that the server admin can deal with, so don't
complain this loudly.


svn:r5851
2006-01-23 09:26:22 +00:00
Roger Dingledine
de13ddd26f Stop complaining loudly whenever some poor client falls off
the network before we finish writing to him.


svn:r5850
2006-01-23 09:23:04 +00:00
Nick Mathewson
45757dafb7 Split PARANOIA_B into B1 and B2.
svn:r5849
2006-01-22 18:22:04 +00:00
Roger Dingledine
5100b6791f envaguen the spec
svn:r5848
2006-01-21 03:25:09 +00:00
Roger Dingledine
b9540285af remove unused code
svn:r5847
2006-01-20 20:54:42 +00:00
Nick Mathewson
fb1e654df7 Adding unittests build for windows
svn:r5846
2006-01-19 22:31:05 +00:00
Roger Dingledine
3ce484b079 even more todo items
svn:r5845
2006-01-19 18:00:15 +00:00
Roger Dingledine
f5588a08ed always more todo items to do.
svn:r5844
2006-01-19 15:26:58 +00:00
Roger Dingledine
f6084cf831 Jan 18 18:42:05.671 [debug] Encountered eof
Jan 18 18:42:05.671 [debug] Got data, not eof. Leaving on inbuf.

that's not very smart.


svn:r5843
2006-01-19 11:21:28 +00:00
Roger Dingledine
be903aa678 add some more 0.1.1.x todo items.
svn:r5842
2006-01-19 10:03:06 +00:00
Roger Dingledine
4a66f5a896 when the controller asks for a signal we don't recognize, don't
include the whitespace/newline/etc in our complaint.


svn:r5841
2006-01-19 02:21:24 +00:00
Nick Mathewson
241310bbac Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and we have not tried running without this yet". B is "this is suspicious, but the last time we tested, it was okay." C is "How could this possibly be the cause?"
svn:r5840
2006-01-17 23:08:38 +00:00
Peter Palfrader
2be4f537f7 ReachableAddresses does not depend on FascistFirewall
svn:r5839
2006-01-17 15:49:42 +00:00
Roger Dingledine
d682c84e79 attempted patch for bug 220: don't assert when we've tried all the
intro points for a hidden service and we try fetching the service
descriptor again.


svn:r5838
2006-01-17 04:16:59 +00:00
Roger Dingledine
d5acef191c add another assert to make sure we're not scribbling on the stack.
svn:r5837
2006-01-17 04:14:04 +00:00
Roger Dingledine
cca9a2f7b0 oh, and the other bits of the commit
svn:r5836
2006-01-17 04:03:23 +00:00
Roger Dingledine
21be9dc3c0 when you tried to set orport through the controller, it would
trigger an assert because you hadn't made your onion keys yet
you wanted to launch cpu workers.

now init keys first, reset uptime, and tell the user that we're
starting the reachability testing.


svn:r5835
2006-01-17 04:01:32 +00:00
Roger Dingledine
76f1b7415b try to detect an assert error earlier
svn:r5834
2006-01-17 02:31:04 +00:00
Roger Dingledine
a789e1ec38 improve the man page entry for AllowUnverifiedNodes
svn:r5833
2006-01-17 01:10:17 +00:00
Roger Dingledine
1c4822802f take AllowUnverifiedNodes out of the sample torrc
svn:r5832
2006-01-17 01:09:58 +00:00
Nick Mathewson
5268040bb5 Mark one directory change done; defer another.
svn:r5831
2006-01-16 20:54:57 +00:00
Nick Mathewson
1057516a07 Clients should not download descriptors for non-running descriptors.
svn:r5830
2006-01-16 20:52:30 +00:00
Roger Dingledine
f0d4b3d18f turn crypto hardware acceleration off by default, until we find
somebody smart who can test it for us.


svn:r5829
2006-01-16 20:08:33 +00:00
Thomas Sjögren
fc9809eb63 add links to the cvs web pages and OperationalSecurity
svn:r5828
2006-01-14 16:14:32 +00:00
Nick Mathewson
2dd566d5d5 Indirect access to the signed_descriptor field to make it easier to keep them lazily on disk.
svn:r5827
2006-01-12 18:04:17 +00:00
Roger Dingledine
1f7ee33d1c new tor bundle version
svn:r5826
2006-01-12 09:13:18 +00:00
Roger Dingledine
2c26d77bf0 bump to 0.1.1.12-alpha-cvs
svn:r5825
2006-01-12 05:08:20 +00:00
Roger Dingledine
0e51d5d274 When the controller was submitting a descriptor, we were checking to make
sure some network-status we had referred to it, and refusing it if not.
This is bad for people who want to insert descriptors that aren't part of
the current Tor network. Now we accept them, and also give a more useful
warn message if we ask a dir mirror for a given descriptor and it gives us
one we weren't expecting.


svn:r5824
2006-01-12 03:43:39 +00:00
Peter Palfrader
38d32bc466 Add another comma
svn:r5823
2006-01-12 03:01:51 +00:00
Peter Palfrader
4eb9dc7bc3 Forward port patches/02_add_debian_files_in_manpage and patches/03_tor_manpage_in_section_8.
svn:r5822
2006-01-12 02:19:40 +00:00
Peter Palfrader
fdbd0791e2 Fix bold vs. italics in the FILES sections, update date
svn:r5821
2006-01-12 02:10:25 +00:00
Peter Palfrader
20bcce490a Forward port patches/02_add_debian_files_in_manpage.
svn:r5819
2006-01-12 02:05:11 +00:00
Roger Dingledine
3c89480913 clean up the !reject/!invalid discussion
svn:r5817
2006-01-12 00:52:41 +00:00
Peter Palfrader
44cec7cecd Add !reject and !invalid
svn:r5816
2006-01-12 00:07:04 +00:00
Peter Palfrader
bd3e64377d Add a few typos to the manpage
svn:r5815
2006-01-12 00:03:30 +00:00
Roger Dingledine
a65cc2ccff you want more work? i got your more work right here.
svn:r5814
2006-01-11 23:54:01 +00:00
Roger Dingledine
8452535cea more todo items as we get closer to 0.1.1 final
svn:r5813
2006-01-11 23:27:47 +00:00
Roger Dingledine
8777272231 stop the typo virus from spreading further
svn:r5812
2006-01-11 23:22:47 +00:00
Peter Palfrader
2d964c225f Document RecommendedServerVersions and RecommendedClientVersions
svn:r5811
2006-01-11 23:21:25 +00:00
Roger Dingledine
e27bf78f7a changelog for 0.1.1.12-alpha
svn:r5810
2006-01-11 23:07:04 +00:00
Peter Palfrader
ba3fdfb8ee Prepare 0.1.1.12
svn:r5809
2006-01-11 22:50:54 +00:00
Roger Dingledine
aa070a3301 bump to 0.1.1.12-alpha
ha ha


svn:r5808
2006-01-11 22:36:32 +00:00
Roger Dingledine
54a7285e99 oh hey. we were hanging up on every tor client because he
was obsolete as soon as he started. big oops.


svn:r5807
2006-01-11 22:34:07 +00:00