Nick Mathewson
|
39265dd72e
In my private little universe, terminals are still 80 columns. Impose a 160-character-per-line limit; this will creep down.
|
20 years ago |
Nick Mathewson
|
95e471c9a6
Normalize whitespace
|
20 years ago |
Nick Mathewson
|
33c4445846
For some bizarre reason, MSVC does not implement GCC extensions. Who would have thought?
|
20 years ago |
Roger Dingledine
|
a438f2abcd
let the user configure a sockslistenaddress on other private IPs
|
20 years ago |
Nick Mathewson
|
d57029ffe8
Make code to handle "private" alias work when assume_action is set.
|
20 years ago |
Nick Mathewson
|
338f23114f
Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.
|
20 years ago |
Nick Mathewson
|
1b770817c0
Add private:* as an alias in configuration for policies.
|
20 years ago |
Nick Mathewson
|
898968b3ac
Warn when binding to a public address for socks. This warning needs to be improved. Also, make options_validate() only warn when an option is changed to a bad value.. (Previously, it warned when an option was bad and any option was changed.)
|
20 years ago |
Nick Mathewson
|
f031ee8246
Make clients use CREATE_FAST cells. add an option to disable this.
|
20 years ago |
Roger Dingledine
|
5c949fce51
Start obeying our firewall options more rigorously:
|
20 years ago |
Roger Dingledine
|
afb1c79879
Leave options->DirServers alone -- if the user didn't specify any,
|
20 years ago |
Roger Dingledine
|
c4aa9e7941
Add a new config option TestSocks so people can see if their
|
20 years ago |
Roger Dingledine
|
014c6bfe00
We were refusing to start if you define SocksListenAddress
|
20 years ago |
Roger Dingledine
|
c136bbe505
stop discouraging the old *BindAddress config options. we will
|
20 years ago |
Peter Palfrader
|
43c253958e
Tor26's IP has changed to 86.59.21.38
|
20 years ago |
Nick Mathewson
|
35f1b7fa26
fix minor memory leak in config
|
20 years ago |
Nick Mathewson
|
5d85560d9e
Remove last vestiges of old logging interface.
|
20 years ago |
Nick Mathewson
|
932106f54c
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general.
|
20 years ago |
Nick Mathewson
|
27fcbf87f3
Add a missing struct initializer field
|
20 years ago |
Roger Dingledine
|
fd165329b8
start calling it *ListenAddress rather than *BindAddress,
|
20 years ago |
Nick Mathewson
|
22c72bd9c5
Add ability to warn when using abbrev mechanism to deprecate option names
|
20 years ago |
Roger Dingledine
|
03dcef4c78
start the process of reducing clutter in server logs
|
20 years ago |
Nick Mathewson
|
905ef987e2
Make --hash-password not craash on exit.
|
20 years ago |
Nick Mathewson
|
9a1d204318
Avoid warning on end-of-function
|
20 years ago |
Nick Mathewson
|
fd9bfef13b
Funny. I could have sworn it compiled this morning when I checked it in.
|
20 years ago |
Nick Mathewson
|
a7ca56b537
More work towards a sane digest-based liveness testing.
|
20 years ago |
Nick Mathewson
|
2f49e058d0
Now that directory admins assure me they have adjested teir configs, it is safe to make authorities be non-versioning, non-naming by default.
|
20 years ago |
Roger Dingledine
|
0e5b6a84eb
without braces, what will hold up the code?
|
20 years ago |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
20 years ago |
Nick Mathewson
|
ba67d14d40
On sighup, if usehelpernodes changed to 1, use new circuits.
|
20 years ago |