1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 21:06:38 +02:00
Files
anope/docs/BUGS
T
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b 984677b5a4 BUILD : 1.7.8 (578) BUGS : NOTES : Updates of documentation (BUGS, IRCD, EVENTS, MYSQL, INSTALL, MODULES, DEFCON) for one style and some smaller fixes and updates.
git-svn-id: svn://svn.anope.org/anope/trunk@578 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@428 5417fbe8-f217-4b02-8779-1006273d7864
2005-02-21 17:12:47 +00:00

19 lines
754 B
Plaintext

Reported Bugs from Bugzilla: http://bugs.anope.org/
---------------------------------------------------
.- Strange Segfault on expiring nicknames. Almost arbitrary, very hard
to reproduce.
.- Clone detection can give false warnings if a user connects and then
signs off several times in rapid succession. Clone detection also
goes off wrongly if a server links and has a number of clients from
the same hostname.
.- If there is absolutely no activity on your network, Services may delay
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.