X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ftechdoc%2Fcitadelapi.txt;h=259299d4009abd25b4b7c35526539ea977183b02;hb=a44fb095e7beee2200d85ba28078cbda3d4b2295;hp=b82d85e28583d3e69872957b75a8bcd5ec86f939;hpb=cb28eae49db178bd1b917015ada4e0d095b5aabd;p=citadel.git diff --git a/citadel/techdoc/citadelapi.txt b/citadel/techdoc/citadelapi.txt index b82d85e28..259299d40 100644 --- a/citadel/techdoc/citadelapi.txt +++ b/citadel/techdoc/citadelapi.txt @@ -4,7 +4,11 @@ This is a VERY INCOMPLETE documentation of the API for extending the Citadel server using dynamically loaded modules. It really isn't an API at all, but rather a list of some of the functions available in the server which -are likely to be of use to module writers. +are likely to be of use to module writers. + + The current trend is to move as much stuff as possible out of the server +proper and into loadable modules. This makes the code much easier to read and +understand. Expect this document to become more complete over time, as both the API and the person documenting it have a chance to mature a bit. :)