aboutsummaryrefslogtreecommitdiff
path: root/src/or/policies.c
Commit message (Expand)AuthorAge
* r11832@catbus: nickm | 2007-02-16 15:31:59 -0500••• Fix 35 remaining DOCDOC comments. Yowza. svn:r9596 Nick Mathewson2007-02-16
* r11826@catbus: nickm | 2007-02-16 14:58:38 -0500••• Resolve 56 DOCDOC comments. svn:r9594 Nick Mathewson2007-02-16
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500••• Update copyright dates. svn:r9570 Nick Mathewson2007-02-12
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500••• Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch! svn:r9477 Nick Mathewson2007-02-02
* r11761@Kushana: nickm | 2006-12-29 15:45:56 -0500••• Another cleanup: expand_exit_policy_aliases was totally redundant with respect to router_parse_[private_]addr_policy_private. svn:r9219 Nick Mathewson2006-12-29
* r11755@Kushana: nickm | 2006-12-29 11:49:20 -0500••• Calculate the length of policy strings correctly again. svn:r9215 Nick Mathewson2006-12-29
* r11737@Kushana: nickm | 2006-12-28 18:32:13 -0500••• Remove some dead code; refactor some duplicated code. svn:r9206 Nick Mathewson2006-12-29
* Reject *:563 (NTTPS) in the default exit policy. We already reject•••NNTP by default, so this seems like a sensible addition. (suggested by bug 331) svn:r9149 Roger Dingledine2006-12-18
* r11479@Kushana: nickm | 2006-12-07 23:38:54 -0500••• Refactor GETINFO into a table-driven dispatch, as suggested by arma. My brain hurts. svn:r9052 Nick Mathewson2006-12-08
* r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400••• 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 Nick Mathewson2006-10-23
* touchups•••svn:r8558 Roger Dingledine2006-10-01
* r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400••• Consider non-exit servers unsuitable for RESOLVE commands. svn:r8442 Nick Mathewson2006-09-21
* r8876@Kushana: nickm | 2006-09-21 16:58:46 -0400••• Trivial cleanup: !!x is a weird way to spell x != NULL. svn:r8441 Nick Mathewson2006-09-21
* bugfix in exit_policy_is_general_exit() that weasel found.•••this time for sure! svn:r6617 Roger Dingledine2006-06-13
* export the default exit policy via the control port, so controllers•••don't need to guess what it is / will be later. svn:r6615 Roger Dingledine2006-06-13
* reintroduce the logic to exit_policy_is_general_exit() to count•••how many ports are allowd. require two ports open, not just one. svn:r6609 Roger Dingledine2006-06-13
* Make the Exit tag in status documents actually work in head too•••svn:r6608 Peter Palfrader2006-06-12
* Fix a couple of things that make GCC complain with verbose warnings on. Also...•••svn:r6317 Nick Mathewson2006-04-08
* Refactor and consolidate addr/exit policies into a new policies.c.•••Fix some minor bugs and memory leaks along the way. svn:r6246 Roger Dingledine2006-03-27