Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | go back to a single exitpolicy parameter | Roger Dingledine | 2004-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 policy | Roger Dingledine | 2004-02-18 |
| | | | | svn:r1104 | ||
* | Get rid of the notion of a separate default default exit policy. | Roger Dingledine | 2004-02-18 |
| | | | | | | | | Create ExitPolicyPrepend config parameter, to customize the default exit policy. svn:r1103 | ||
* | we define some big constant arrays but don't use them | Roger Dingledine | 2004-02-18 |
| | | | | svn:r1102 | ||
* | adding the reattach-after-timeout feature wasn't so easy after all. | Roger Dingledine | 2004-02-18 |
| | | | | | | | maybe it works now. svn:r1101 | ||
* | retry streams where the connected cell hasn't arrived in 15 seconds | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1100 | ||
* | Another case of the same. | Nick Mathewson | 2004-02-17 |
| | | | | svn:r1099 | ||
* | Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0 | Nick Mathewson | 2004-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 obsolete | Roger Dingledine | 2004-02-17 |
| | | | | | | | (also doesn't fix the bug) svn:r1097 | ||
* | Propagate yes/no/maybe a little farther forward. | Nick Mathewson | 2004-02-17 |
| | | | | svn:r1096 | ||
* | make braces cleaner, bug still persists | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1095 | ||
* | install the torify.1 man page too | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1094 | ||
* | Fix router_compare_addr_to_exit_policy, and name its return codes. The bug ↵ | Nick Mathewson | 2004-02-17 |
| | | | | | | was: "maybe reject,accept" should be "maybe", not "accept". svn:r1093 | ||
* | Let paranoid exit nodes (which default to reject) be exit nodes | Roger Dingledine | 2004-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' work | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1091 | ||
* | made these scripts know about config/Makefile.am | Steven Hazel | 2004-02-17 |
| | | | | svn:r1090 | ||
* | this will cause the things in this directory to get installed properly, maybe | Steven Hazel | 2004-02-17 |
| | | | | svn:r1089 | ||
* | prevent picking middleman nodes as the last node in the circuit | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1088 | ||
* | add jbash and weasel to the AUTHORS list | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1087 | ||
* | Update changelog: tor moved to sbin, updating init script | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1086 | ||
* | Mention that the package starts the OP by default and that OR can be enabled ↵ | Peter Palfrader | 2004-02-17 |
| | | | | | | in the config svn:r1085 | ||
* | sync up the rpm spec description so it matches the deb more | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1084 | ||
* | now the deb finds the tor binary in the right place | Roger Dingledine | 2004-02-17 |
| | | | | | | | (right weasel?) svn:r1083 | ||
* | install the 'tor' binary to usr/sbin by default | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1082 | ||
* | Put back privoxy into recommends. Somehow privoxy was removed and not tsocks | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1081 | ||
* | and build the torify script on ./configure | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1080 | ||
* | torify should look in the /etc we configured it to look for | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1079 | ||
* | Add a lintian override for the INSTALL file | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1077 | ||
* | Ship with INSTALL in usr/share/doc/tor/ | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1076 | ||
* | Add a README.privoxy file | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1075 | ||
* | Add initial spec file from jbash; no edits yet | Nick Mathewson | 2004-02-17 |
| | | | | svn:r1074 | ||
* | One item less in the debian/TODO file | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1073 | ||
* | And update the debian changelog for 0.0.1+0.0.2pre20-2 | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1072 | ||
* | Add torify script and stuff to debian | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1071 | ||
* | include our ChangeLog file in make dist | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1070 | ||
* | look for tor.sh in the right place | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1069 | ||
* | and remove it from / | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1068 | ||
* | move the tor init script into contrib/ | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1067 | ||
* | Make the filename used in the script match the one we use. | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1066 | ||
* | Naturally the debian package now depends on tsocks, not only recommends it | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1065 | ||
* | Add torify | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1064 | ||
* | it seems that bsd people can just do ./configure now too | Roger Dingledine | 2004-02-17 |
| | | | | svn:r1063 | ||
* | There's a changelog now, enjoy! | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1062 | ||
* | Put something useful into the ChangeLog, like past release announcments | Peter Palfrader | 2004-02-17 |
| | | | | svn:r1061 | ||
* | another hard item for the agenda | Roger Dingledine | 2004-02-05 |
| | | | | svn:r1060 | ||
* | an agenda to be resolved (ha ha) at FC | Roger Dingledine | 2004-02-05 |
| | | | | svn:r1059 | ||
* | start marking up the parts of the spec that need to be fixed | Roger Dingledine | 2004-02-05 |
| | | | | svn:r1058 | ||
* | log when exit situation is hopeless. | Nick Mathewson | 2004-02-04 |
| | | | | svn:r1057 | ||
* | chicken out and revert to previous test results. | Roger Dingledine | 2004-02-02 |
| | | | | | | | this is the final version. svn:r1056 | ||
* | Third time--is it right now? | Nick Mathewson | 2004-02-02 |
| | | | | svn:r1055 |