anntp

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

NEWS (1018B)


      1 NEWS
      2 ****
      3 
      4 Sorted newest to oldest. Unreleased is what is being done for the next release and always on the top.
      5 
      6 v0.1b
      7 -----
      8 
      9 * Fixes a lot of holes and bugs
     10 
     11 v0.1
     12 ----
     13 
     14 * First release!
     15 * Entirely by Mario Rosell
     16 * Features:
     17 	- connections in TLS and unsecure
     18 	- fetch newsgroups and group info
     19 	- auth
     20 	- initialization/destruction (lifecycle)
     21 	- error handling
     22 * Commits (taken from `git log`):
     23 	- Add wrappers over some things
     24 	- Format
     25 	- lol
     26 	- Import
     27 	- Add example
     28 	- oops
     29 	- Add ANNTP_STRDUP
     30 	- Make error handling clearer.
     31 	- Made a new struct, AnntpErrCode, and added some error codes
     32 	- Improve gitgnore
     33 	- Buffer reads
     34 	- Add anntp_readdot_cb
     35 	- buf,sec: Fix buffer overflow and dot-stuffing.
     36 	- Interface fixes
     37 	- oopsie whoopsie
     38 	- thing
     39 	- Add readline_dot
     40 	- Add write.
     41 	- Add anntp_write and TSLing...
     42 	- Add some stuff
     43 	- Initial commit
     44 * Limitations:
     45 	- No windows support
     46 	- Blocking IO
     47 	- Fixed buffer sizes
     48 	- Few headers parsed
     49 	- Limited API
     50 * Download: https://dl.mariorosell.es/anntp/v0.1
     51