aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* go back to a single exitpolicy parameterRoger Dingledine2004-02-18
| | | | | | | | | if your exitpolicy includes " *:*" then it is final, else we append the default exit policy. (thanks weasel) svn:r1105
* allow imaps and pop3s in default exit policyRoger Dingledine2004-02-18
| | | | svn:r1104
* Get rid of the notion of a separate default default exit policy.Roger Dingledine2004-02-18
| | | | | | | | Create ExitPolicyPrepend config parameter, to customize the default exit policy. svn:r1103
* we define some big constant arrays but don't use themRoger Dingledine2004-02-18
| | | | svn:r1102
* adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine2004-02-18
| | | | | | | maybe it works now. svn:r1101
* retry streams where the connected cell hasn't arrived in 15 secondsRoger Dingledine2004-02-17
| | | | svn:r1100
* Another case of the same.Nick Mathewson2004-02-17
| | | | svn:r1099
* Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0Nick Mathewson2004-02-17
| | | | | | | | | | to mean "unknown port". But no exit policy supports (nonexistant) port 0, except accept *:*, and we had no special handling for 'unknown port'. Now we do. svn:r1098
* best_support_idx is obsoleteRoger Dingledine2004-02-17
| | | | | | | (also doesn't fix the bug) svn:r1097
* Propagate yes/no/maybe a little farther forward.Nick Mathewson2004-02-17
| | | | svn:r1096
* make braces cleaner, bug still persistsRoger Dingledine2004-02-17
| | | | svn:r1095
* install the torify.1 man page tooRoger Dingledine2004-02-17
| | | | svn:r1094
* Fix router_compare_addr_to_exit_policy, and name its return codes. The bug ↵Nick Mathewson2004-02-17
| | | | | | was: "maybe reject,accept" should be "maybe", not "accept". svn:r1093
* Let paranoid exit nodes (which default to reject) be exit nodesRoger Dingledine2004-02-17
| | | | | | | | | | | | Before we resolve the hostname, we don't know whether its IP will be accepted or rejected by the exit policy of each host. So we were only going with nodes that would certainly accept -- which was just itys and poblano. (This bug was hidden until now by the earlier port bug.) (Actual bugfix pending on Nick's next commit, hopefully.) svn:r1092
* make 'make dist' workRoger Dingledine2004-02-17
| | | | svn:r1091
* made these scripts know about config/Makefile.amSteven Hazel2004-02-17
| | | | svn:r1090
* this will cause the things in this directory to get installed properly, maybeSteven Hazel2004-02-17
| | | | svn:r1089
* prevent picking middleman nodes as the last node in the circuitRoger Dingledine2004-02-17
| | | | svn:r1088
* add jbash and weasel to the AUTHORS listRoger Dingledine2004-02-17
| | | | svn:r1087
* Update changelog: tor moved to sbin, updating init scriptPeter Palfrader2004-02-17
| | | | svn:r1086
* Mention that the package starts the OP by default and that OR can be enabled ↵Peter Palfrader2004-02-17
| | | | | | in the config svn:r1085
* sync up the rpm spec description so it matches the deb moreRoger Dingledine2004-02-17
| | | | svn:r1084
* now the deb finds the tor binary in the right placeRoger Dingledine2004-02-17
| | | | | | | (right weasel?) svn:r1083
* install the 'tor' binary to usr/sbin by defaultRoger Dingledine2004-02-17
| | | | svn:r1082
* Put back privoxy into recommends. Somehow privoxy was removed and not tsocksPeter Palfrader2004-02-17
| | | | svn:r1081
* and build the torify script on ./configureRoger Dingledine2004-02-17
| | | | svn:r1080
* torify should look in the /etc we configured it to look forRoger Dingledine2004-02-17
| | | | svn:r1079
* Add a lintian override for the INSTALL filePeter Palfrader2004-02-17
| | | | svn:r1077
* Ship with INSTALL in usr/share/doc/tor/Peter Palfrader2004-02-17
| | | | svn:r1076
* Add a README.privoxy filePeter Palfrader2004-02-17
| | | | svn:r1075
* Add initial spec file from jbash; no edits yetNick Mathewson2004-02-17
| | | | svn:r1074
* One item less in the debian/TODO filePeter Palfrader2004-02-17
| | | | svn:r1073
* And update the debian changelog for 0.0.1+0.0.2pre20-2Peter Palfrader2004-02-17
| | | | svn:r1072
* Add torify script and stuff to debianPeter Palfrader2004-02-17
| | | | svn:r1071
* include our ChangeLog file in make distRoger Dingledine2004-02-17
| | | | svn:r1070
* look for tor.sh in the right placeRoger Dingledine2004-02-17
| | | | svn:r1069
* and remove it from /Roger Dingledine2004-02-17
| | | | svn:r1068
* move the tor init script into contrib/Roger Dingledine2004-02-17
| | | | svn:r1067
* Make the filename used in the script match the one we use.Peter Palfrader2004-02-17
| | | | svn:r1066
* Naturally the debian package now depends on tsocks, not only recommends itPeter Palfrader2004-02-17
| | | | svn:r1065
* Add torifyPeter Palfrader2004-02-17
| | | | svn:r1064
* it seems that bsd people can just do ./configure now tooRoger Dingledine2004-02-17
| | | | svn:r1063
* There's a changelog now, enjoy!Peter Palfrader2004-02-17
| | | | svn:r1062
* Put something useful into the ChangeLog, like past release announcmentsPeter Palfrader2004-02-17
| | | | svn:r1061
* another hard item for the agendaRoger Dingledine2004-02-05
| | | | svn:r1060
* an agenda to be resolved (ha ha) at FCRoger Dingledine2004-02-05
| | | | svn:r1059
* start marking up the parts of the spec that need to be fixedRoger Dingledine2004-02-05
| | | | svn:r1058
* log when exit situation is hopeless.Nick Mathewson2004-02-04
| | | | svn:r1057
* chicken out and revert to previous test results.Roger Dingledine2004-02-02
| | | | | | | this is the final version. svn:r1056
* Third time--is it right now?Nick Mathewson2004-02-02
| | | | svn:r1055