| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename several Windows files to use the same naming scheme.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-15 | 1 | -145/+0 | |
| * | Simplify the codes that InspIRCd can exit with.•••The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround for this in v3 but considering thatsers have to check the logs anyway so we may as well just use EXIT_SUCCESS and EXIT_FAILURE. | 2023-07-13 | 1 | -3/+0 | |
| * | Define FD_SETSIZE from CMake on Windows to avoid redef warnings. | 2023-06-19 | 1 | -4/+0 | |
| * | Fix some uses of NULL that have snuck back in during a merge. | 2023-05-07 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Move some stuff from the Windows compat header to where it is used. | 2022-12-27 | 1 | -4/+0 | |
| * | | Merge branch 'insp3' into master. | 2022-12-25 | 1 | -1/+9 | |
| |\| | |||||
| | * | Deduplicate retrieving error messages on Windows. | 2022-12-13 | 1 | -1/+9 | |
| * | | Use NOMINMAX on Windows and undefine error in the log header. | 2022-09-23 | 1 | -5/+0 | |
| * | | Clean up the Windows build process and remove some legacy code. | 2022-09-03 | 1 | -16/+0 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -1/+1 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| * | | Get rid of entrypoint, specify the main function name directly. | 2022-05-07 | 1 | -3/+0 | |
| * | | Slim down the globally included files. | 2022-04-30 | 1 | -12/+0 | |
| * | | Enable support for UNIX socket listeners on Windows. | 2022-04-30 | 1 | -8/+0 | |
| * | | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. | 2022-01-26 | 1 | -8/+0 | |
| * | | Slim the included headers down more. | 2022-01-26 | 1 | -3/+0 | |
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -5/+0 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -5/+6 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 1 | -0/+1 | |
| |/ | |||||
| * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | Fix not being able to colour format output to stderr on Windows. | 2021-03-03 | 1 | -0/+8 | |
| * | Fix building on Windows. | 2021-03-02 | 1 | -0/+5 | |
| * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | Duplicate the stdout file handle when used for logging.•••Failure to do this may result in a crash on shutdown when started in debug mode. | 2021-02-01 | 1 | -0/+2 | |
| * | Update copyright headers. | 2020-04-24 | 1 | -0/+1 | |
| * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | Disable MSVC warning C4800. | 2020-04-21 | 1 | -0/+3 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -3/+10 | |
| * | Move forking code into a function and remove DaemonSeed. | 2019-12-08 | 1 | -0/+1 | |
| * | Replace our Windows getopt_long wrapper with ya_getopt.•••Closes #546. | 2019-12-08 | 1 | -15/+3 | |
| * | Add a method for getting a list of files in a directory. | 2019-06-10 | 1 | -17/+0 | |
| * | win: change ssize_t typedef to SSIZE_T•••libmaxminddb redefines this when building under MSVC and breaks the build otherwise due to the redefinition of ssize_t | 2019-05-05 | 1 | -1/+1 | |
| * | Fix building on Windows. | 2018-07-24 | 1 | -0/+8 | |
| * | Purge code for Windows XP and MSVC pre-2015. | 2017-08-06 | 1 | -47/+0 | |
| * | Merge insp20 | 2016-02-22 | 1 | -1/+6 | |
| |\ | |||||
| | * | Fix compilation with Microsoft Visual C++ 14. | 2015-08-09 | 1 | -1/+6 | |
| * | | Remove DISABLE_WRITEV and StreamSocket code for platforms lacking writev() su... | 2015-03-04 | 1 | -2/+0 | |
| * | | Add SocketEngine::WriteV() | 2015-03-04 | 1 | -0/+7 | |
| * | | Add writev() wrapper for Windows | 2015-03-04 | 1 | -0/+17 | |
| * | | Merge insp20 | 2014-07-25 | 1 | -0/+2 | |
| |\| | |||||
| | * | Change Windows libraries to be dynamically linked | 2014-04-13 | 1 | -0/+2 | |
| * | | Remove whitespace and minor style changes | 2014-01-23 | 1 | -2/+2 | |
| * | | Globally #undef min and max on Windows | 2014-01-23 | 1 | -1/+3 | |
| * | | Use exit code EXIT_STATUS_SERVICE on Windows when exiting because of a servic... | 2013-06-18 | 1 | -0/+3 | |
| * | | Fix Windows | 2013-06-06 | 1 | -0/+6 | |
| * | | Use iostream instead of C-style file operations. | 2013-06-06 | 1 | -0/+3 | |
