| Commit message (Expand) | Author | Age |
* | clarify sockspolicy, exitpolicy rules•••svn:r2157
| Roger Dingledine | 2004-08-06 |
* | update the sample torrc•••svn:r2139
| Roger Dingledine | 2004-08-04 |
* | add a comment asking ORs to configure a DirPort too•••svn:r2104
| Roger Dingledine | 2004-07-22 |
* | add an example ContactInfo line to torrc.sample•••svn:r1988
| Roger Dingledine | 2004-06-29 |
* | what is this "command line" that we can allegedly write to?•••svn:r1967
| Roger Dingledine | 2004-06-13 |
* | Address can be an IP too•••svn:r1964
| Roger Dingledine | 2004-06-10 |
* | tweak on the sample torrc•••svn:r1951
| Roger Dingledine | 2004-06-06 |
* | Document new config options in torrc.sample.in•••svn:r1944
| Nick Mathewson | 2004-06-02 |
* | a few instructions for hidden services•••svn:r1914
| Roger Dingledine | 2004-05-20 |
* | having two example exitpolicy lines, when only one is allowed, was confusing•••svn:r1865
| Roger Dingledine | 2004-05-13 |
* | forward-port dirservers file•••svn:r1812
| Roger Dingledine | 2004-05-06 |
* | give us a new dirservers file•••svn:r1700
| Roger Dingledine | 2004-04-25 |
* | Update cvsignores•••svn:r1577
| Peter Palfrader | 2004-04-09 |
* | clean up torrc.sample more•••svn:r1543
| Roger Dingledine | 2004-04-08 |
* | it's HiddenServiceDir•••svn:r1457
| Roger Dingledine | 2004-04-03 |
* | no underscores in nicknames•••svn:r1454
| Roger Dingledine | 2004-04-03 |
* | Add examples for hidden services•••svn:r1453
| Nick Mathewson | 2004-04-03 |
* | rename torrc to torrc.sample•••now by default no torrc will be installed, so we'll just
use the built-in defaults (we already do this on windows)
svn:r1375
| Roger Dingledine | 2004-03-30 |
* | improve comments for server operators (maybe)•••svn:r1241
| Roger Dingledine | 2004-03-07 |
* | better explain exit policies in the torrc•••svn:r1161
| Roger Dingledine | 2004-02-28 |
* | go back to a single exitpolicy parameter•••if your exitpolicy includes " *:*" then it is final,
else we append the default exit policy.
(thanks weasel)
svn:r1105
| Roger Dingledine | 2004-02-18 |
* | Get rid of the notion of a separate default default exit policy.•••Create ExitPolicyPrepend config parameter, to customize the default
exit policy.
svn:r1103
| Roger Dingledine | 2004-02-18 |
* | reject 0.0.0.0/8,reject 169.254.0.0/16•••svn:r916
| Roger Dingledine | 2003-12-14 |
* | put the default exit policy in place•••svn:r900
| Roger Dingledine | 2003-12-13 |
* | OnionRouter config option is obsolete•••svn:r883
| Roger Dingledine | 2003-12-03 |
* | stop expecting sample-server-torrc to be there•••svn:r873
| Roger Dingledine | 2003-12-02 |
* | merge torrc.in and sample-server-torrc.in•••svn:r858
| Roger Dingledine | 2003-11-20 |
* | remove obsolete config file•••svn:r681
| Roger Dingledine | 2003-10-27 |
* | move default exit policy into config files•••svn:r654
| Roger Dingledine | 2003-10-22 |
* | Update .cvsignores to exclude files generated due to recent build improvements•••svn:r647
| Nick Mathewson | 2003-10-21 |
* | APPort is now SocksPort•••svn:r644
| Roger Dingledine | 2003-10-21 |
* | remove obsolete config file•••svn:r641
| Roger Dingledine | 2003-10-21 |
* | add an Address line to the sample server rc file•••svn:r633
| Roger Dingledine | 2003-10-19 |
* | and in OP config files•••svn:r589
| Roger Dingledine | 2003-10-15 |
* | less confusing comments in config files•••svn:r588
| Roger Dingledine | 2003-10-15 |
* | - cause configure to create a tor.sh which will have directories set••• correctly based on how configure was run
- cause tor to guess the location of torrc more intelligently
- cause cause src/config/torrc and src/conf/sample-server-torrc to be
generated with contents that are correct for the way configure was
run
- cause "make install" to put torrc, sample-server-torrc, and
dirservers somewhere intelligent
svn:r587
| Steven Hazel | 2003-10-15 |
* | clean up the sample or rc•••svn:r585
| Roger Dingledine | 2003-10-14 |
* | and a Makefile.am for src/config/•••svn:r545
| Roger Dingledine | 2003-10-07 |
* | updated dirservers file, new config files.•••svn:r524
| Roger Dingledine | 2003-09-30 |
* | various bugfixes and updates•••redo all the config files for the new format (we'll redo them again soon)
fix (another! yuck) segfault in log_fn when input is too large
tor_tls_context_new() returns -1 for error, not NULL
fix segfault in check_conn_marked() on conn's that die during tls handshake
make ORs also initialize conn from router when we're the receiving node
make non-dirserver ORs upload descriptor to every dirserver on startup
add our local address to the descriptor
add Content-Length field to POST command
revert the Content-Length search in fetch_from_buf_http() to previous code
fix segfault in memmove in fetch_from_buf_http()
raise maximum allowed headers/body size in directory.c
svn:r484
| Roger Dingledine | 2003-09-25 |
* | update onion router configs for tls•••svn:r446
| Roger Dingledine | 2003-09-11 |
* | router formats don't include op_port now either•••svn:r419
| Roger Dingledine | 2003-08-27 |
* | update config files to not use opport•••svn:r300
| Roger Dingledine | 2003-05-28 |
* | Get directories working.•••Or at least, directories get generated, signed, download, and checked, with
nobody seeming to crash.
In config/*, added 'signing-key' blocks to dirservers and routers.or, so
that everyone will know about the directories' signing keys.
In or/directory.c, refrained from using a dirserver's signing key when
no such key is known; added more debugging output.
In or/main.c, added debugging output and fixed a few logic errors.
In or/routers.c, added debugging output and prevented a segfault on
routers_resolve_directory. The interleaving of arrays and lists on
routerinfo_t is still messy, but at least it seems to work again.
svn:r278
| Nick Mathewson | 2003-05-08 |
* | cheap hack so the dirservers have a signing key•••svn:r275
| Roger Dingledine | 2003-05-07 |
* | Refactor directories; add unit tests; add router keyword•••svn:r266
| Nick Mathewson | 2003-05-06 |
* | obsolete notion of 'role' from config files•••svn:r210
| Roger Dingledine | 2003-03-19 |
* | clean up and slightly document the config files•••svn:r179
| Roger Dingledine | 2003-03-16 |
* | let up on the bandwidth constraints•••svn:r162
| Roger Dingledine | 2003-02-18 |
* | Allow more connections open at once•••svn:r160
| Roger Dingledine | 2003-02-18 |