Age | Commit message (Expand) | Author |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-23 | Update Windows build scripts for the recent build sys changes | Adam |
2014-05-10 | Update year in resource file for Windows | Attila Molnar |
2014-04-13 | Compress the Windows installer with zlib to reduce AV false positives | Attila Molnar |
2014-04-13 | Change Windows libraries to be dynamically linked | Adam |
2014-04-12 | Filter out newlines from error messages on Windows | Attila Molnar |
2014-03-29 | Build coremods on Windows, add general support to the cmake script for buildi... | Attila Molnar |
2014-02-08 | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | Attila Molnar |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2014-01-23 | Globally #undef min and max on Windows | Attila Molnar |
2013-08-30 | Merge insp20 | attilamolnar |
2013-08-30 | Don't CoreExport reference, fixes m_dnsbl on Windows | attilamolnar |
2013-08-27 | Fix Windows build and a few more problems | attilamolnar |
2013-08-08 | Fix a couple of issues | attilamolnar |
2013-06-18 | Use exit code EXIT_STATUS_SERVICE on Windows when exiting because of a servic... | attilamolnar |
2013-06-11 | Build with multiple processes on Windows (/MP) | attilamolnar |
2013-06-06 | Fix Windows | attilamolnar |
2013-06-06 | Remove hardcoded MAXBUF constant. | Peter Powell |
2013-06-06 | Use iostream instead of C-style file operations. | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-04 | Fix inet_pton on Windows with IPv6 addresses | attilamolnar |
2013-05-23 | Add a va_copy define for Windows | Adam |
2013-05-07 | Clean up cross-platform compatibility. | Peter Powell |
2013-05-02 | Fix logfile path on Windows | Adam |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-10 | Update Window's .gitignore | Adam |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2013-03-25 | Win32: Rewrite the service wrapper | ChrisTX |
2013-03-23 | win: Made config, modules, data, and log paths configurable. | Adam |
2013-03-15 | Link win32_memory too inspircd too | Adam |
2013-03-14 | Replace Windows build system and installer with cmake | Adam |
2013-03-02 | Reorganise configuration files: | Peter Powell |
2012-12-03 | Fix thread handle leak in StartServiceThread() | attilamolnar |
2012-12-03 | Fix broken RetrieveLastError() | attilamolnar |
2012-10-14 | Replace printf(_c) with iostream | ChrisTX |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-05 | Windows: Fix broken build | ChrisTX |
2012-10-04 | Merge pull request #314 from ChrisTX/insp20+DnsQueryConfig | Adam |
2012-10-04 | Windows: Remove modules.conf.charybdis and modules.conf.unreal with the unins... | attilamolnar |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-10-04 | Windows: Use the WinAPI for DNS server retrieval | ChrisTX |
2012-10-04 | Windows: Replace the unused function hack with explicit instantiation | ChrisTX |
2012-09-28 | Fixed issue #303 - fixed Windows build | Adam |
2012-08-14 | Fix Windows build that was broken by 9b66dd6. | Peter Powell |
2012-07-27 | Don't hard code the branch version. | Peter Powell |
2012-07-17 | Fixed Windows build | Adam |
2012-07-09 | Fixed Windows build, int32_t is already defined in stdint.h. | Adam |
2012-07-01 | Updated example config path in Windows NSI script | Adam |
2012-06-30 | Remove unused channelmanager | attilamolnar |
2012-06-12 | fgets(): refer to the buffer size (no literals) | Sir Poggles |