Age | Commit message (Expand) | Author |
2013-08-30 | Don't CoreExport reference, fixes m_dnsbl on Windows | attilamolnar |
2013-06-04 | Fix inet_pton on Windows with IPv6 addresses | attilamolnar |
2013-05-02 | Fix logfile path on Windows | Adam |
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 |
2012-04-20 | resource.rc: update copyright to 2012 | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2012-04-09 | Remove some unused files | Adam |
2012-04-09 | Removed old VC90 project files, renamed the VC 2010 project files to not have... | Adam |
2012-04-09 | Remove outdated references to SVN. | Peter Powell |
2011-06-18 | Fix extras compilation under Windows | Adam |
2011-06-08 | Final fixups for a working Windows build | Adam |
2011-05-21 | Fix timers never being ticked on windows | Adam |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2009-10-24 | Remove IOCP socket engine | danieldg |
2009-10-21 | Fix for memory leak when gui is attached, submitted and fixed by GreenReaper,... | brain |
2009-10-21 | comment fix.. | peavey |
2009-10-18 | Update VC project file for latest changes to sources. | peavey |
2009-10-17 | Text fix. | peavey |
2009-10-17 | Fix up finding dns server to use for windows to match latest configreader cha... | peavey |
2009-10-12 | change vc70.pdb to vc90.pdb.. just cosmetic.. | peavey |
2009-10-12 | Clean up the compile flags a little. BTW windows now builds again. | peavey |
2009-10-12 | Add mode headers. | peavey |
2009-10-12 | Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send() | danieldg |
2009-10-11 | More adds, now I should have all the new stuff down. | peavey |
2009-10-11 | Re-enable removal of a tmp file that was left out for debug. | peavey |