summaryrefslogtreecommitdiff
path: root/win/configure.cpp
AgeCommit message (Expand)Author
2012-07-27Don't hard code the branch version.Peter Powell
2012-06-12fgets(): refer to the buffer size (no literals)Sir Poggles
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-09Remove outdated references to SVN.Peter Powell
2011-06-18Fix extras compilation under WindowsAdam
2011-06-08Final fixups for a working Windows buildAdam
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2009-10-24Remove IOCP socket enginedanieldg
2009-10-12change vc70.pdb to vc90.pdb.. just cosmetic..peavey
2009-10-12Clean up the compile flags a little. BTW windows now builds again.peavey
2009-10-11Re-enable removal of a tmp file that was left out for debug.peavey
2009-10-11Remove the -Dssize_t declaration now its typedeffed.peavey
2009-10-10uhm, remove my debug output :)peavey
2009-10-10Add building of inspircd_version.h to windows port and remove the overlapping...peavey
2009-09-01Strip SUPPORT_IP6LINKS #definedanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-17Merge vc90 update patch from IronLegend, thanksbrain
2008-09-09fixed a /MT to be /MDbrain
2008-09-06Auto update modules from src/modules/extra by recopying them in configure if ...brain
2008-08-24Properly give the service specific exit code on failure to start. Now we just...brain
2008-06-15Base stuff for named pipe IPCbrain
2008-06-13Win32 compilation fixesbrain
2008-05-25Remove the limits from here toobrain
2008-04-29Backport fix for stripcolour not stripping colour codes, reported by jackmcba...brain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-16Revert back to /MT, this shit isnt working and its too late to think straightbrain
2008-04-16/MT -> /MDbrain
2008-04-16Rebase modules a meg higher than command objects so they dont collidebrain
2008-04-16Automatic rebasing of load addresses for .so files on windows, thanks to Gree...brain
2008-04-13Correct indentationbrain
2008-04-13Eliminate now-pointless labelbrain
2008-04-13Whack code duplicationbrain
2008-04-13Whack gotos here toobrain
2008-04-13Fix 4-space indents :<brain
2008-04-02Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.brain
2008-03-15Support IPV6 links in configurebrain
2008-02-22Now compiles with win32thread and testsuitebrain
2008-02-22Add extra stuff to compile threadengine_win32.cppbrain
2008-02-18Change defaults to ones that match our stable buildbrain
2008-02-01remove m_ssl_openssl from modules directory when rerunning configurefez
2008-02-01Added OpenSSL scriptage.fez
2008-01-28Remove duplicate calls (thanks fez)w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23Windows socket engine tweaksbrain
2007-10-22Fix build system to work with where w00t hid the command files :pbrain
2007-09-23Directory creation fixesbrain
2007-09-23Fix configure to make release directories during build brain
2007-07-23* Sockets will now always be nonblocking on win32 version of InspIRCd. There ...burlex