anntp

a nntp implementation in pure C99
Log | Files | Refs | README | LICENSE

commit 0039ddfcd33b0cd9b3728892d6390683c42754ae
parent c4f111a64f40e064147610b2bc9163544af6d666
Author: Mario Rosell R. Martinez <mario@mariorosell.es>
Date:   Thu,  9 Apr 2026 17:01:24 +0200

doc: goals

Diffstat:
Manntp.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/anntp.h b/anntp.h @@ -24,7 +24,6 @@ ** ** NOTES ** - This library is slow (although work is being done to make it better). - ** - This library is low level (higher-level wrappers coming soon, but don't expect a lot, this is by design). ** - This library has and will always have a limited API by design. ** - This library is in development, everything can change fast. ** - This library doesn't work in Windows, and I doubt it will be easy to port... @@ -46,8 +45,6 @@ ** CONTRIBUTORS ** - Mario Rosell <mario@mariorosell.es> Most things ** - ** TODOS: - ** See the TODOS file. **/ #ifndef ANNTP_H