updates
[silc.git] / CHANGES
1 Tue Jul 18 20:41:20 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
2
3         * Added AWAY command to client.  When away message is set and
4           client receives a private message packet the client automatically
5           replies to the sender with the away message.
6
7         * Fixed a bug in lib/silcmath/mpbin.c: silc_mp_mp2bin.  This
8           bug seemed to be the cause of recent problems when compiling
9           with gcc-2.95.
10
11         * Added version detection support to SKE protocol specification
12           and added the new changes to the SKE implementation as well.
13           There were other minor changes in the SKE protocol as well.
14
15           Many changes in lib/silcske/silcske.[ch] and in
16           lib/silcske/payload.[ch].
17
18         * Added ^U functionality, clear input line.  Patch from cras.
19
20 Mon Jul 17 23:33:26 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
21
22         * Mainly small bugfixes on core library.  Fixed some debugging
23           logging and buffer overflow in silclog.c.
24
25         * Updated config.sub and config.guess on the distribution tree.
26
27 Sat Jul 15 15:33:48 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
28
29         * Added command lagging support in server. Client may execute
30           commands now only once in two seconds.
31
32 Thu Jul 13 22:10:21 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
33
34         * Optimized packet reception. MAC computation and checking is now
35           also more optimized.  A lot previously duplicated code is now
36           used as generic by both client and server.
37
38         * Fixed key pair generation in clientutil.c
39
40 Wed Jul 12 18:28:07 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
41
42         * Added into lib/silccore/silcbufutil.[ch] new function;
43           silc_buffer_realloc.
44
45         * Moved generic packet sending/encryption functions to 
46           lib/silccore/silcpacket.[ch] from client and server.  Some
47           rewriting of the functions.
48
49         * Moved all generic packet reception/decryption functions to
50           lib/silccore/silcpacket.[ch] from client and server.  The
51           packet processing is now much cleaner in both client and server.
52           These were major changes in both client and server.
53
54         * Created many common functions in server to do packet sending.
55           Previously code were duplicated a lot, this has been removed
56           with these changes.
57
58 Tue Jul 11 20:27:26 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
59
60         * Rewrote major parts of the ID cache system.  Don't know 
61           whether it is better now or not but at least the API is more
62           cleaner now.
63
64         * Major rewrite on ID cache stuff on client because of the ID
65           cache API changes.  Added idlist.c to client.
66
67         * Also major rewrite on ID cache stuff on server as well.
68           Major rewrite of idlist.[ch]. SilcXXXList's are now named
69           SilcXXXEntry's.  We won't keep anymore idlist specific pointers
70           in hand, instead they are all put into the ID cache system now.
71           All server_idlist_* routines uses ID cache now instead of
72           traversing its own lists (those lists does not exist anymore).
73           SilcIDList though still exists.  Also, SilcXXXEntry's are
74           now pointers.
75
76 Sun Jul  9 15:19:24 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
77
78         * Finally made the SKE implementation compliant to the protocol
79           specification.  All mp integers are now binary encoded as
80           opposed being HEX encoded.
81
82         * Added lib/silcmath/mpbin.[ch].  Encoding mp intergers to and
83           from binary data.
84
85         * Added into lib/silccore/silcutil.[ch] PEM encoding/decoding
86           functions: silc_[encode/decode]_pem.  Also added function
87           silc_encode_pem_file to PEM encode with newlines ('\n') for
88           saving into a file.
89
90         * SILC public keys are now encoded either PEM or binary.  Same
91           option is for private keys as well.  By default private keys
92           are binary encoded and public keys PEM encoded.  Silly HEX
93           encoding were removed.
94
95         * Added into lib/silccrypt/silchash.[ch] silc_hash_fingerprint
96           function to create fingerprints.
97
98         * Fixed a bug in SHA1; does not change the original data anymore.
99
100         * Partly implemented INFO command on client and server side.
101           Fixed CLEAR command.  Changes to SERVER command; show current
102           server(s) when giving command without arguments.  Added
103           VERSION command to client.
104
105         * Added check to server that unregistered connections cannot
106           execute commands (unless it is specificly allowed).
107
108 Thu Jul  6 18:12:24 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
109
110         * Fixed screen refresh.
111
112         * Fixed channel joining bug from client.  On some circumstances
113           client tried to join to a channel it had already joined.
114
115         * Added public key verification process into client's protocol.c.
116           The client now verifies the public key from user and saves
117           it into ~./silc/serverkeys/ directory. 
118
119           Added into: clientutil.[ch]: silc_client_verify_server_key.
120
121         * Changed SKE protocol's silc_ske_initiator_finish function
122           to accept callback function that verifies the received public
123           key.  Removed old silc_ske_verify_public_key function.
124
125 Wed Jul  5 19:19:02 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
126
127         * Added into silcpkcs[ch]: silc_pkcs_public_key[_data]_set and
128           silc_pkcs_private_key[_data]_set.
129
130         * Made the password and public authentication more cleaner in
131           server's protocol.c.
132
133         * Removed historic and obsolete protocol `channel_auth' from
134           both client and server.
135
136         * Removed wrong way of sending command status messages from
137           server to client in server's command.c.  The old way violated
138           protocol specification.  
139
140           Changes to silccore/silccommand.[ch]: removed
141           silc_command_encode_status_payload -> not needed anymore,
142           changed silc_command_encode_payload_va to accept extra
143           argument on variable argument list.  The argument type must
144           now be provided to the function.  Also, added new function:
145           silc_command_encode_reply_payload_va which is same as
146           normal command_encode_payload_va except command status type
147           is provided as extra argument.
148
149 Tue Jul  4 18:26:39 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
150
151         * Added ~./silc directory handling.  The directory includes the
152           public and private keys for the client.
153
154           Added silc_client_check_silc_dir, silc_client_create_identifier
155           and silc_client_load_keys.
156
157         * Implemented SILC protocol compliant public key.  Added public
158           and private key saving to and loading from files.
159
160           Added into silcpkcs.[ch]: silc_pkcs_encode_identifier,
161           silc_pkcs_public_key_encode[_data], silc_pkcs_public_key_decode,
162           silc_pkcs_private_key_encode[_data], silc_pkcs_private_key_decode,
163           silc_pkcs_public_key_alloc, silc_pkcs_public_key_free,
164           silc_pkcs_private_key_alloc and silc_pkcs_private_key_free.
165
166           Implemented: silc_pkcs_save_[public/private]_key[_data] and
167           silc_pkcs_load_[public/private]_key.
168
169 Mon Jul  3 18:51:27 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
170
171         * Added silc_server_get_route (route.[ch]) to get connection
172           data for the fastest route for given ID.
173
174         * Implemented INVITE command on client and server.  The command
175           were re-defined in the SILC Protocol Specification and the
176           implementation now complies with the specification.
177
178         * Implemented PING command on client and server.
179
180         * Implemented NAMES command on client and server.  The server side
181           supports currently only normal server not router server yet.
182           Some changes to NAMES definition in SILC protocol specification.
183
184 Sun Jul  2 18:23:01 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
185
186         * Implemented LEAVE command on client and server.
187
188         * Previously deprecated SILC_PACKET_FORWARDED flag is now in use 
189           again.  This change was made to the protocol as well.  Server
190           should not violate the protocol specification anymore.
191
192 Fri Jun 30 14:03:26 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
193
194         * Added SOCKS4 and SOCKS5 support to SILC client.  SOCKS5
195           was tested.  SOCKS4 was not but should work anyway.