]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
20 years agoChange init startup script to properly deal with tor printing stuff on startup.
Peter Palfrader [Fri, 12 Nov 2004 17:31:42 +0000 (17:31 +0000)] 
Change init startup script to properly deal with tor printing stuff on startup.

svn:r2816

20 years agoGuess this is 0.0.8+0.0.9pre5-2
Peter Palfrader [Fri, 12 Nov 2004 17:24:28 +0000 (17:24 +0000)] 
Guess this is 0.0.8+0.0.9pre5-2

svn:r2815

20 years agoRemove /usr/bin/tor-control.py from the binary package
Peter Palfrader [Fri, 12 Nov 2004 17:21:16 +0000 (17:21 +0000)] 
Remove /usr/bin/tor-control.py from the binary package

svn:r2814

20 years agoDo not patch the default torrc to include settings we really want. Instead modify...
Peter Palfrader [Fri, 12 Nov 2004 17:17:58 +0000 (17:17 +0000)] 
Do not patch the default torrc to include settings we really want.  Instead modify the compiled in default options.

svn:r2813

20 years agoFix two comments in torrc.sample.in directly in the upstream source
Peter Palfrader [Fri, 12 Nov 2004 17:04:42 +0000 (17:04 +0000)] 
Fix two comments in torrc.sample.in directly in the upstream source

svn:r2812

20 years agoPoint to /var/log/tor (the directory) instead of a single file (/var/log/tor/log...
Peter Palfrader [Fri, 12 Nov 2004 16:52:10 +0000 (16:52 +0000)] 
Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log) in the debian patch of the manpage.

svn:r2811

20 years agoMake logs readable by the system administrators (group adm)
Peter Palfrader [Fri, 12 Nov 2004 16:48:27 +0000 (16:48 +0000)] 
Make logs readable by the system administrators (group adm)

svn:r2810

20 years agoSymlink tor(8) manpage to torrc(5)
Peter Palfrader [Fri, 12 Nov 2004 16:47:21 +0000 (16:47 +0000)] 
Symlink tor(8) manpage to torrc(5)

svn:r2809

20 years agoResolve a bunch of FIXME items; mark a lot more for attention; ask for clarification...
Nick Mathewson [Fri, 12 Nov 2004 16:39:03 +0000 (16:39 +0000)] 
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some.  Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8.  Add/clean some docs.

svn:r2808

20 years agoResolve FIXME: Possible solution to note_disconnect problem; needs thought and review.
Nick Mathewson [Fri, 12 Nov 2004 05:52:19 +0000 (05:52 +0000)] 
Resolve FIXME: Possible solution to note_disconnect problem; needs thought and review.

svn:r2807

20 years agoUse autoconf to enable largefile support where necessary. Use ftello where available...
Nick Mathewson [Fri, 12 Nov 2004 05:05:41 +0000 (05:05 +0000)] 
Use autoconf to enable largefile support where necessary. Use ftello where available, since ftell can fail at 2GB.

svn:r2806

20 years agoResolve FIXMES: sometimes an error code is just an error code
Nick Mathewson [Fri, 12 Nov 2004 05:03:50 +0000 (05:03 +0000)] 
Resolve FIXMES: sometimes an error code is just an error code

svn:r2805

20 years agodfc caught a SIGXFSZ error when his debugfile reached 2GB.
Roger Dingledine [Fri, 12 Nov 2004 04:59:37 +0000 (04:59 +0000)] 
dfc caught a SIGXFSZ error when his debugfile reached 2GB.
so if they exist, catch them and ignore them.
write() will fail normally and we'll look at errno like
normal human beings.

svn:r2804

21 years agoclean torrc sample
Roger Dingledine [Fri, 12 Nov 2004 04:00:07 +0000 (04:00 +0000)] 
clean torrc sample
change log files to end in .log for logrotate to notice
mention that address doesn't need to be defined

svn:r2803

21 years agomention that Address doesn't need to be set
Roger Dingledine [Fri, 12 Nov 2004 03:30:11 +0000 (03:30 +0000)] 
mention that Address doesn't need to be set

svn:r2802

21 years agomove datadirectory to the 'general' section,
Roger Dingledine [Fri, 12 Nov 2004 03:29:03 +0000 (03:29 +0000)] 
move datadirectory to the 'general' section,
move contactinfo to the 'server' section

