X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2FDIRECTORY;h=5a2bd57ba8f4f34612aaed89d12cb4c74fc2e8be;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=c1fc2bed1a9f701678d9d71b0e2202386026a742;hpb=35013080aabb8ec82609c07c43c5444cbf6568e4;p=silc.git diff --git a/lib/silccore/DIRECTORY b/lib/silccore/DIRECTORY index c1fc2bed..5a2bd57b 100644 --- a/lib/silccore/DIRECTORY +++ b/lib/silccore/DIRECTORY @@ -2,26 +2,32 @@ @LIBRARY=SILC Core Library @FILENAME=silccorelib.html @LINK=silcauth.html:SILC Authentication Interface +@LINK=silcmessage.html:SILC Message Interface @LINK=silcchannel.html:SILC Channel Interface @LINK=silccommand.html:SILC Command Interface -@LINK=silcid.html:SILC ID Interface -@LINK=silcidcache.html:SILC ID Cache Interface -@LINK=silcmode.html:SILC Modes @LINK=silcnotify.html:SILC Notify Interface +@LINK=silcstatus.html:SILC Status Types +@LINK=silcmode.html:SILC Modes +@LINK=silcid.html:SILC ID Interface @LINK=silcargument.html:SILC Argument Interface -@LINK=silcprivate.html:SILC Private Message Interface -@LINK=silcpacket.html:Packet Protocol Interface +@LINK=silcattrs.html:SILC Attributes Interface +@LINK=silcpacket.html:Packet Engine Interface +@LINK=silcpubkey.html:SILC Public Key Payload Interface --> -SILC Core Library -

-Introduction +SILC Core Library +
+Directory: lib/silccore/ +
+Library: libsilc.a, libsilc.lib +

+Introduction -

+

SILC Core Library includes all the core components of the SILC Protocol. It provides routines to encode and decode all SILC packet payloads defined in the protocol specification. It provides packet assembling and parsing routines, and routines for sending private message and channel messages. -

+

@LINKS@