Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-23 | Fix the Windows build system to use the new license file location. | Peter Powell | |
2018-02-17 | Fix building on Windows (mostly). | Peter Powell | |
2017-12-10 | Extract RFC modes from the core to core_channel and core_user. | Peter Powell | |
2017-10-15 | Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM. | Peter Powell | |
- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest. | |||
2017-07-09 | Merge v2.0.23 and v2.0.24 into master. | Peter Powell | |
2017-05-09 | win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime ↵ | Adam | |
libraries are not placed in bin | |||
2016-02-22 | Merge insp20 | Attila Molnar | |
2015-06-14 | Fix various issues with the nationalchars module. | Peter Powell | |
- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. | |||
2014-07-25 | Merge insp20 | Attila Molnar | |
2014-07-23 | Update Windows build scripts for the recent build sys changes | Adam | |
2014-04-13 | Compress the Windows installer with zlib to reduce AV false positives | Attila Molnar | |
2013-06-11 | Build with multiple processes on Windows (/MP) | attilamolnar | |
2013-06-06 | Merge insp20 | attilamolnar | |
2013-05-02 | Fix logfile path on Windows | Adam | |
Fixes issue #510 reported by @JDowny | |||
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell | |
2013-03-23 | win: Made config, modules, data, and log paths configurable. | Adam | |
Update win/README with instructions on how to use cmake-gui. Always build m_regex_stdlib, since all VS versions we support support it. | |||
2013-03-15 | Link win32_memory too inspircd too | Adam | |
2013-03-14 | Replace Windows build system and installer with cmake | Adam | |