New silcconfig library and server parser. Merged silc-newconfig-final.patch.
[silc.git] / lib / silccore / DIRECTORY
1 <!--
2 @LIBRARY=SILC Core Library
3 @FILENAME=silccorelib.html
4 @LINK=silcauth.html:SILC Auth API
5 @LINK=silcchannel.html:SILC Channel API
6 @LINK=silccommand.html:SILC Command API
7 @LINK=silcid.html:SILC ID API
8 @LINK=silcidcache.html:SILC ID Cache API
9 @LINK=silcmode.html:SILC Modes
10 @LINK=silcnotify.html:SILC Notify API
11 @LINK=silcpacket.html:SILC Packet API
12 @LINK=silcargument.html:SILC Argument API
13 @LINK=silcprivate.html:SILC Private API
14 -->
15
16 <BIG><B>SILC Core Library</B></BIG>
17 <BR /><BR />
18 <B>Introduction</B>
19
20 <BR /><BR />
21 SILC Core Library includes all the core components of the SILC Protocol.
22 It provides routines to encode and decode all SILC packet payloads defined
23 in the protocol specification.  It provides packet assembling and parsing
24 routines, and routines for sending private message and channel messages.
25
26 <BR /><BR />
27 @LINKS@