updates
[silc.git] / CHANGES
1 Tue Jul  4 18:26:39 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
2
3         * Added ~./silc directory handling.  The directory includes the
4           public and private keys for the client.
5
6           Added silc_client_check_silc_dir, silc_client_create_identifier
7           and silc_client_load_keys.
8
9         * Implemented SILC protocol compliant public key.  Added public
10           and private key saving to and loading from files.
11
12           Added into silcpkcs.[ch]: silc_pkcs_encode_identifier,
13           silc_pkcs_public_key_encode[_data], silc_pkcs_public_key_decode,
14           silc_pkcs_private_key_encode[_data], silc_pkcs_private_key_decode,
15           silc_pkcs_public_key_alloc, silc_pkcs_public_key_free,
16           silc_pkcs_private_key_alloc and silc_pkcs_private_key_free.
17
18           Implemented: silc_pkcs_save_[public/private]_key[_data] and
19           silc_pkcs_load_[public/private]_key.
20
21 Mon Jul  3 18:51:27 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
22
23         * Added silc_server_get_route (route.[ch]) to get connection
24           data for the fastest route for given ID.
25
26         * Implemented INVITE command on client and server.  The command
27           were re-defined in the SILC Protocol Specification and the
28           implementation now complies with the specification.
29
30         * Implemented PING command on client and server.
31
32         * Implemented NAMES command on client and server.  The server side
33           supports currently only normal server not router server yet.
34           Some changes to NAMES definition is SILC Protocol Specification.
35
36 Sun Jul  2 18:23:01 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
37
38         * Implemented LEAVE command on client and server.
39
40         * Previously deprecated SILC_PACKET_FORWARDED flag is now in use 
41           again.  This change was made to the protocol as well.  Server
42           should not violate the protocol specification anymore.
43
44 Fri Jun 30 14:03:26 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
45
46         * Added SOCKS4 and SOCKS5 support to SILC client.  SOCKS5
47           was tested.  SOCKS4 was not but should work anyway.