summaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Expand)Author
2008-08-06add missing modules to the vc80 project filesbrain
2008-08-06fix compile errors under debug profile in windows.brain
2008-07-26Update nsis installer scripts to new path of config filesbrain
2008-07-20Fixes to make win32 build againbrain
2008-06-18more fixesbrain
2008-06-18more fixesbrain
2008-06-18Measure bandwidth statistics from the socket engine (kiloBITS per second in, ...brain
2008-06-18Add the rest of the stuff for named pipe comms, including feedback informatio...brain
2008-06-15IPC now provides feedback via the named pipe, right now the data is just the ...brain
2008-06-15IPC now works for receiving one-byte commands in the same manner as the mails...brain
2008-06-15Base stuff for named pipe IPCbrain
2008-06-14Fix m_shun as per bug #560 reported by Casey, thanksbrain
2008-06-13Win32 compilation fixesbrain
2008-05-25Remove the limits from here toobrain
2008-05-20A few minor fixes, some copy constructor stuff, misnamed channelmanager const...brain
2008-05-15Make FD_SETSIZE larger. We wont ever have this many users via select() on win...brain
2008-05-13Microsoft, in their "infinite wisdom" decide to have no sensible naming conve...brain
2008-05-12Fix wildcard matching in win32, seems that incrementing an iterator dereferen...brain
2008-04-29Backport fix for stripcolour not stripping colour codes, reported by jackmcba...brain
2008-04-21Fix stray /MD that should be /MPbrain
2008-04-21Fix to use dll in debug buildbrain
2008-04-21Set runtimes correctly, thanks :-)brain
2008-04-21Add VC9 projects. I cant maintain these, i will be reliant on patches from ot...brain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-20Add hand-crafted resource script, contains version information and icon defin...brain
2008-04-19Stray newlinebrain
2008-04-19Extract and run the vs redistributable to $TEMP, not to install dir. saves us...brain
2008-04-19Bundle vcredist_x86.exe here toobrain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-17Add operator new[] and delete[], otherwise we can and will get crashes on usi...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-13Windows fixbrain
2008-04-12Mapping for mkdir() to _mkdir() for windowsbrain
2008-04-09Apply brain's patch for binary safety of hash providers, and remove rehash fr...w00t
2008-04-05Add protocolinterface.* and privmsg.cppbrain
2008-04-05Windows fixesbrain
2008-04-04Update slnbrain
2008-04-02Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway.brain
2008-03-31Patch by brain; Fix crash when no parameters are given when introducing a rem...special
2008-03-15Support IPV6 links in configurebrain
2008-03-02Sucky nsisbrain
2008-03-02Make this use the environment variable defined %TEMP% dir, rather than hard c...brain