aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix building on Windows.Gravatar Peter Powell2018-07-241-0/+8
* Fix the Windows build system to use the new license file location.Gravatar Peter Powell2018-07-231-1/+1
* Fix building on Windows (mostly).Gravatar Peter Powell2018-02-171-0/+1
* Extract RFC modes from the core to core_channel and core_user.Gravatar Peter Powell2017-12-101-1/+0
* Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.•••- 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. Gravatar Peter Powell2017-10-151-3/+0
* Purge code for Windows XP and MSVC pre-2015.Gravatar Peter Powell2017-08-063-108/+1
* Merge v2.0.23 and v2.0.24 into master.Gravatar Peter Powell2017-07-091-0/+1
|\
| * win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime librari...Gravatar Adam2017-05-091-0/+1
* | Tell git to store .bat files as CRLF (#1030)Gravatar Christian Höltje2016-07-221-13/+13
* | Merge insp20Gravatar Attila Molnar2016-02-222-1/+10
|\|
| * Fix compilation with Microsoft Visual C++ 14.Gravatar Peter Powell2015-08-091-1/+6
| * Fix various issues with the nationalchars module.•••- 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. Gravatar Peter Powell2015-06-141-0/+4
* | Merge insp20Gravatar Attila Molnar2015-04-201-1/+1
|\|
| * Update year in resource file for WindowsGravatar Attila Molnar2015-01-171-1/+1
* | Remove DISABLE_WRITEV and StreamSocket code for platforms lacking writev() su...Gravatar Attila Molnar2015-03-041-2/+0
* | Add SocketEngine::WriteV()Gravatar Attila Molnar2015-03-041-0/+7
* | Add writev() wrapper for WindowsGravatar Attila Molnar2015-03-041-0/+17
* | Change all occurrences of Inspire to InspIRCdGravatar Attila Molnar2015-02-201-1/+1
* | Merge insp20Gravatar Attila Molnar2014-10-271-4/+4
|\|
| * Check the return value of getnameinfo() on Windows in insp_inet_ntop() and re...Gravatar Attila Molnar2014-10-221-4/+4
* | Merge insp20Gravatar Attila Molnar2014-07-254-2/+9
|\|
| * Update year in resource file for WindowsGravatar Attila Molnar2014-05-101-1/+1
| * Compress the Windows installer with zlib to reduce AV false positivesGravatar Attila Molnar2014-04-131-1/+1
| * Change Windows libraries to be dynamically linkedGravatar Adam2014-04-131-0/+2
| * Filter out newlines from error messages on WindowsGravatar Attila Molnar2014-04-121-0/+5
* | Update Windows build scripts for the recent build sys changesGravatar Adam2014-07-234-36/+23
* | Build coremods on Windows, add general support to the cmake script for buildi...•••Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/ Gravatar Attila Molnar2014-03-291-26/+23
* | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME defineGravatar Attila Molnar2014-02-081-0/+1
* | Remove whitespace and minor style changesGravatar Attila Molnar2014-01-231-2/+2
* | Globally #undef min and max on WindowsGravatar Attila Molnar2014-01-231-1/+3
* | Merge insp20Gravatar attilamolnar2013-08-301-7/+0
|\|
| * Don't CoreExport reference, fixes m_dnsbl on Windows•••The explicit instantiations of reference are now useless; remove Gravatar attilamolnar2013-08-301-7/+0
* | Fix Windows build and a few more problemsGravatar attilamolnar2013-08-271-3/+14
* | Fix a couple of issues•••- Wrong doc for Snomask::GetDescription() - Incorrect idle time when WHOISing remote users - String + int = garbage - Remote MODE commands (user mode changes) being broadcast in addition to being forwarded - Incorrect revision being shown Gravatar attilamolnar2013-08-081-1/+1
* | Use exit code EXIT_STATUS_SERVICE on Windows when exiting because of a servic...Gravatar attilamolnar2013-06-182-1/+4
* | Build with multiple processes on Windows (/MP)Gravatar attilamolnar2013-06-111-0/+3
* | Fix WindowsGravatar attilamolnar2013-06-061-0/+6
* | Remove hardcoded MAXBUF constant.Gravatar Peter Powell2013-06-061-1/+0
* | Use iostream instead of C-style file operations.Gravatar Peter Powell2013-06-061-0/+3
* | Merge insp20Gravatar attilamolnar2013-06-062-18/+38
|\|
| * Fix inet_pton on Windows with IPv6 addresses•••Code from Anope win32/socket.cpp by @Adam- Gravatar attilamolnar2013-06-041-10/+30
| * Fix logfile path on Windows•••Fixes issue #510 reported by @JDowny Gravatar Adam2013-05-021-5/+5
* | Add a va_copy define for WindowsGravatar Adam2013-05-231-0/+4
* | Clean up cross-platform compatibility.•••- Move compatibility macros to a new header file. - Sort system include files in alphabetical order. - Clean up signal handling (thanks to Adam). Gravatar Peter Powell2013-05-071-3/+3
* | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. Gravatar Peter Powell2013-04-125-12/+8
* | Update Window's .gitignoreGravatar Adam2013-04-101-2/+1
* | Merge inspircd_{config,version}.h into a single header file.Gravatar Peter Powell2013-04-054-7/+7
|/
* Win32: Rewrite the service wrapper•••Edited original commit to pass MAX_PATH as nSize to GetModuleFileNameA() instead of 101 after approval from author @ChrisTX (Attila Molnar) Fixes #404 reported by @crchauffe Gravatar ChrisTX2013-03-254-278/+208
* win: Made config, modules, data, and log paths configurable.•••Update win/README with instructions on how to use cmake-gui. Always build m_regex_stdlib, since all VS versions we support support it. Gravatar Adam2013-03-236-13/+32
* Link win32_memory too inspircd tooGravatar Adam2013-03-151-5/+11