aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-01-31 21:54:04 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-02-08 16:45:36 +0100
commitb2b99a70c005ae4158786d0c30b35dc6db45e9b6 (patch)
tree65f159a50d1e4187f19a60fd48fc7b160c81b754 /ChangeLog
parent080e8f50f87fb7c0c099b1341173fa05c82a42e8 (diff)
downloadtor-b2b99a70c005ae4158786d0c30b35dc6db45e9b6.tar
tor-b2b99a70c005ae4158786d0c30b35dc6db45e9b6.tar.gz
Don't spam controllers with TOO_MANY_CONNECTIONS events
We implemented ratelimiting for warnings going into the logfile, but didn't rate-limit controller events. Now both log warnings and controller events are rate-limited.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 339402b92..476c217e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@ Changes in version 0.2.2.9-alpha - 2010-??-??
- Actually reject .exit hostnames when we're supposed to be rejecting
them; do not pass them on to the exit server. Bugfix on 0.2.2.7-alpha;
found and diagnosed by Scott Bennett and Downie on or-talk.
+ - Don't spam the controller with log messages when we have no file
+ descriptors available. Rate-limiting for log messages was already
+ implemented in the past.
o Code simplifications and refactoring:
- Generate our manpage and HTML documentation using Asciidoc. This