updates.
[silc.git] / lib / silccore / DIRECTORY
1 <!--
2 @LIBRARY=SILC Core Library
3 @FILENAME=silccore.html
4 -->
5
6 <OL>
7 <FONT SIZE="+3">SILC Core Library</FONT><BR><BR>
8 <FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
9 <PRE>
10 SILC Core Library includes all the core components of the SILC Protocol.
11 It provides routines to encode and decode all SILC packet payloads defined
12 in the protocol specification.  It provides packet assembling and parsing
13 routines, and routines for sending private message and channel messages.
14 </PRE>
15
16 <LI><A HREF="silcauth.html">SILC Auth API</A>
17 <LI><A HREF="silcchannel.html">SILC Channel API</A>
18 <LI><A HREF="silccomand.html">SILC Command API</A>
19 <LI><A HREF="silcid.html">SILC ID API</A>
20 <LI><A HREF="silcidcache.html">SILC ID Cache API</A>
21 <LI><A HREF="silcmode.html">SILC Modes</A>
22 <LI><A HREF="silcnotify.html">SILC Notify API</A>
23 <LI><A HREF="silcpacket.html">SILC Packet API</A>
24 <LI><A HREF="silcpayload.html">SILC Payload API</A>
25 <LI><A HREF="silcprivate.html">SILC Private API</A>
26 <LI><A HREF="silcprotocol.html">SILC Protocol API</A>
27 </OL>