Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Don't bother setting SO_NOSIGPIPE | June McEnroe | 2020-05-18 |
| | | | | We need to ignore SIGPIPE anyway for other platforms. | ||
* | Enable TCP keepalive with half-hour idle | June McEnroe | 2020-05-18 |
| | | | | | | Since we swallow IRC PINGs, a client connection can go hours idle on a quiet network. On my home internet, at least, these connections seem to get silently dropped. | ||
* | Fix compat.h for #defined strlcpy | June McEnroe | 2019-11-06 |
| | |||
* | Declare more missing functions and deal with lack of SO_NOSIGPIPE | June McEnroe | 2019-11-06 |
| | |||
* | Change license to GPLv3 | June McEnroe | 2019-11-06 |
| | | | | | | | | | | | | | | > Notwithstanding any other provision of this License, if you modify the > Program, your modified version must prominently offer all users > interacting with it remotely through a computer network (if your version > supports such interaction) an opportunity to receive the Corresponding > Source of your version by providing access to the Corresponding Source > from a network server at no charge, through some standard or customary > means of facilitating copying of software. This potentially means that every freenode user, for example, is interacting with this software, and offering the corresponding source to each of them is an unreasonable burden. | ||
* | Use explicit_bzero from LibreSSL | June McEnroe | 2019-11-06 |