mirror of
https://github.com/anope/anope.git
synced 2026-06-25 19:36:38 +02:00
984677b5a4
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
19 lines
754 B
Plaintext
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.
|
|
|