svn:r2801

21 years agowhen clients do --list-fingerprint, it's misleading to
Roger Dingledine [Thu, 11 Nov 2004 13:24:10 +0000 (13:24 +0000)] 
when clients do --list-fingerprint, it's misleading to
give them one, because it will never be the same again

svn:r2800

21 years agoapply patch from Andre Eisenbach: include event code with events, as required by...
Nick Mathewson [Thu, 11 Nov 2004 00:54:53 +0000 (00:54 +0000)] 
apply patch from Andre Eisenbach: include event code with events, as required by control-spec.txt

svn:r2799

21 years agoRemove XXXX009 comment telling us to do the last (circID-related) fix
Nick Mathewson [Wed, 10 Nov 2004 20:19:45 +0000 (20:19 +0000)] 
Remove XXXX009 comment telling us to do the last (circID-related) fix

svn:r2798

21 years agoResolve a FIXME: use identity comparison, not nickname comparison, to
Nick Mathewson [Wed, 10 Nov 2004 20:14:37 +0000 (20:14 +0000)] 
Resolve a FIXME: use identity comparison, not nickname comparison, to
choose circuit ID types.  This is important because our view of "the
nickname of the router on the other side of this connection" is
skewed, and depends on whether we think the other rotuer is
verified--and there's no way to know whether another router thinks you
are verified.

For backward compatibility, we notice when the other router chooses
the same circuit ID type as us (because it's running an old version),
and switch our type to be polite.

svn:r2797

21 years agoNote a pre6 item
Nick Mathewson [Wed, 10 Nov 2004 20:01:38 +0000 (20:01 +0000)] 
Note a pre6 item

svn:r2796

21 years agoWhen we think we have no bandwidth, guess that we will run for 1 day.
Nick Mathewson [Wed, 10 Nov 2004 19:32:44 +0000 (19:32 +0000)] 
When we think we have no bandwidth, guess that we will run for 1 day.

svn:r2795

21 years agoClarify a warning about /.tor
Nick Mathewson [Wed, 10 Nov 2004 14:29:18 +0000 (14:29 +0000)] 
Clarify a warning about /.tor

svn:r2794

21 years agoResolve FIXME items: make the kill-unattached-AP timeout symbolic
Nick Mathewson [Wed, 10 Nov 2004 14:28:47 +0000 (14:28 +0000)] 
Resolve FIXME items: make the kill-unattached-AP timeout symbolic

svn:r2793

21 years agoResolve FIXME items: make circuit_free_cpath_node static
Nick Mathewson [Wed, 10 Nov 2004 14:28:04 +0000 (14:28 +0000)] 
Resolve FIXME items: make circuit_free_cpath_node static

svn:r2792

21 years agoResolve FIXME items: clarify two XXXX comments for 009
Nick Mathewson [Wed, 10 Nov 2004 14:27:26 +0000 (14:27 +0000)] 
Resolve FIXME items: clarify two XXXX comments for 009

svn:r2791

21 years agoResolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug reported...
Nick Mathewson [Wed, 10 Nov 2004 14:26:34 +0000 (14:26 +0000)] 
Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug reported by Anna Shubina wrt old Netscapes)

svn:r2790

21 years agoResolve FIXME items: make expand_filename handle ~ and ~username
Nick Mathewson [Wed, 10 Nov 2004 14:23:31 +0000 (14:23 +0000)] 
Resolve FIXME items: make expand_filename handle ~ and ~username

svn:r2789

21 years agowhen you cast MAX_UINT to an int it confuses the users
Roger Dingledine [Wed, 10 Nov 2004 09:09:15 +0000 (09:09 +0000)] 
when you cast MAX_UINT to an int it confuses the users

svn:r2788

21 years agobump us to 0.0.9pre6-cvs
Roger Dingledine [Wed, 10 Nov 2004 09:02:07 +0000 (09:02 +0000)] 
bump us to 0.0.9pre6-cvs

svn:r2787

21 years agoFix a few bugs in accounting: parse bw_accounting correctly; set end time of continue... tor-0.0.9pre5
Nick Mathewson [Wed, 10 Nov 2004 04:19:53 +0000 (04:19 +0000)] 
Fix a few bugs in accounting: parse bw_accounting correctly; set end time of continued interval; record used bandwidth on state change.

