updates
authorPekka Riikonen <priikone@silcnet.org>
Fri, 14 Jul 2000 06:07:10 +0000 (06:07 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 14 Jul 2000 06:07:10 +0000 (06:07 +0000)
CHANGES
includes/silcincludes.h

diff --git a/CHANGES b/CHANGES
index 9ccf7079b7a44e625e33f115763cc6f1ab2983e7..f9fcec412f9be07291fbc4c0208ec433af670a3b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,29 @@
+Thu Jul 13 22:10:21 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Optimized packet reception. MAC computation and checking is now
+         also more optimized.  A lot previously duplicated code is now
+         used as generic by both client and server.
+
+       * Fixed key pair generation in clientutil.c
+
+Wed Jul 12 18:28:07 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Added into lib/silccore/silcbufutil.[ch] new function;
+         silc_buffer_realloc.
+
+       * Moved generic packet sending/encryption functions to 
+         lib/silccore/silcpacket.[ch] from client and server.  Some
+         rewriting of the functions.
+
+       * Moved all generic packet reception/decryption functions to
+         lib/silccore/silcpacket.[ch] from client and server.  The
+         packet processing is now much cleaner in both client and server.
+         These were major changes in both client and server.
+
+       * Created many common functions in server to do packet sending.
+         Previously code were duplicated a lot, this has been removed
+         with these changes.
+
 Tue Jul 11 20:27:26 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Rewrote major parts of the ID cache system.  Don't know 
index 01993c60d24e1db43e39d1ba4216d4d7e3d943da..74167506f41ad0420a5d1e54269c843db2f1737a 100644 (file)
 #include "silcconfig.h"
 #include "id.h"
 #include "idcache.h"
-#include "silcpacket.h"
 #include "silctask.h"
 #include "silcschedule.h"
 #include "silcprotocol.h"
+#include "silcsockconn.h"
 #include "silccommand.h"
 #include "silcchannel.h"
-#include "silcsockconn.h"
+#include "silcpacket.h"
 
 #ifdef SILC_SIM
 /* SILC Module library includes */