summaryrefslogtreecommitdiff
path: root/docs/BUGS
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-12-27 03:22:46 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-12-27 03:22:46 +0000
commitd0b1978f623a3b1b9401f69142ea2e2032758c2f (patch)
treec20f14924eb6dbcdacc164309c8897716c9c7c52 /docs/BUGS
parent0607b8c2b2a0510207a73320f4532844863ec9a0 (diff)
BUILD : 1.7.6 (505) BUGS : N/A NOTES : Some documentation updated, fixed compiler errors with ptlink, and fixed a segfault with some options when set with just quotes
git-svn-id: svn://svn.anope.org/anope/trunk@505 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@359 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/BUGS')
-rw-r--r--docs/BUGS5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/BUGS b/docs/BUGS
index 898894af2..4474f2d7d 100644
--- a/docs/BUGS
+++ b/docs/BUGS
@@ -1,4 +1,4 @@
-Reported Bugs from Mantis: http://www.anope.org/bug
+Reported Bugs from Bugzilla: http://bugs.anope.org
===================================================
.- Strange Segfault on expiring nicknames. Almost arbitrary, very hard
@@ -13,3 +13,6 @@ Reported Bugs from Mantis: http://www.anope.org/bug
timed events (nick kills, database saving, etc.) until the next message
comes in from Services' uplink server.
+.- Due to the usage of execve() once we SIGHUP from the shell, we can only
+ do it once, after that execve() resets our signals.
+