svn:r2785

21 years agodon't install tor-control.py, just ship it
Roger Dingledine [Wed, 10 Nov 2004 04:06:24 +0000 (04:06 +0000)] 
don't install tor-control.py, just ship it

svn:r2784

21 years agomake nick's config patch build
Roger Dingledine [Wed, 10 Nov 2004 03:48:38 +0000 (03:48 +0000)] 
make nick's config patch build

svn:r2783

21 years agoLog at level notice of higher, not warn or higher. Thanks arma debian-version-0.0.8+0.0.9pre5-1
Peter Palfrader [Wed, 10 Nov 2004 03:46:06 +0000 (03:46 +0000)] 
Log at level notice of higher, not warn or higher.  Thanks arma

svn:r2781

21 years agoChange the description slightly, to say "don't rely on the current Tor network
Peter Palfrader [Wed, 10 Nov 2004 03:45:34 +0000 (03:45 +0000)] 
Change the description slightly, to say "don't rely on the current Tor network
if you really need strong anonymity", instead of "Tor will not provide
anonymity currently".

svn:r2780

21 years agoNo longer use --pidfile, --logfile, and --runasdaemon command line options. Set...
Peter Palfrader [Wed, 10 Nov 2004 03:42:06 +0000 (03:42 +0000)] 
No longer use --pidfile, --logfile, and --runasdaemon command line options.  Set them in the configfile instead.

svn:r2779

21 years agoValidate log options during options_validate(). Reject unrecognized log types like...
Nick Mathewson [Wed, 10 Nov 2004 03:40:30 +0000 (03:40 +0000)] 
Validate log options during options_validate().  Reject unrecognized log types like "Log notice magic-twanger".  Also, make sure User and Group stay the same, and do not crash when somebody tries to change PidFile to NULL.

svn:r2778

21 years agohack the tor.sh so it uses the new log format even on the command-line
Roger Dingledine [Wed, 10 Nov 2004 03:37:06 +0000 (03:37 +0000)] 
hack the tor.sh so it uses the new log format even on the command-line

svn:r2777

21 years agoMake sure all patches apply cleanly
Peter Palfrader [Wed, 10 Nov 2004 03:30:51 +0000 (03:30 +0000)] 
Make sure all patches apply cleanly

svn:r2776

21 years ago04_fix_test can be backed out again, it was a backport from cvs to the package
Peter Palfrader [Wed, 10 Nov 2004 03:27:52 +0000 (03:27 +0000)] 
04_fix_test can be backed out again, it was a backport from cvs to the package

svn:r2775

21 years agoPrepare for a new upstream release
Peter Palfrader [Wed, 10 Nov 2004 03:26:52 +0000 (03:26 +0000)] 
Prepare for a new upstream release

svn:r2774

21 years agomake abbreviations case-insensitive (thanks weasel)
Roger Dingledine [Wed, 10 Nov 2004 03:22:49 +0000 (03:22 +0000)] 
make abbreviations case-insensitive (thanks weasel)

svn:r2773

21 years agomake it more obvious that we have just told them their new torrc log line.
Roger Dingledine [Wed, 10 Nov 2004 03:08:03 +0000 (03:08 +0000)] 
make it more obvious that we have just told them their new torrc log line.

svn:r2772

21 years agoweaken our anonymity warning a little bit more
Roger Dingledine [Wed, 10 Nov 2004 02:58:27 +0000 (02:58 +0000)] 
weaken our anonymity warning a little bit more

svn:r2771

21 years agoship the tarball with a minimal cflags, since gcc's vary so much
Roger Dingledine [Wed, 10 Nov 2004 02:50:02 +0000 (02:50 +0000)] 
ship the tarball with a minimal cflags, since gcc's vary so much

svn:r2770

21 years agoRemvove an XXX
Nick Mathewson [Wed, 10 Nov 2004 02:02:06 +0000 (02:02 +0000)] 
Remvove an XXX

svn:r2769

21 years agoMore whitespace normalization
Nick Mathewson [Wed, 10 Nov 2004 01:20:17 +0000 (01:20 +0000)] 
More whitespace normalization

