aboutsummaryrefslogtreecommitdiff
path: root/src/or/policies.c
Commit message (Collapse)AuthorAge
* r11761@Kushana: nickm | 2006-12-29 15:45:56 -0500Nick Mathewson2006-12-29
| | | | | | | Another cleanup: expand_exit_policy_aliases was totally redundant with respect to router_parse_[private_]addr_policy_private. svn:r9219
* r11755@Kushana: nickm | 2006-12-29 11:49:20 -0500Nick Mathewson2006-12-29
| | | | | | | Calculate the length of policy strings correctly again. svn:r9215
* r11737@Kushana: nickm | 2006-12-28 18:32:13 -0500Nick Mathewson2006-12-29
| | | | | | | Remove some dead code; refactor some duplicated code. svn:r9206
* Reject *:563 (NTTPS) in the default exit policy. We already rejectRoger Dingledine2006-12-18
| | | | | | | | NNTP by default, so this seems like a sensible addition. (suggested by bug 331) svn:r9149
* r11479@Kushana: nickm | 2006-12-07 23:38:54 -0500Nick Mathewson2006-12-08
| | | | | | | Refactor GETINFO into a table-driven dispatch, as suggested by arma. My brain hurts. svn:r9052
* r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400Nick Mathewson2006-10-23
| | | | | | | Let directory authorities set the BadExit flag if they like. Also, refactor directory authority code so we can believe multiple things about a single router, and do fewer linear searches. svn:r8794
* touchupsRoger Dingledine2006-10-01
| | | | svn:r8558
* r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400Nick Mathewson2006-09-21
| | | | | | | Consider non-exit servers unsuitable for RESOLVE commands. svn:r8442
* r8876@Kushana: nickm | 2006-09-21 16:58:46 -0400Nick Mathewson2006-09-21
| | | | | | | Trivial cleanup: !!x is a weird way to spell x != NULL. svn:r8441
* bugfix in exit_policy_is_general_exit() that weasel found.Roger Dingledine2006-06-13
| | | | | | | this time for sure! svn:r6617
* export the default exit policy via the control port, so controllersRoger Dingledine2006-06-13
| | | | | | | don't need to guess what it is / will be later. svn:r6615
* reintroduce the logic to exit_policy_is_general_exit() to countRoger Dingledine2006-06-13
| | | | | | | how many ports are allowd. require two ports open, not just one. svn:r6609
* Make the Exit tag in status documents actually work in head tooPeter Palfrader2006-06-12
| | | | svn:r6608
* Fix a couple of things that make GCC complain with verbose warnings on. ↵Nick Mathewson2006-04-08
| | | | | | Also, fix some whitespace. svn:r6317
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
Fix some minor bugs and memory leaks along the way. svn:r6246