Fixed SERVER_SIGNOFF handling on server to remove the client from
authorPekka Riikonen <priikone@silcnet.org>
Sun, 12 Oct 2003 17:52:50 +0000 (17:52 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 12 Oct 2003 17:52:50 +0000 (17:52 +0000)
commitf41ad3d6e1579f777796491a4a55c2311cd520dd
treeff2442738e2ad8ce2f8ed77742ca35edb23a64cc
parent8dfb9b3a193419db2f5c43902dfebc34f6f085ae
Fixed SERVER_SIGNOFF handling on server to remove the client from
correct list.  It caused clients to remain network after
SERVER_SIGNOFF.

Added timeout callback handling to rekey protocol.  Do not
execute rekey to disabled connections.

Backup router fixes (tests continue).
apps/silcd/idlist.c
apps/silcd/packet_receive.c
apps/silcd/protocol.h
apps/silcd/server.c
apps/silcd/server_backup.c
apps/silcd/server_internal.h
apps/silcd/server_util.c