Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Update copyright headers. | InspIRCd Robot | |
2021-02-01 | Fix using the TR1 headers on compilers that support C++17. | Sadie Powell | |
2020-04-24 | Update copyright headers. | InspIRCd Robot | |
2020-01-31 | Update copyright headers. | InspIRCd Robot | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-12-31 | Update my name and email address. | Sadie Powell | |
2018-07-20 | Use arc4random_buf() instead of random() when available. | Peter Powell | |
2017-04-14 | Switch compiler detection to use a more reliable method. | Peter Powell | |
Its clear that parsing version output is not reliable enough so switch to using a method which is less likely to break. | |||
2016-08-08 | Include <array> or <tr1/array> globally | Attila Molnar | |
2016-02-22 | Merge insp20 | Attila Molnar | |
2015-02-20 | Fix oversight which caused problems with Clang on OSX. | Peter Powell | |
2015-02-18 | Remove a workaround for a compiler which is no longer supported. | Peter Powell | |
2015-02-18 | Add the <type_traits> header to the compiler test file. | Peter Powell | |
2014-12-07 | Miscellaneous improvements to configure. | Peter Powell | |
- Clean up various minor sections of the code. - Remove OpenSSL and GnuTLS detection plumbing. - This will soon be the job of modulemanager. - This did not work in non-interactive mode unlike --enable-extras. - Rework runas user handling. - Add the --gid configure option. - Accept either an id or a name in --gid and --uid. - Rework the question flow in interactive mode. - User is no longer asked detailed questions unless they want them. - Socket engine questions have been removed. - Automatically enable non-interactive mode if STDIN or STDOUT are not a tty. | |||
2013-07-16 | Use the preprocessor to check for TCP deferring support. | Peter Powell | |
2013-06-03 | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being ↵ | Daniel Vassdal | |
handed over to the daemon before data is ready from the client. | |||
2013-05-16 | Fix kqueue test on non-Apple BSDs. | Peter Powell | |
2013-05-16 | Improve feature detection in configure. | Peter Powell | |