aboutsummaryrefslogtreecommitdiffstats
path: root/include/zip.h
Commit message (Expand)AuthorAgeFilesLines
* Win32 module fixes for ssl/zip/curlGravatar codemastr2004-05-131-4/+4
* - Windows: Updated makefile/unrealinst.iss/zip.h to use zlib 1.2.1.Gravatar Bram Matthys2004-04-051-0/+3
* - Zip links: Added link::compression-level so you can set the compression lev...Gravatar Bram Matthys2003-02-151-1/+3
* Added ZIP_LINKS: using flag FLAGS_ZIP (0x1000000, was FLAGS_UNOCCUP2),•••instead of using a 2nd flag here for the special case of "the first zip msg" like in hybrid/etc I use cptr->zip->first to flag that. Except for the many #ifdef ZIP_LINKS blocks added I also had to do some stuff outside it, like crc32->our_crc32 because zlib defines it, made a READBUF define (8192), added a msg var to parsing/send functions.. blah.. etc ;P. I've also put the patch online at www.vulnscan.org/tmp/zip_links.diff so you can easily look what I've changed. TODO: ask in ./Config if ziplinks should be enabled and let ./configure check for zlib + add the library to IRCDLIBS in Makefile if enabled. TODO: some little code cleanups Gravatar Bram Matthys2003-01-281-0/+1
* +- Indentation and more SJ3 fixesGravatar stskeeps2000-07-141-14/+12
* First patch of ZIP_LINKSGravatar stskeeps2000-05-301-0/+56