svn:r2768

21 years agofix more typos in man page
Roger Dingledine [Wed, 10 Nov 2004 01:16:50 +0000 (01:16 +0000)] 
fix more typos in man page

svn:r2767

21 years agoclarify that nodefamily is only need when the server doesn't
Roger Dingledine [Wed, 10 Nov 2004 00:36:58 +0000 (00:36 +0000)] 
clarify that nodefamily is only need when the server doesn't
use myfamily

svn:r2766

21 years agoremove extraneous variable
Roger Dingledine [Wed, 10 Nov 2004 00:19:18 +0000 (00:19 +0000)] 
remove extraneous variable

svn:r2765

21 years agoDirFetchPostPeriod is not a sub-element of AllowUnverifiedNodes
Roger Dingledine [Wed, 10 Nov 2004 00:19:04 +0000 (00:19 +0000)] 
DirFetchPostPeriod is not a sub-element of AllowUnverifiedNodes

svn:r2764

21 years agofix copyright in the license
Roger Dingledine [Wed, 10 Nov 2004 00:14:29 +0000 (00:14 +0000)] 
fix copyright in the license

svn:r2763

21 years agodon't ship with the default dirservers listed explicitly. leave them
Roger Dingledine [Wed, 10 Nov 2004 00:14:02 +0000 (00:14 +0000)] 
don't ship with the default dirservers listed explicitly. leave them
unlisted so we can change the default later.

svn:r2762

21 years agocheck off last 0.0.9pre5 todo items
Roger Dingledine [Wed, 10 Nov 2004 00:13:23 +0000 (00:13 +0000)] 
check off last 0.0.9pre5 todo items

svn:r2761

21 years agoseparate out the cflags that cause spurious warnings, so
Roger Dingledine [Wed, 10 Nov 2004 00:13:02 +0000 (00:13 +0000)] 
separate out the cflags that cause spurious warnings, so
we don't ship those in the tarball
also, bump us to 0.0.9pre5

svn:r2760

21 years agodon't check permissions on our datadirectory until we switch uid/gid
Roger Dingledine [Wed, 10 Nov 2004 00:11:37 +0000 (00:11 +0000)] 
don't check permissions on our datadirectory until we switch uid/gid

svn:r2759

21 years agoNormalize whitespace; add a "tell me about all the unnormalized whitespace" target...
Nick Mathewson [Tue, 9 Nov 2004 20:04:00 +0000 (20:04 +0000)] 
Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c

svn:r2758

21 years agoClean windows a little
Nick Mathewson [Tue, 9 Nov 2004 19:30:50 +0000 (19:30 +0000)] 
Clean windows a little

svn:r2757

21 years agoFix windows build for VC6; centralize newline-fiasco-damage-control logic
Nick Mathewson [Tue, 9 Nov 2004 19:13:08 +0000 (19:13 +0000)] 
Fix windows build for VC6; centralize newline-fiasco-damage-control logic

svn:r2756

21 years agoResolve many XXXs and all DOCDOCs
Nick Mathewson [Tue, 9 Nov 2004 18:22:17 +0000 (18:22 +0000)] 
Resolve many XXXs and all DOCDOCs

svn:r2755

21 years agoChange interface to config_trial_assign even more; have it use get_options() instead
Nick Mathewson [Tue, 9 Nov 2004 17:15:17 +0000 (17:15 +0000)] 
Change interface to config_trial_assign even more; have it use get_options() instead

svn:r2754

21 years agoAdd some documentation to routerlist
Nick Mathewson [Tue, 9 Nov 2004 17:14:15 +0000 (17:14 +0000)] 
Add some documentation to routerlist

svn:r2753

21 years agoWhen listing router status, include ourself if we are awake
Nick Mathewson [Tue, 9 Nov 2004 17:12:56 +0000 (17:12 +0000)] 
When listing router status, include ourself if we are awake

svn:r2752

21 years agomention doc/control-spec.txt in changelog
Roger Dingledine [Tue, 9 Nov 2004 11:55:16 +0000 (11:55 +0000)] 
mention doc/control-spec.txt in changelog

svn:r2751

21 years agoresolve a 64-bit warning
Roger Dingledine [Tue, 9 Nov 2004 11:36:38 +0000 (11:36 +0000)] 
resolve a 64-bit warning

