index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win
/
configure.cpp
Age
Commit message (
Expand
)
Author
2008-04-02
Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.
brain
2008-03-15
Support IPV6 links in configure
brain
2008-02-22
Now compiles with win32thread and testsuite
brain
2008-02-22
Add extra stuff to compile threadengine_win32.cpp
brain
2008-02-18
Change defaults to ones that match our stable build
brain
2008-02-01
remove m_ssl_openssl from modules directory when rerunning configure
fez
2008-02-01
Added OpenSSL scriptage.
fez
2008-01-28
Remove duplicate calls (thanks fez)
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2007-10-23
Windows socket engine tweaks
brain
2007-10-22
Fix build system to work with where w00t hid the command files :p
brain
2007-09-23
Directory creation fixes
brain
2007-09-23
Fix configure to make release directories during build
brain
2007-07-23
* Sockets will now always be nonblocking on win32 version of InspIRCd. There ...
burlex
2007-07-16
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
peavey
2007-07-16
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...
peavey
2007-07-16
Add flags to /STATS s output, and nuke some ^M
peavey
2007-07-16
Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure wi...
peavey
2007-07-16
Begone evil DOS format :<
peavey
2007-07-16
Use wrapper include instead of colour.h.
peavey
2007-06-13
* Fixed IOCPEngine under x64 (because of incorrect pointer sizes)
burlex
2007-06-13
- Fixed configure script to allow gnutls compilation under win32.
burlex
2007-06-11
Prompting for wether or not to wipe the .h and build from clean (default to no)
brain
2007-06-11
Change from /GS to /Gm in makefiles
brain
2007-06-11
Put the check back so we dont keep doing builds from scratch every time
brain
2007-06-06
Comments
brain
2007-06-02
Change configure to generate .mak files with warning level 2.
brain
2007-05-22
Have configure try and create ..\bin\release\* and/or ..\bin\debug\*
brain
2007-05-22
Its CreateDirectory in win :/
brain
2007-05-22
Have this make the debug and release dirs, fannying around mkdiring them in a...
brain
2007-05-22
Update this to always run even if we have an inspircd_config.h, having to man...
brain
2007-05-20
Update from burlex, thanks
brain
2007-05-20
Patch for vc8 project files by burlex, thanks
brain
2007-05-19
Helps if I add the w32 specific code, too. :p
w00t