From simple at eggheads.org Wed Dec 12 19:51:41 2018 From: simple at eggheads.org (Jonathan Rudolph) Date: Wed, 12 Dec 2018 11:51:41 -0800 Subject: Eggheads: Eggdrop v1.8.4 release candidate 1 Message-ID: Greetings Eggheads, It has been just under 11 months since 1.8.3, and we are happy to announce the first release candidate for Eggdrop v1.8.4! The major changes in the release include: * Lots of work on the compile process for less-commonly seen systems (SunOS, DragonFly, etc), and making Eggdrop more compiler-friendly in general * Added and enhanced SSL/TLS warnings to make troubleshooting easier * Raised the ban expiration limit from 1 year to 5 years, and added a new %y field to +ban * Lots of work on TLS bot links * Improved/clarified botnet TLS documentation- go read it! * Made TLS fingerprints persistent across a botnet after relinking * Sterilized a LOT of small, lingering bugs. We'd also like to welcome mortmann to the Eggheads team- a BIG piece of what you're looking at for 1.8.4 is thanks to a lot of his hard work in both finding and fixing a lot of issues in Eggdrop. Thank you mortmann! Please provide feedback on this release candidate via Issues or on Freenode #eggdrop. If everyone stays off the naughty list, you'll have 1.8.4 stable for a Christmas present! See the NEWS file for a rough overview of what changed, potential incompatibilities and upgrade instructions. Or doc/Changes1.8 for a full list of changes. This is a RELEASE CANDIDATE, so we highly appreciate any testing and bug reporting we can get. You can expect a follow-up release candidate if necessary soon, or the final release of this version. Please report bugs by visiting us on #eggdrop on the Freenode IRC Network or by using https://github.com/eggheads/eggdrop/issues. Happy compiling, Eggheads Development Team Downloads: * Eggdrop v1.8.4rc1: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4rc1.tar.gz (SHA256sum: f6308641b181bf389ae15f636a574aa499cad05bc3ac70d83e6aad9bf98aa955) * Signature: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4rc1.tar.gz.asc (SHA256sum: 27c000603765942ca104f596e6db20ab13124f69060c3fc26606f26d4bb11e31) PGP key: https://www.eggheads.org/gpg/eggheads.pub -------------- next part -------------- An HTML attachment was scrubbed... URL: From simple at eggheads.org Sat Dec 15 16:14:19 2018 From: simple at eggheads.org (Jonathan Rudolph) Date: Sat, 15 Dec 2018 08:14:19 -0800 Subject: Eggheads: Eggdrop v1.8.4 release candidate 2 Message-ID: Greetings Eggheads, Thanks to jack3 for identifying a situation where our new random number generation runs into issues on systems running Linux older than 3.17 and using glibc 2.25 or newer. The getrandom() function exists in the system header but the system call does not exist, so a check was added to accommodate this. See the NEWS file for a rough overview of what changed, potential incompatibilities and upgrade instructions. Or doc/Changes1.8 for a full list of changes. This is a RELEASE CANDIDATE, so we highly appreciate any testing and bug reporting we can get. You can expect a follow-up release candidate if necessary soon, or the final release of this version. Please report bugs by visiting us on #eggdrop on the Freenode IRC Network or by using https://github.com/eggheads/eggdrop/issues. Happy compiling, Eggheads Development Team Downloads: * Eggdrop v1.8.4rc2: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4rc2.tar.gz (SHA256sum: 865a548b3ddf0b34ea95a9e04507b4f42b161388ff6c9e1122dc6b8c3718a172) * Signature: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4rc2.tar.gz.asc (SHA256sum: 50660d9b2a5a42e78ac563a23111cefcb40be732266e047475f65e7322f5c560) PGP key: https://www.eggheads.org/gpg/eggheads.pub -------------- next part -------------- An HTML attachment was scrubbed... URL: From simple at eggheads.org Sat Dec 22 00:25:20 2018 From: simple at eggheads.org (Jonathan Rudolph) Date: Fri, 21 Dec 2018 16:25:20 -0800 Subject: Eggheads: Eggdrop v1.8.4 release candidate 3 Message-ID: Greetings Eggheads, Thanks to Harekiet for identifying an ssl variable that was not properly #ifdef'd out, causing a compiler error if TLS was not detected/enabled for the compile. Fixed! See the NEWS file for a rough overview of what changed, potential incompatibilities and upgrade instructions. Or doc/Changes1.8 for a full list of changes. This is a RELEASE CANDIDATE, so we highly appreciate any testing and bug reporting we can get. You can expect a follow-up release candidate if necessary soon, or the final release of this version. Please report bugs by visiting us on #eggdrop on the Freenode IRC Network or by using https://github.com/eggheads/eggdrop/issues. Happy compiling, Eggheads Development Team Downloads: * Eggdrop v1.8.4rc3: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4rc3.tar.gz (SHA256sum: 3635255f61a52e4113d4e025018ffb5916481f472ba1e11acfd07ed24ce530d4) * Signature: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4rc3.tar.gz.asc (SHA256sum: d5760cc79e8bc508e9c40e63284fa8a2bd0169f0240f1c47c780d835f353606e) PGP key: https://www.eggheads.org/gpg/eggheads.pub -------------- next part -------------- An HTML attachment was scrubbed... URL: From simple at eggheads.org Thu Dec 27 22:26:39 2018 From: simple at eggheads.org (Jonathan Rudolph) Date: Thu, 27 Dec 2018 14:26:39 -0800 Subject: Eggheads: Eggdrop v.1.8.4 Released! Message-ID: Greetings Eggheads, It appears the small fixes made across 3 release candidates have settled in nicely, and all the little eggheads stayed off the naughty list, so we are pleased as punch to announce Eggdrop v1.8.4 has gone STABLE. Hooray! The major changes in the release include: Lots of work on the compile process for less-commonly seen systems (SunOS, DragonFly, etc), and making Eggdrop more compiler-friendly in general Added and enhanced SSL/TLS warnings to make troubleshooting easier Raised the ban expiration limit from 1 year to 5 years, and added a new %y field to +ban Lots of work on TLS bot links Improved/clarified botnet TLS documentation- go read it! Made TLS fingerprints persistent across a botnet after relinking Sterilized a LOT of small, lingering bugs. Again, thank you to all those who helped us test out the release candidates, and a special thanks to mortmann for joining the development team. Everyone's help was invaluable! See the NEWS file for a rough overview of what changed, potential incompatibilities and upgrade instructions. Or doc/Changes1.8 for a full list of changes. You can follow development and report bugs on https://github.com/eggheads/eggdrop and/or visit us on #eggdrop on the Freenode IRC Network. Happy compiling, Eggheads Development Team Downloads: * Eggdrop v1.8.4: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4.tar.gz (SHA256sum: 79644eb27a5568934422fa194ce3ec21cfb9a71f02069d39813e85d99cdebf9e) * Signature: http://ftp.eggheads.org/pub/eggdrop/source/1.8/eggdrop-1.8.4.tar.gz.asc (SHA256sum: 5b6d1d0aa19abf696bb282c3a66bf3d6a0a00c051a068bcd94f03494ce6047fd) PGP key: https://www.eggheads.org/gpg/eggheads.pub -------------- next part -------------- An HTML attachment was scrubbed... URL: