updates
[silc.git] / CHANGES
1 Mon Jul  3 18:51:27 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
2
3         * Added silc_server_get_route (route.[ch]) to get connection
4           data for the fastest route for given ID.
5
6         * Implemented INVITE command on client and server.  The command
7           were re-defined in the SILC Protocol Specification and the
8           implementation now complies with the specification.
9
10         * Implemented PING command on client and server.
11
12         * Implemented NAMES command on client and server.  The server side
13           supports currently only normal server not router server yet.
14           Some changes to NAMES definition is SILC Protocol Specification.
15
16 Sun Jul  2 18:23:01 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
17
18         * Implemented LEAVE command on client and server.
19
20         * Previously deprecated SILC_PACKET_FORWARDED flag is now in use 
21           again.  This change was made to the protocol as well.  Server
22           should not violate the protocol specification anymore.
23
24 Fri Jun 30 14:03:26 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
25
26         * Added SOCKS4 and SOCKS5 support to SILC client.  SOCKS5
27           was tested.  SOCKS4 was not but should work anyway.