| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix build with LibreSSL / Detect missing RAND_egd. Patch from Bernard Spil. | 2015-04-06 | 1 | -1/+1 | |
| * | - Removed old dgets() and crc32 function (code cleanup) | 2010-02-13 | 1 | -4/+5 | |
| * | Corrected numerous -Wall warnings | 2004-11-04 | 1 | -5/+0 | |
| * | - Changed random number generator to use arc4random-alike routines so we can ...••• random numbers. We will also no longer be using rand()/random() anywhere. Thanks to dek\ for pointing out this is potentionally dangerous, especially on win32 with NOSPOOF enabled. | 2004-01-19 | 1 | -85/+127 | |
| * | 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 | 2003-01-28 | 1 | -1/+1 | |
| * | Fixed compile error in src/random.c at win32. Also added some nice #ifdef's•••so we don't get unused var warnings in non-SSL mode... | 2003-01-19 | 1 | -1/+6 | |
| * | Misc. fixes | 2003-01-11 | 1 | -11/+2 | |
| * | Fixed a random bug and added link::password-connect encryption error | 2003-01-05 | 1 | -2/+2 | |
| * | Added a patch by Syzop to increase randomness of the random numbers | 2003-01-05 | 1 | -0/+181 |
