summaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Expand)Author
2007-11-02Installer that packages none of the extra/ modulesbrain
2007-10-23Windows socket engine tweaksbrain
2007-10-23Windows socket engine tweaksbrain
2007-10-22Failed attempt to embed an icon (microsofts help sucks)brain
2007-10-22Fix build system to work with where w00t hid the command files :pbrain
2007-10-20Fix here toobrain
2007-10-15Update windows project to include user_resolver.cppbrain
2007-10-14Just to be fucking akward, windows vista seperates multiple nameservers with ...brain
2007-10-14Remove crashdump stuffbrain
2007-10-14Add new spanningtree files to vc80 solutionbrain
2007-09-29move headers into other filtersbrain
2007-09-29remove cmd_summon and cmd_users from solutionbrain
2007-09-23add extra modules folder and exclude from buildbrain
2007-09-23Add command handlers (excluded from build) toobrain
2007-09-23Add modules to the project and exclude from build (its often a pain to track ...brain
2007-09-23Directory creation fixesbrain
2007-09-23More compile fixesbrain
2007-09-23More compile fixesbrain
2007-09-23Add dbghelp.libbrain
2007-09-23Fix configure to make release directories during build brain
2007-09-23Fix library paths for compilation on my laptopbrain
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-08-23Move the close() wrapper out of the win32wrapper.h, and into its new proper p...brain
2007-08-23Craquity craq De-craq!brain
2007-08-15* include/caller.h will now compile correctly on Windows platforms.burlex
2007-07-29This should be set as a 1.2 not 1.1 installerbrain
2007-07-27make sure that the pointers are set up correctly for win32brain
2007-07-27SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today.brain
2007-07-27add filelogger.* and server.* to the project file so theyre compiledbrain
2007-07-27And more to fixbrain
2007-07-27Fix compile errors in windowsbrain
2007-07-27Needs testbuilding in windows. I will probably do this in a minute.brain
2007-07-27Move a bunch of stuff around for tidyness, win32 functions keep creeping into...brain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-23* Sockets will now always be nonblocking on win32 version of InspIRCd. There ...burlex
2007-07-22Fixed windows configure in release mode in a directory with spaces.frostycoolslug
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16Set EOL to WINDOWS-style always for Visual Studio files.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-16Add flags to /STATS s output, and nuke some ^Mpeavey
2007-07-16Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure wi...peavey
2007-07-16Oops, the (*p) check was meant for the inner loop, I blame the vs editor :>peavey
2007-07-16Begone evil DOS format :<peavey
2007-07-16And add colour.h to wrapper resource instead of the source.peavey
2007-07-16Use wrapper include instead of colour.h.peavey
2007-07-16Tide this up and fix possible buffer overflow. Cannot use MAXBUF since inspir...peavey
2007-07-16Use colours.h in win_wrapper and also add __COLOURS_H define.peavey
2007-07-16Remove printf_c from wrapper, this code also segfaulted when it was used.peavey
2007-07-16Use vsnprintf instead of vsprintf.peavey
2007-06-14- Made the recvfrom wrapper a bit neater.burlex