svn:r2750

21 years agotweak the tor-control some more
Roger Dingledine [Tue, 9 Nov 2004 11:15:48 +0000 (11:15 +0000)] 
tweak the tor-control some more

svn:r2749

21 years agobugfix: ^c ought to work even while hibernating
Roger Dingledine [Tue, 9 Nov 2004 11:14:34 +0000 (11:14 +0000)] 
bugfix: ^c ought to work even while hibernating

svn:r2748

21 years agoonly non-authdirservers cache the dir they just fetched
Roger Dingledine [Tue, 9 Nov 2004 10:38:42 +0000 (10:38 +0000)] 
only non-authdirservers cache the dir they just fetched

svn:r2747

21 years agocontrol event logs include loglevel notice
Roger Dingledine [Tue, 9 Nov 2004 10:32:02 +0000 (10:32 +0000)] 
control event logs include loglevel notice

svn:r2746

21 years agoour tor-doc.html has never once mentioned the authoritativedirectory
Roger Dingledine [Tue, 9 Nov 2004 10:30:41 +0000 (10:30 +0000)] 
our tor-doc.html has never once mentioned the authoritativedirectory
config option. oops.

svn:r2745

21 years agoallow BandwidthRate and Burst to be abbrevs in the torrc too
Roger Dingledine [Tue, 9 Nov 2004 10:30:06 +0000 (10:30 +0000)] 
allow BandwidthRate and Burst to be abbrevs in the torrc too

svn:r2744

21 years agoraise your hand if you can spell
Roger Dingledine [Tue, 9 Nov 2004 10:21:19 +0000 (10:21 +0000)] 
raise your hand if you can spell

svn:r2743

21 years agoif you're going to ask it to use a body of length 0,
Roger Dingledine [Tue, 9 Nov 2004 10:18:41 +0000 (10:18 +0000)] 
if you're going to ask it to use a body of length 0,
don't give it a body.

svn:r2742

21 years agofix a memory-squashing bug that was causing an infinite loop
Roger Dingledine [Tue, 9 Nov 2004 10:08:42 +0000 (10:08 +0000)] 
fix a memory-squashing bug that was causing an infinite loop

svn:r2741

21 years agofix a tor-resolve bug that could not possibly have ever worked but
Roger Dingledine [Tue, 9 Nov 2004 09:27:34 +0000 (09:27 +0000)] 
fix a tor-resolve bug that could not possibly have ever worked but
python is too braindead^Wflexible to be able to tell us

svn:r2740

21 years agodraft of a 0.0.9pre5 changelog
Roger Dingledine [Tue, 9 Nov 2004 08:13:03 +0000 (08:13 +0000)] 
draft of a 0.0.9pre5 changelog

svn:r2739

21 years agomark_logs_temp() before init'ing new ones.
Roger Dingledine [Tue, 9 Nov 2004 08:01:39 +0000 (08:01 +0000)] 
mark_logs_temp() before init'ing new ones.
we were seeing double, triple, etc each time we setconf'ed.

svn:r2738

21 years agochange the interface to config_trial_assign()
Roger Dingledine [Tue, 9 Nov 2004 07:55:48 +0000 (07:55 +0000)] 
change the interface to config_trial_assign()

svn:r2737

21 years agowhen you try a new set of options, and you like them, make sure they stick
Roger Dingledine [Tue, 9 Nov 2004 07:45:24 +0000 (07:45 +0000)] 
when you try a new set of options, and you like them, make sure they stick

svn:r2736

21 years agostop wanting to split init_keys()
Roger Dingledine [Tue, 9 Nov 2004 07:29:05 +0000 (07:29 +0000)] 
stop wanting to split init_keys()

svn:r2735

21 years agoonce normalized, DataDirectory is always defined
Roger Dingledine [Tue, 9 Nov 2004 07:20:21 +0000 (07:20 +0000)] 
once normalized, DataDirectory is always defined

svn:r2734

21 years agoMake check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore).
Nick Mathewson [Tue, 9 Nov 2004 07:12:31 +0000 (07:12 +0000)] 
Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore).

svn:r2733

