aboutsummaryrefslogtreecommitdiff
path: root/src/config
Commit message (Collapse)AuthorAge
* rename torrc to torrc.sampleRoger Dingledine2004-03-30
| | | | | | | | 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
* improve comments for server operators (maybe)Roger Dingledine2004-03-07
| | | | svn:r1241
* better explain exit policies in the torrcRoger Dingledine2004-02-28
| | | | svn:r1161
* 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
* 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
* reject 0.0.0.0/8,reject 169.254.0.0/16Roger Dingledine2003-12-14
| | | | svn:r916
* put the default exit policy in placeRoger Dingledine2003-12-13
| | | | svn:r900
* OnionRouter config option is obsoleteRoger Dingledine2003-12-03
| | | | svn:r883
* stop expecting sample-server-torrc to be thereRoger Dingledine2003-12-02
| | | | svn:r873
* merge torrc.in and sample-server-torrc.inRoger Dingledine2003-11-20
| | | | svn:r858
* remove obsolete config fileRoger Dingledine2003-10-27
| | | | svn:r681
* move default exit policy into config filesRoger Dingledine2003-10-22
| | | | svn:r654
* Update .cvsignores to exclude files generated due to recent build improvementsNick Mathewson2003-10-21
| | | | svn:r647
* APPort is now SocksPortRoger Dingledine2003-10-21
| | | | svn:r644
* remove obsolete config fileRoger Dingledine2003-10-21
| | | | svn:r641
* add an Address line to the sample server rc fileRoger Dingledine2003-10-19
| | | | svn:r633
* and in OP config filesRoger Dingledine2003-10-15
| | | | svn:r589
* less confusing comments in config filesRoger Dingledine2003-10-15
| | | | svn:r588
* - cause configure to create a tor.sh which will have directories setSteven Hazel2003-10-15
| | | | | | | | | | | | | | | | 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
* clean up the sample or rcRoger Dingledine2003-10-14
| | | | svn:r585
* and a Makefile.am for src/config/Roger Dingledine2003-10-07
| | | | svn:r545
* updated dirservers file, new config files.Roger Dingledine2003-09-30
| | | | svn:r524
* various bugfixes and updatesRoger Dingledine2003-09-25
| | | | | | | | | | | | | | | | | | | | 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
* update onion router configs for tlsRoger Dingledine2003-09-11
| | | | svn:r446
* router formats don't include op_port now eitherRoger Dingledine2003-08-27
| | | | svn:r419
* update config files to not use opportRoger Dingledine2003-05-28
| | | | svn:r300
* Get directories working.Nick Mathewson2003-05-08
| | | | | | | | | | | | | | | | | | | | 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
* cheap hack so the dirservers have a signing keyRoger Dingledine2003-05-07
| | | | svn:r275
* Refactor directories; add unit tests; add router keywordNick Mathewson2003-05-06
| | | | svn:r266
* obsolete notion of 'role' from config filesRoger Dingledine2003-03-19
| | | | svn:r210
* clean up and slightly document the config filesRoger Dingledine2003-03-16
| | | | svn:r179
* let up on the bandwidth constraintsRoger Dingledine2003-02-18
| | | | svn:r162
* Allow more connections open at onceRoger Dingledine2003-02-18
| | | | svn:r160
* commit my current tor rc versionsRoger Dingledine2003-02-14
| | | | svn:r156
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
| | | | | | | reformat parts of onion.c svn:r136
* adding town-square rc infoRoger Dingledine2002-09-28
| | | | svn:r122
* cleanupRoger Dingledine2002-09-28
| | | | | | | | | | prkey is only fetched when it's needed tor nodes who aren't dirservers now fetch directories and autoconnect to new nodes listed in the directory default role is a non-dirserver node svn:r120
* new config files, including directory serversRoger Dingledine2002-09-26
| | | | svn:r115
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
| | | | | | | | | | | | | | | | revamped the router reading section reference counting for crypto pk env's (so we can dup them) we now read and write pem pk keys from string rather than from FILE*, in anticipation of fetching directories over a socket (so now on startup we slurp in the whole file, then parse it as a string) fixed a bug in the proxy side, where you could get some circuits wedged if they showed up while the connection was being made svn:r110
* synchronize to the version i've been giving people to testRoger Dingledine2002-09-19
| | | | svn:r104
* port to actual BSDRoger Dingledine2002-09-09
| | | | | | | | | | (hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101
* an rc file for an onion proxyRoger Dingledine2002-09-04
| | | | svn:r97
* More reasonable CoinWeight, now that we can handle large pathsRoger Dingledine2002-07-22
| | | | svn:r70
* minor cleanups in config filesRoger Dingledine2002-07-19
| | | | svn:r62
* moria:9004 is now a twin to town-square:9004Roger Dingledine2002-07-19
| | | | svn:r57
* Put in a note in README to explain how to compile (I had to wadeAndrei Serjantov2002-07-16
| | | | | | | | through the cvs messages), and added my router on mosg.cl.cam.ac.uk to the list of routers. svn:r52
* new config files, some bugfixesRoger Dingledine2002-07-16
| | | | svn:r51
* Committing my working config files, so we'll all be on the same pageRoger Dingledine2002-07-02
Note that there are new keywords in these, etc. Matej, would you be interested in going through and patching routers.c, config.c, etc, so they're cleaner? svn:r19