Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Add missing include | June McEnroe | 2019-11-05 |
| | |||
* | Unlink UNIX socket at exit | June McEnroe | 2019-11-02 |
| | |||
* | Implement UNIX-domain binding | June McEnroe | 2019-11-02 |
| | |||
* | Reload certificates using openat | June McEnroe | 2019-11-01 |
| | | | | | This is more versatile since files are more likely to be replaced than overwritten. | ||
* | Re-read cert and key from the same FILEs | June McEnroe | 2019-11-01 |
| | |||
* | Set SO_REUSEADDR on binds | June McEnroe | 2019-10-27 |
| | |||
* | Reload certificate on SIGUSR1 | June McEnroe | 2019-10-27 |
| | |||
* | Clean up listen API | June McEnroe | 2019-10-25 |
| | |||
* | Unset non-blocking on clients | June McEnroe | 2019-10-24 |
| | | | | | I figure I'll actually use POLLOUT on clients so should never have issues. | ||
* | Set clients non-blocking | June McEnroe | 2019-10-23 |
| | |||
* | Implement serverLogin | June McEnroe | 2019-10-22 |
| | |||
* | Rename bouncer to bounce | June McEnroe | 2019-10-22 |
| | |||
* | Remove pollfd from listen interface | June McEnroe | 2019-10-20 |
| | |||
* | Move listen code to listen.c | June McEnroe | 2019-10-19 |