Age | Commit message (Expand) | Author |
2007-07-16 | Oops, the (*p) check was meant for the inner loop, I blame the vs editor :> | peavey |
2007-07-16 | Begone evil DOS format :< | peavey |
2007-07-16 | And add colour.h to wrapper resource instead of the source. | peavey |
2007-07-16 | Use wrapper include instead of colour.h. | peavey |
2007-07-16 | Tide this up and fix possible buffer overflow. Cannot use MAXBUF since inspir... | peavey |
2007-07-16 | Use colours.h in win_wrapper and also add __COLOURS_H define. | peavey |
2007-07-16 | Remove printf_c from wrapper, this code also segfaulted when it was used. | peavey |
2007-07-16 | Use vsnprintf instead of vsprintf. | peavey |
2007-06-14 | - Made the recvfrom wrapper a bit neater. | burlex |
2007-06-14 | Add sections to installer for pcre, segregate the m_filter_pcre for the insta... | brain |
2007-06-14 | - Fix for a bug in the win32 inet_ptoa implementation causing CIDR parsing to... | burlex |
2007-06-13 | Have the installer install cert.pem and key.pem to the conf/ dir only if they... | brain |
2007-06-13 | Add default windows certs. People shouldnt use these for more than evaluation... | brain |
2007-06-13 | And get it right. | brain |
2007-06-13 | Update descriptions | brain |
2007-06-13 | Being as people while about the odd kludge here and there im going to spend m... | brain |
2007-06-13 | Nasty kludge to allow for optional install of ssl: | brain |
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-13 | + Added x64 solutions for VC2005, for future work. This does not under any ci... | burlex |
2007-06-11 | This breaks stuff. We can't use it. | brain |
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-11 | Remove unused var | brain |
2007-06-08 | - Enabled minimal rebuild on all VS project files, this will reduce build tim... | burlex |
2007-06-08 | * Fixed VC8 m_spanningtree project file. second commit?! :) | burlex |
2007-06-08 | + Added an *almost* unix-like fork system for windows. Insp will create a sec... | burlex |
2007-06-06 | Comments | brain |
2007-06-02 | Change the behaviour of insp in windows to keep its window open, with some st... | brain |
2007-06-02 | Change configure to generate .mak files with warning level 2. | brain |
2007-06-02 | Add comments | brain |
2007-05-26 | This should do it | brain |
2007-05-26 | Installer was defaulting the dir to c:\program files\inspircd and wouldnt pre... | brain |
2007-05-26 | Make two sections "Binaries" and "command handlers" manditory - you won't hav... | brain |
2007-05-26 | Change icon to something nicer than a blue arrow (our insp logo) and add the ... | brain |
2007-05-26 | Add warning to edit config files in installer | brain |
2007-05-25 | Choose the correct defines so that its not built too lean to compile | brain |
2007-05-25 | Add defines that speed up the build process and reduce executable bloat | brain |
2007-05-24 | Two things, document how InspIRCd finds the dns server ip on windows if you d... | brain |
2007-05-24 | Whoops, helps if it compresses, not decompresses. | brain |
2007-05-24 | Compressor script that compresses all shared objects and exe with upx, should... | brain |
2007-05-22 | Have configure try and create ..\bin\release\* and/or ..\bin\debug\* | brain |
2007-05-22 | Comment on how we came up with this code, and comment it | brain |
2007-05-22 | This could do with some comments | brain |
2007-05-22 | Tidyup | brain |
2007-05-22 | Code to find nameservers in the windows registry - largely untested | brain |
2007-05-22 | Add BUILD define which tells the install script what to build | 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 |