Moved all the generic packet sending, encryption, reception,
authorPekka Riikonen <priikone@silcnet.org>
Fri, 14 Jul 2000 06:15:47 +0000 (06:15 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 14 Jul 2000 06:15:47 +0000 (06:15 +0000)
commit97e5537a794046c9f73a4ceae262c43f3df10f9b
treed5b79fcccbc25193ec220968b116d43918b8c05c
parentba8e852c5768fb19a4e7fa9074541d701809f574
Moved all the generic packet sending, encryption, reception,
decryption and processing functions to library as they were
duplicated code. Now server uses the generic routine which is
a lot cleaner. Channel message sending uses now also generic
routines instead of duplicating the packet sending for every
channel message sending function. Same was done for private
message sending as well.
apps/silcd/server.c
apps/silcd/server.h