summaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Expand)Author
2008-08-21detect if the process has an interactive session (if its started as a service...brain
2008-08-21add service install and remove calls to installer.brain
2008-08-21add text explanations of the error messages that can occur when adding or rem...brain
2008-08-21change startup type from SERVICE_DEMAND_START to SERVICE_AUTO_START so that i...brain
2008-08-21make service log on as local service builtin account again. There was no issu...brain
2008-08-21now works 'enough' to progress further. Can start and stop the service and it...brain
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-08-20properly coreexport the getcpu() function etcbrain
2008-08-20fix memory leak in new wmi stuff and comment it. Lots of kittens are killed b...brain
2008-08-20Checks to make sure that WMI initialises, if it doesnt we return -1 for CPU p...brain
2008-08-20WMI calls for getting cpu percentage of current process. This code was a biat...brain
2008-08-19Add support for uptime in win32 named pipe databrain
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