updates
[silc.git] / CHANGES
1 Wed Jul  5 19:19:02 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
2
3         * Added into silcpkcs[ch]: silc_pkcs_public_key[_data]_set and
4           silc_pkcs_private_key[_data]_set.
5
6         * Made the password and public authentication more cleaner in
7           server's protocol.c.
8
9         * Removed historic and obsolete protocol `channel_auth' from
10           both client and server.
11
12         * Removed wrong way of sending command status messages from
13           server to client in server's command.c.  The old way violated
14           protocol specification.  
15
16           Changes to silccore/silccommand.[ch]: removed
17           silc_command_encode_status_payload -> not needed anymore,
18           changed silc_command_encode_payload_va to accept extra
19           argument on variable argument list.  The argument type must
20           now be provided to the function.  Also, added new function:
21           silc_command_encode_reply_payload_va which is same as
22           normal command_encode_payload_va except command status type
23           is provided as extra argument.
24
25 Tue Jul  4 18:26:39 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
26
27         * Added ~./silc directory handling.  The directory includes the
28           public and private keys for the client.
29
30           Added silc_client_check_silc_dir, silc_client_create_identifier
31           and silc_client_load_keys.
32
33         * Implemented SILC protocol compliant public key.  Added public
34           and private key saving to and loading from files.
35
36           Added into silcpkcs.[ch]: silc_pkcs_encode_identifier,
37           silc_pkcs_public_key_encode[_data], silc_pkcs_public_key_decode,
38           silc_pkcs_private_key_encode[_data], silc_pkcs_private_key_decode,
39           silc_pkcs_public_key_alloc, silc_pkcs_public_key_free,
40           silc_pkcs_private_key_alloc and silc_pkcs_private_key_free.
41
42           Implemented: silc_pkcs_save_[public/private]_key[_data] and
43           silc_pkcs_load_[public/private]_key.
44
45 Mon Jul  3 18:51:27 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
46
47         * Added silc_server_get_route (route.[ch]) to get connection
48           data for the fastest route for given ID.
49
50         * Implemented INVITE command on client and server.  The command
51           were re-defined in the SILC Protocol Specification and the
52           implementation now complies with the specification.
53
54         * Implemented PING command on client and server.
55
56         * Implemented NAMES command on client and server.  The server side
57           supports currently only normal server not router server yet.
58           Some changes to NAMES definition in SILC protocol specification.
59
60 Sun Jul  2 18:23:01 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
61
62         * Implemented LEAVE command on client and server.
63
64         * Previously deprecated SILC_PACKET_FORWARDED flag is now in use 
65           again.  This change was made to the protocol as well.  Server
66           should not violate the protocol specification anymore.
67
68 Fri Jun 30 14:03:26 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
69
70         * Added SOCKS4 and SOCKS5 support to SILC client.  SOCKS5
71           was tested.  SOCKS4 was not but should work anyway.