21 years agoStop using the wrong DataDirectory when we're validating.
Roger Dingledine [Tue, 9 Nov 2004 07:05:53 +0000 (07:05 +0000)] 
Stop using the wrong DataDirectory when we're validating.
Also validate/normalize the DataDirectory better.

svn:r2732

21 years agoSeparate is-recognized-option from get-option-value, since NULL is ambiguous and...
Nick Mathewson [Tue, 9 Nov 2004 06:40:32 +0000 (06:40 +0000)] 
Separate is-recognized-option from get-option-value, since NULL is ambiguous and returning "" misrepresents.

svn:r2731

21 years agowhen rejecting an old-style router descriptor, tell us its nickname
Roger Dingledine [Tue, 9 Nov 2004 06:37:58 +0000 (06:37 +0000)] 
when rejecting an old-style router descriptor, tell us its nickname

svn:r2730

21 years agoDuring options_dup, don't copy LINELIST_S or OBSOLETE options.
Roger Dingledine [Tue, 9 Nov 2004 06:18:17 +0000 (06:18 +0000)] 
During options_dup, don't copy LINELIST_S or OBSOLETE options.
And recognize obsolete options now in config_get_assigned_option().

svn:r2729

21 years agoEntryNodess is not the plural of EntryNodes
Roger Dingledine [Tue, 9 Nov 2004 06:09:06 +0000 (06:09 +0000)] 
EntryNodess is not the plural of EntryNodes

svn:r2728

21 years agoand another
Roger Dingledine [Tue, 9 Nov 2004 06:03:20 +0000 (06:03 +0000)] 
and another

svn:r2727

21 years agofix some dereferences
Roger Dingledine [Tue, 9 Nov 2004 05:59:22 +0000 (05:59 +0000)] 
fix some dereferences

svn:r2726

21 years agoa tor-control patch to do setconf too
Roger Dingledine [Tue, 9 Nov 2004 05:45:41 +0000 (05:45 +0000)] 
a tor-control patch to do setconf too

svn:r2725

21 years agomake datadirectory work again
Roger Dingledine [Tue, 9 Nov 2004 05:35:49 +0000 (05:35 +0000)] 
make datadirectory work again

svn:r2724

21 years agofix mistake in comments
Roger Dingledine [Tue, 9 Nov 2004 05:30:48 +0000 (05:30 +0000)] 
fix mistake in comments

svn:r2723

21 years agoNormalize DataDirectory in options_validate, making SIGHUP survivable.
Nick Mathewson [Tue, 9 Nov 2004 05:26:49 +0000 (05:26 +0000)] 
Normalize DataDirectory in options_validate, making SIGHUP survivable.

svn:r2722

21 years agoDocument accounting
Nick Mathewson [Tue, 9 Nov 2004 05:18:15 +0000 (05:18 +0000)] 
Document accounting

svn:r2721

21 years agoand another todo item for nick
Roger Dingledine [Tue, 9 Nov 2004 05:16:21 +0000 (05:16 +0000)] 
and another todo item for nick

svn:r2720

21 years ago0.0.9pre5 approaches
Roger Dingledine [Tue, 9 Nov 2004 05:12:26 +0000 (05:12 +0000)] 
0.0.9pre5 approaches

svn:r2719

21 years agomove -Wwrite-strings -Wredundant-decls to a separate CFLAGS
Roger Dingledine [Tue, 9 Nov 2004 04:50:44 +0000 (04:50 +0000)] 
move -Wwrite-strings -Wredundant-decls to a separate CFLAGS
line, since they fail on my system due to bugs in my includes

svn:r2718

21 years agoStop DataDirectory from changing; also stop using new as an identifier?
Nick Mathewson [Tue, 9 Nov 2004 04:46:24 +0000 (04:46 +0000)] 
Stop DataDirectory from changing; also stop using new as an identifier?

svn:r2717

21 years agoMake an options_act() where we do all the things a new options set
Roger Dingledine [Tue, 9 Nov 2004 04:28:18 +0000 (04:28 +0000)] 
Make an options_act() where we do all the things a new options set
needs.
Still needs more work.

svn:r2716

21 years agostop breaking the get_options() abstraction in config.c
Roger Dingledine [Tue, 9 Nov 2004 02:12:55 +0000 (02:12 +0000)] 
stop breaking the get_options() abstraction in config.c

svn:r2715