1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 23:06:02 +00:00

Changed handling of timeouts for unregistered connections: don't reset

the counter if data is received and disconnect clients earlier.
This commit is contained in:
Alexander Barton
2005-08-27 23:33:10 +00:00
parent 12e288c062
commit e728bd2e1a
2 changed files with 28 additions and 12 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd CVSHEAD
- Changed handling of timeouts for unregistered connections: don't reset
the counter if data is received and disconnect clients earlier.
- Fixed a format string bug in "connection statistics" messages to clients.
- Removed unnecessary #define of "LOCAL", now use plain C "static" instead.
- Channel topics are no longer limited to 127 characters: now the only limit
@@ -632,4 +634,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.288 2005/08/27 22:59:06 alex Exp $
$Id: ChangeLog,v 1.289 2005/08/27 23:33:10 alex Exp $